Shades of Fantasy #F0E4D9
Tints of Fantasy #F0E4D9
RGB
CMYK
RGB Variations
Color information
#F0E4D9 (or 0xF0E4D9) is known color: Fantasy. HEX triplet: F0, E4 and D9. RGB value is (240,228,217). Sum of RGB (Red+Green+Blue) = 240+228+217=685 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.04% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 217 (85.16% from 255 or 31.68% from 685); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4D9 is #0F1B26. Grayscale: #E6E6E6. Windows color (decimal): -989991 or 14279920. OLE color: 14279920.
HSL color Cylindrical-coordinate representation of color #F0E4D9: hue angle of 28.7º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0E4D9 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 217 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.06 |
| HSL | 28.7º | 0.43% | 0.9% | - |
| HSV(B) | 28.7º | 0.1% | 0.94% | - |
| XYZ | 76.2 | 79.02 | 76.88 | - |
| YUV | 230.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 217 | 0 | 0.05 | 0.10 | 0.06 | 28.7 | 0.43 | 0.9 |
| Hex | F0 | E4 | D9 | 0 | 5 | A | 6 | 1D | 2B | 5A |
| Octal | 360 | 344 | 331 | 0 | 5 | 12 | 6 | 35 | 53 | 132 |
| Binary | 11110000 | 11100100 | 11011001 | 0 | 101 | 1010 | 110 | 11101 | 101011 | 1011010 |
Color Harmonies of #F0E4D9
Complementary color
Monochromatic Colors of #F0E4D9
Black with #F0E4D9
Text Example
Text Example
White with #F0E4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E4D9; }
p { color: rgb(240,228,217); }
H1.HeaderClassName
{
color: #F0E4D9;
}
.AnyTagClassName
{
color: #F0E4D9;
}
</style>
background-color css
<style>
a { background-color: #F0E4D9; }
a { background-color: rgb(240,228,217); }
div.DivClassName
{
background-color: #F0E4D9;
}
.BgClassName
{
background-color: #F0E4D9;
}
</style>
border-color css
<style>
span { border-color: #F0E4D9; }
span { border-color: rgb(240,228,217); }
td.TdClassName
{
border-color: #F0E4D9;
}
.TagClassName
{
border-color: #F0E4D9;
}
</style>