Shades of Fantasy #F2E5DA
Tints of Fantasy #F2E5DA
RGB
CMYK
RGB Variations
Color information
#F2E5DA (or 0xF2E5DA) is known color: Fantasy. HEX triplet: F2, E5 and DA. RGB value is (242,229,218). Sum of RGB (Red+Green+Blue) = 242+229+218=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5DA is #0D1A25. Grayscale: #E7E7E7. Windows color (decimal): -858662 or 14345714. OLE color: 14345714.
HSL color Cylindrical-coordinate representation of color #F2E5DA: hue angle of 27.5º degrees, saturation: 0.48, 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 #F2E5DA is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 218 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.05 |
| HSL | 27.5º | 0.48% | 0.9% | - |
| HSV(B) | 27.5º | 0.1% | 0.95% | - |
| XYZ | 77.29 | 79.98 | 77.69 | - |
| YUV | 231.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 218 | 0 | 0.05 | 0.10 | 0.05 | 27.5 | 0.48 | 0.9 |
| Hex | F2 | E5 | DA | 0 | 5 | A | 5 | 1C | 30 | 5A |
| Octal | 362 | 345 | 332 | 0 | 5 | 12 | 5 | 34 | 60 | 132 |
| Binary | 11110010 | 11100101 | 11011010 | 0 | 101 | 1010 | 101 | 11100 | 110000 | 1011010 |
Color Harmonies of #F2E5DA
Complementary color
Monochromatic Colors of #F2E5DA
Black with #F2E5DA
Text Example
Text Example
White with #F2E5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5DA; }
p { color: rgb(242,229,218); }
H1.HeaderClassName
{
color: #F2E5DA;
}
.AnyTagClassName
{
color: #F2E5DA;
}
</style>
background-color css
<style>
a { background-color: #F2E5DA; }
a { background-color: rgb(242,229,218); }
div.DivClassName
{
background-color: #F2E5DA;
}
.BgClassName
{
background-color: #F2E5DA;
}
</style>
border-color css
<style>
span { border-color: #F2E5DA; }
span { border-color: rgb(242,229,218); }
td.TdClassName
{
border-color: #F2E5DA;
}
.TagClassName
{
border-color: #F2E5DA;
}
</style>