Shades of Fantasy #F6E6D9
Tints of Fantasy #F6E6D9
RGB
CMYK
RGB Variations
Color information
#F6E6D9 (or 0xF6E6D9) is known color: Fantasy. HEX triplet: F6, E6 and D9. RGB value is (246,230,217). Sum of RGB (Red+Green+Blue) = 246+230+217=693 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.50% from 693); Green value is 230 (90.23% from 255 or 33.19% from 693); Blue value is 217 (85.16% from 255 or 31.31% from 693); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E6D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E6D9 is #091926. Grayscale: #E9E9E9. Windows color (decimal): -596263 or 14280438. OLE color: 14280438.
HSL color Cylindrical-coordinate representation of color #F6E6D9: hue angle of 26.9º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6E6D9 is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 230 | 217 | - |
| CMYK | 0 | 0.07 | 0.12 | 0.04 |
| HSL | 26.9º | 0.62% | 0.91% | - |
| HSV(B) | 26.9º | 0.12% | 0.96% | - |
| XYZ | 78.83 | 81.2 | 77.16 | - |
| YUV | 233.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 230 | 217 | 0 | 0.07 | 0.12 | 0.04 | 26.9 | 0.62 | 0.91 |
| Hex | F6 | E6 | D9 | 0 | 7 | C | 4 | 1B | 3E | 5B |
| Octal | 366 | 346 | 331 | 0 | 7 | 14 | 4 | 33 | 76 | 133 |
| Binary | 11110110 | 11100110 | 11011001 | 0 | 111 | 1100 | 100 | 11011 | 111110 | 1011011 |
Color Harmonies of #F6E6D9
Complementary color
Monochromatic Colors of #F6E6D9
Black with #F6E6D9
Text Example
Text Example
White with #F6E6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E6D9; }
p { color: rgb(246,230,217); }
H1.HeaderClassName
{
color: #F6E6D9;
}
.AnyTagClassName
{
color: #F6E6D9;
}
</style>
background-color css
<style>
a { background-color: #F6E6D9; }
a { background-color: rgb(246,230,217); }
div.DivClassName
{
background-color: #F6E6D9;
}
.BgClassName
{
background-color: #F6E6D9;
}
</style>
border-color css
<style>
span { border-color: #F6E6D9; }
span { border-color: rgb(246,230,217); }
td.TdClassName
{
border-color: #F6E6D9;
}
.TagClassName
{
border-color: #F6E6D9;
}
</style>