Shades of Fantasy #F2E5D9
Tints of Fantasy #F2E5D9
RGB
CMYK
RGB Variations
Color information
#F2E5D9 (or 0xF2E5D9) is known color: Fantasy. HEX triplet: F2, E5 and D9. RGB value is (242,229,217). Sum of RGB (Red+Green+Blue) = 242+229+217=688 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.17% from 688); Green value is 229 (89.84% from 255 or 33.28% from 688); Blue value is 217 (85.16% from 255 or 31.54% from 688); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5D9 is #0D1A26. Grayscale: #E7E7E7. Windows color (decimal): -858663 or 14280178. OLE color: 14280178.
HSL color Cylindrical-coordinate representation of color #F2E5D9: hue angle of 28.8º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2E5D9 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 229 | 217 | - |
CMYK | 0 | 0.05 | 0.10 | 0.05 |
HSL | 28.8º | 0.49% | 0.9% | - |
HSV(B) | 28.8º | 0.1% | 0.95% | - |
XYZ | 77.16 | 79.93 | 77.01 | - |
YUV | 231.52 | 119.81 | 135.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 229 | 217 | 0 | 0.05 | 0.10 | 0.05 | 28.8 | 0.49 | 0.9 |
Hex | F2 | E5 | D9 | 0 | 5 | A | 5 | 1D | 31 | 5A |
Octal | 362 | 345 | 331 | 0 | 5 | 12 | 5 | 35 | 61 | 132 |
Binary | 11110010 | 11100101 | 11011001 | 0 | 101 | 1010 | 101 | 11101 | 110001 | 1011010 |
Color Harmonies of #F2E5D9
Complementary color
Monochromatic Colors of #F2E5D9
Black with #F2E5D9
Text Example
Text Example
White with #F2E5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5D9; }
p { color: rgb(242,229,217); }
H1.HeaderClassName
{
color: #F2E5D9;
}
.AnyTagClassName
{
color: #F2E5D9;
}
</style>
background-color css
<style>
a { background-color: #F2E5D9; }
a { background-color: rgb(242,229,217); }
div.DivClassName
{
background-color: #F2E5D9;
}
.BgClassName
{
background-color: #F2E5D9;
}
</style>
border-color css
<style>
span { border-color: #F2E5D9; }
span { border-color: rgb(242,229,217); }
td.TdClassName
{
border-color: #F2E5D9;
}
.TagClassName
{
border-color: #F2E5D9;
}
</style>