RGB value of #F6FDE6 colour is rgb(246, 253, 230) where red value is 246, green value is 253 and the blue value is 230.
Max value from RGB for colour #F6FDE6 is 253 which contains mainly Green colour.
Cylindrical-coordinate representations (also known as HSL colours) of colour #F6FDE6 hue angle of 78.3°, saturation:85.2% and the lightness value is 94.7%.
The process colour (four Colour CMYK) of #F6FDE6 colour is Cyan = 0.03, Magento = 0, Yellow = 0.09, and Key/Black (K on CMYK) = 0.01.
Hex color #F6FDE6 is not a web safe color. Nearby web safe colour of #F6FDE6 is #FFFFFF.
Grayscale color of #F6FDE6 is #F8F8F8
Inverted color of #F6FDE6 is #090219
OLE colour (RGB Long) of #F6FDE6 is 15138294
Decimal Value of #F6FDE6 is 16186854
Android / android.graphics.Color of #F6FDE6 is -590362 / 0xFFF6FDE6
The following declarations are allowed (CSS 3.0) for #F6FDE6
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 11111101 | 11100110 |
Octal | 366 | 375 | 346 |
Decimal | 246 | 253 | 230 |
Hex | F6 | FD | E6 |
Colors that are opposite each other on the color wheel are considered to be complementary colors. The high contrast of complementary colors creates a vibrant look especially when used at full saturation.
In the complementary color scheme, the opposite colour of #F6FDE6 colour is calculated by adding 180° to the value of the current hue: 78.3° → 258.3° (+180°)
The split-complementary colour scheme is a variation of the complementary colour scheme. In addition to the base colour, it uses the two colours adjacent to its complement.This color scheme has the same strong visual contrast as the complementary color scheme, but has less tension.
Split-complementary colours of #F6FDE6 are calculated by changing the hue by ±5/12 (±150°): 78.3° → -71.7° (78.3°-150°), 228.3° (78.3°+150°).
A triadic colour scheme uses colors that are evenly spaced around the colour wheel. This scheme tend to be quite vibrant, even if you use pale or unsaturated versions of your hues. To use a triadic harmony successfully, the colours should be carefully balanced - let one colour dominate and use the two others for accent.
Equidistant combinations of triadic scheme colours for #F6FDE6 are calculated by changing the hue by ±1/3 (±120°): 78.3° → -41.7° (78.3°-120°), 198.3° (78.3°+120°).
The rectangle or tetradic color scheme uses four colors arranged into two complementary pairs.This schemes works best if one color is dominant, while the rest serve as extras.
Four tetradic scheme colours (clockwise) for #F6FDE6 are calculated by changing the hue as follows : 78.3° → 198.3° (78.3°+120°), 258.3° (78.3°+180°), 378.3° (78.3°+300°).
Four tetradic scheme colours (counter-clockwise) for #F6FDE6 are calculated by changing the hue as follows : 78.3° → -41.7° (78.3°-120°), -101.7° (78.3°-180°), -221.7° (78.3°-300°).
The square color scheme is similar to the Tetradic rectangle scheme, but with all four colors spaced evenly around the color circle. Square color schemes works best if you let one color be dominant. You should also pay attention to the balance between warm and cool colors in your design.
Four equidistant tetradic square scheme colours for #F6FDE6 are calculated by changing the hue by 1/4 (90°) progressively : 78.3° → 168.3° (78.3°+90°), 258.3° (78.3°+180°), 348.3° (78.3°+270°).
Analogous colours are groups of three colors that are next to each other on the colour wheel. They usually match well and create serene and comfortable designs.
Analogous color schemes are often found in nature and are harmonious and pleasing to the eye.
The analogous colours of #F6FDE6 are calculated by changing the hue by ±1/12 (i.e. 30°): 78.3° → 108.3° (78.3°+30°), 48.3° (78.3°-30°).
A shade is achieved by adding black to any pure hue
Tint is created by mixing white to any pure color
A tone is produced by adding gray to any pure hue.
.myforecolor{
color:#F6FDE6;
}
.mybgcolor{
background-color:#F6FDE6;
}
.mybordercolor{
border:3px solid #F6FDE6;
}
This sample text font Colour is #F6FDE6
The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog
<p style="color:#F6FDE6">Text here</p>
This div background Colour is #F6FDE6
<div style="background-color:#F6FDE6">
Div content here
</div>
This div border Colour is #F6FDE6
<div style="border:3px solid #F6FDE6">
Div content here
</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(246, 253, 230, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #F6FDE6;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #F6FDE6;
-webkit-box-shadow: 1px 1px 3px 2px #F6FDE6;
box-shadow: 1px 1px 3px 2px #F6FDE6;
}
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px rgba(246, 253, 230, 0.8);">Text here</p>
This text has shadow with hex values.
<p style="text-shadow: 4px 4px 2px #F6FDE6">Text here</p>
This div box has shadow with Colour # F6FDE6
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6FDE6;
-webkit-box-shadow: 1px 1px 3px 2px #F6FDE6;
box-shadow: 1px 1px 3px 2px #F6FDE6;">
Div content here
</div>
You can link to this same page with the following url formats:
http://colourdetails.com/hex-code/F6FDE6
An also with...
Sample text in #F6FDE6 colour with black background colour.
Sample text in #F6FDE6 colour with white background colour.
Sample text in #F6FDE6 colour with #090219 background colour.
Sample text in #090219 colour with #F6FDE6 background colour.
Sample text in #F6FDE6 colour with #E6EBFD background colour.
Sample text in #E6EBFD colour with #F6FDE6 background colour.
Sample text in #F6FDE6 colour with #E6F6FD background colour.
Sample text in #E6F6FD colour with #F6FDE6 background colour.
Sample text in #F6FDE6 colour with #E6FDED background colour.
Sample text in #E6FDED colour with #F6FDE6 background colour.
Sample text in #F6FDE6 colour with #E6FDF6 background colour.
Sample text in #E6FDF6 colour with #F6FDE6 background colour.
Sample text in #F6FDE6 colour with #E6FDF9 background colour.
Sample text in #E6FDF9 colour with #F6FDE6 background colour.
Sample text in #F6FDE6 colour with #EDE6FD background colour.
Sample text in #EDE6FD colour with #F6FDE6 background colour.
Sample text in #F6FDE6 colour with #F6E6FD background colour.
Sample text in #F6E6FD colour with #F6FDE6 background colour.
Sample text in #F6FDE6 colour with #F8F8F8 background colour.
Sample text in #F8F8F8 colour with #F6FDE6 background colour.
Sample text in #F6FDE6 colour with #F9E6FD background colour.
Sample text in #F9E6FD colour with #F6FDE6 background colour.
Sample text in #F6FDE6 colour with #FDE6EB background colour.
Sample text in #FDE6EB colour with #F6FDE6 background colour.
Sample text in #F6FDE6 colour with #FDE6F6 background colour.
Sample text in #FDE6F6 colour with #F6FDE6 background colour.
Sample text in #F6FDE6 colour with #FDEDE6 background colour.
Sample text in #FDEDE6 colour with #F6FDE6 background colour.
Sample text in #F6FDE6 colour with #FDF6E6 background colour.
Sample text in #FDF6E6 colour with #F6FDE6 background colour.
Sample text in #F6FDE6 colour with #FFFFFF background colour.
Sample text in #FFFFFF colour with #F6FDE6 background colour.