Shades of Fantasy #F0E5DB
Tints of Fantasy #F0E5DB
RGB
CMYK
RGB Variations
Color information
#F0E5DB (or 0xF0E5DB) is known color: Fantasy. HEX triplet: F0, E5 and DB. RGB value is (240,229,219). Sum of RGB (Red+Green+Blue) = 240+229+219=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E5DB is #0F1A24. Grayscale: #E7E7E7. Windows color (decimal): -989733 or 14411248. OLE color: 14411248.
HSL color Cylindrical-coordinate representation of color #F0E5DB: hue angle of 28.57º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0E5DB is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 229 | 219 | - |
CMYK | 0 | 0.05 | 0.09 | 0.06 |
HSL | 28.57º | 0.41% | 0.9% | - |
HSV(B) | 28.57º | 0.09% | 0.94% | - |
XYZ | 76.74 | 79.68 | 78.35 | - |
YUV | 231.15 | 121.14 | 134.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 229 | 219 | 0 | 0.05 | 0.09 | 0.06 | 28.57 | 0.41 | 0.9 |
Hex | F0 | E5 | DB | 0 | 5 | 9 | 6 | 1D | 29 | 5A |
Octal | 360 | 345 | 333 | 0 | 5 | 11 | 6 | 35 | 51 | 132 |
Binary | 11110000 | 11100101 | 11011011 | 0 | 101 | 1001 | 110 | 11101 | 101001 | 1011010 |
Color Harmonies of #F0E5DB
Complementary color
Monochromatic Colors of #F0E5DB
Black with #F0E5DB
Text Example
Text Example
White with #F0E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E5DB; }
p { color: rgb(240,229,219); }
H1.HeaderClassName
{
color: #F0E5DB;
}
.AnyTagClassName
{
color: #F0E5DB;
}
</style>
background-color css
<style>
a { background-color: #F0E5DB; }
a { background-color: rgb(240,229,219); }
div.DivClassName
{
background-color: #F0E5DB;
}
.BgClassName
{
background-color: #F0E5DB;
}
</style>
border-color css
<style>
span { border-color: #F0E5DB; }
span { border-color: rgb(240,229,219); }
td.TdClassName
{
border-color: #F0E5DB;
}
.TagClassName
{
border-color: #F0E5DB;
}
</style>