Shades of Fantasy #F4E5D7
Tints of Fantasy #F4E5D7
RGB
CMYK
RGB Variations
Color information
#F4E5D7 (or 0xF4E5D7) is known color: Fantasy. HEX triplet: F4, E5 and D7. RGB value is (244,229,215). Sum of RGB (Red+Green+Blue) = 244+229+215=688 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.47% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 215 (84.38% from 255 or 31.25% from 688); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4E5D7 is #0B1A28. Grayscale: #E7E7E7. Windows color (decimal): -727593 or 14149108. OLE color: 14149108.
HSL color Cylindrical-coordinate representation of color #F4E5D7: hue angle of 28.97º degrees, saturation: 0.57, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F4E5D7 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 229 | 215 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.04 |
| HSL | 28.97º | 0.57% | 0.9% | - |
| HSV(B) | 28.97º | 0.12% | 0.96% | - |
| XYZ | 77.59 | 80.18 | 75.68 | - |
| YUV | 231.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 229 | 215 | 0 | 0.06 | 0.12 | 0.04 | 28.97 | 0.57 | 0.9 |
| Hex | F4 | E5 | D7 | 0 | 6 | C | 4 | 1D | 39 | 5A |
| Octal | 364 | 345 | 327 | 0 | 6 | 14 | 4 | 35 | 71 | 132 |
| Binary | 11110100 | 11100101 | 11010111 | 0 | 110 | 1100 | 100 | 11101 | 111001 | 1011010 |
Color Harmonies of #F4E5D7
Complementary color
Monochromatic Colors of #F4E5D7
Black with #F4E5D7
Text Example
Text Example
White with #F4E5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E5D7; }
p { color: rgb(244,229,215); }
H1.HeaderClassName
{
color: #F4E5D7;
}
.AnyTagClassName
{
color: #F4E5D7;
}
</style>
background-color css
<style>
a { background-color: #F4E5D7; }
a { background-color: rgb(244,229,215); }
div.DivClassName
{
background-color: #F4E5D7;
}
.BgClassName
{
background-color: #F4E5D7;
}
</style>
border-color css
<style>
span { border-color: #F4E5D7; }
span { border-color: rgb(244,229,215); }
td.TdClassName
{
border-color: #F4E5D7;
}
.TagClassName
{
border-color: #F4E5D7;
}
</style>