Shades of Fantasy #F0E4DB
Tints of Fantasy #F0E4DB
RGB
CMYK
RGB Variations
Color information
#F0E4DB (or 0xF0E4DB) is known color: Fantasy. HEX triplet: F0, E4 and DB. RGB value is (240,228,219). Sum of RGB (Red+Green+Blue) = 240+228+219=687 (90% of max value = 765). Red value is 240 (94.14% from 255 or 34.93% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4DB is #0F1B24. Grayscale: #E6E6E6. Windows color (decimal): -989989 or 14410992. OLE color: 14410992.
HSL color Cylindrical-coordinate representation of color #F0E4DB: hue angle of 25.71º 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 #F0E4DB is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 219 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.06 |
| HSL | 25.71º | 0.41% | 0.9% | - |
| HSV(B) | 25.71º | 0.09% | 0.94% | - |
| XYZ | 76.46 | 79.13 | 78.26 | - |
| YUV | 230.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 219 | 0 | 0.05 | 0.09 | 0.06 | 25.71 | 0.41 | 0.9 |
| Hex | F0 | E4 | DB | 0 | 5 | 9 | 6 | 1A | 29 | 5A |
| Octal | 360 | 344 | 333 | 0 | 5 | 11 | 6 | 32 | 51 | 132 |
| Binary | 11110000 | 11100100 | 11011011 | 0 | 101 | 1001 | 110 | 11010 | 101001 | 1011010 |
Color Harmonies of #F0E4DB
Complementary color
Monochromatic Colors of #F0E4DB
Black with #F0E4DB
Text Example
Text Example
White with #F0E4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E4DB; }
p { color: rgb(240,228,219); }
H1.HeaderClassName
{
color: #F0E4DB;
}
.AnyTagClassName
{
color: #F0E4DB;
}
</style>
background-color css
<style>
a { background-color: #F0E4DB; }
a { background-color: rgb(240,228,219); }
div.DivClassName
{
background-color: #F0E4DB;
}
.BgClassName
{
background-color: #F0E4DB;
}
</style>
border-color css
<style>
span { border-color: #F0E4DB; }
span { border-color: rgb(240,228,219); }
td.TdClassName
{
border-color: #F0E4DB;
}
.TagClassName
{
border-color: #F0E4DB;
}
</style>