Shades of Fantasy #F2E5D7
Tints of Fantasy #F2E5D7
RGB
CMYK
RGB Variations
Color information
#F2E5D7 (or 0xF2E5D7) is known color: Fantasy. HEX triplet: F2, E5 and D7. RGB value is (242,229,215). Sum of RGB (Red+Green+Blue) = 242+229+215=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 215 (84.38% from 255 or 31.34% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5D7 is #0D1A28. Grayscale: #E7E7E7. Windows color (decimal): -858665 or 14149106. OLE color: 14149106.
HSL color Cylindrical-coordinate representation of color #F2E5D7: hue angle of 31.11º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2E5D7 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 215 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.05 |
| HSL | 31.11º | 0.51% | 0.9% | - |
| HSV(B) | 31.11º | 0.11% | 0.95% | - |
| XYZ | 76.9 | 79.82 | 75.64 | - |
| YUV | 231.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 215 | 0 | 0.05 | 0.11 | 0.05 | 31.11 | 0.51 | 0.9 |
| Hex | F2 | E5 | D7 | 0 | 5 | B | 5 | 1F | 33 | 5A |
| Octal | 362 | 345 | 327 | 0 | 5 | 13 | 5 | 37 | 63 | 132 |
| Binary | 11110010 | 11100101 | 11010111 | 0 | 101 | 1011 | 101 | 11111 | 110011 | 1011010 |
Color Harmonies of #F2E5D7
Complementary color
Monochromatic Colors of #F2E5D7
Black with #F2E5D7
Text Example
Text Example
White with #F2E5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5D7; }
p { color: rgb(242,229,215); }
H1.HeaderClassName
{
color: #F2E5D7;
}
.AnyTagClassName
{
color: #F2E5D7;
}
</style>
background-color css
<style>
a { background-color: #F2E5D7; }
a { background-color: rgb(242,229,215); }
div.DivClassName
{
background-color: #F2E5D7;
}
.BgClassName
{
background-color: #F2E5D7;
}
</style>
border-color css
<style>
span { border-color: #F2E5D7; }
span { border-color: rgb(242,229,215); }
td.TdClassName
{
border-color: #F2E5D7;
}
.TagClassName
{
border-color: #F2E5D7;
}
</style>