Shades of Fantasy #F0E6DD
Tints of Fantasy #F0E6DD
RGB
CMYK
RGB Variations
Color information
#F0E6DD (or 0xF0E6DD) is known color: Fantasy. HEX triplet: F0, E6 and DD. RGB value is (240,230,221). Sum of RGB (Red+Green+Blue) = 240+230+221=691 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.73% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 221 (86.72% from 255 or 31.98% from 691); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6DD is #0F1922. Grayscale: #E8E8E8. Windows color (decimal): -989475 or 14542576. OLE color: 14542576.
HSL color Cylindrical-coordinate representation of color #F0E6DD: hue angle of 28.42º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0E6DD is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 230 | 221 | - |
CMYK | 0 | 0.04 | 0.08 | 0.06 |
HSL | 28.42º | 0.39% | 0.9% | - |
HSV(B) | 28.42º | 0.08% | 0.94% | - |
XYZ | 77.28 | 80.34 | 79.84 | - |
YUV | 231.96 | 121.81 | 133.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 230 | 221 | 0 | 0.04 | 0.08 | 0.06 | 28.42 | 0.39 | 0.9 |
Hex | F0 | E6 | DD | 0 | 4 | 8 | 6 | 1C | 27 | 5A |
Octal | 360 | 346 | 335 | 0 | 4 | 10 | 6 | 34 | 47 | 132 |
Binary | 11110000 | 11100110 | 11011101 | 0 | 100 | 1000 | 110 | 11100 | 100111 | 1011010 |
Color Harmonies of #F0E6DD
Complementary color
Monochromatic Colors of #F0E6DD
Black with #F0E6DD
Text Example
Text Example
White with #F0E6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E6DD; }
p { color: rgb(240,230,221); }
H1.HeaderClassName
{
color: #F0E6DD;
}
.AnyTagClassName
{
color: #F0E6DD;
}
</style>
background-color css
<style>
a { background-color: #F0E6DD; }
a { background-color: rgb(240,230,221); }
div.DivClassName
{
background-color: #F0E6DD;
}
.BgClassName
{
background-color: #F0E6DD;
}
</style>
border-color css
<style>
span { border-color: #F0E6DD; }
span { border-color: rgb(240,230,221); }
td.TdClassName
{
border-color: #F0E6DD;
}
.TagClassName
{
border-color: #F0E6DD;
}
</style>