Shades of Fantasy #F0E3D8
Tints of Fantasy #F0E3D8
RGB
CMYK
RGB Variations
Color information
#F0E3D8 (or 0xF0E3D8) is known color: Fantasy. HEX triplet: F0, E3 and D8. RGB value is (240,227,216). Sum of RGB (Red+Green+Blue) = 240+227+216=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 216 (84.77% from 255 or 31.63% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E3D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E3D8 is #0F1C27. Grayscale: #E5E5E5. Windows color (decimal): -990248 or 14214128. OLE color: 14214128.
HSL color Cylindrical-coordinate representation of color #F0E3D8: hue angle of 27.5º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0E3D8 is Cyan = 0, Magento = 0.05, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 216 | - |
| CMYK | 0 | 0.05 | 0.1 | 0.06 |
| HSL | 27.5º | 0.44% | 0.89% | - |
| HSV(B) | 27.5º | 0.1% | 0.94% | - |
| XYZ | 75.8 | 78.42 | 76.11 | - |
| YUV | 229.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 216 | 0 | 0.05 | 0.1 | 0.06 | 27.5 | 0.44 | 0.89 |
| Hex | F0 | E3 | D8 | 0 | 5 | A | 6 | 1C | 2C | 59 |
| Octal | 360 | 343 | 330 | 0 | 5 | 12 | 6 | 34 | 54 | 131 |
| Binary | 11110000 | 11100011 | 11011000 | 0 | 101 | 1010 | 110 | 11100 | 101100 | 1011001 |
Color Harmonies of #F0E3D8
Complementary color
Monochromatic Colors of #F0E3D8
Black with #F0E3D8
Text Example
Text Example
White with #F0E3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E3D8; }
p { color: rgb(240,227,216); }
H1.HeaderClassName
{
color: #F0E3D8;
}
.AnyTagClassName
{
color: #F0E3D8;
}
</style>
background-color css
<style>
a { background-color: #F0E3D8; }
a { background-color: rgb(240,227,216); }
div.DivClassName
{
background-color: #F0E3D8;
}
.BgClassName
{
background-color: #F0E3D8;
}
</style>
border-color css
<style>
span { border-color: #F0E3D8; }
span { border-color: rgb(240,227,216); }
td.TdClassName
{
border-color: #F0E3D8;
}
.TagClassName
{
border-color: #F0E3D8;
}
</style>