Shades of Fantasy #F2E5DB
Tints of Fantasy #F2E5DB
RGB
CMYK
RGB Variations
Color information
#F2E5DB (or 0xF2E5DB) is known color: Fantasy. HEX triplet: F2, E5 and DB. RGB value is (242,229,219). Sum of RGB (Red+Green+Blue) = 242+229+219=690 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.07% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E5DB is #0D1A24. Grayscale: #E7E7E7. Windows color (decimal): -858661 or 14411250. OLE color: 14411250.
HSL color Cylindrical-coordinate representation of color #F2E5DB: hue angle of 26.09º degrees, saturation: 0.47, 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 #F2E5DB is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 219 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.05 |
| HSL | 26.09º | 0.47% | 0.9% | - |
| HSV(B) | 26.09º | 0.1% | 0.95% | - |
| XYZ | 77.42 | 80.03 | 78.38 | - |
| YUV | 231.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 219 | 0 | 0.05 | 0.10 | 0.05 | 26.09 | 0.47 | 0.9 |
| Hex | F2 | E5 | DB | 0 | 5 | A | 5 | 1A | 2F | 5A |
| Octal | 362 | 345 | 333 | 0 | 5 | 12 | 5 | 32 | 57 | 132 |
| Binary | 11110010 | 11100101 | 11011011 | 0 | 101 | 1010 | 101 | 11010 | 101111 | 1011010 |
Color Harmonies of #F2E5DB
Complementary color
Monochromatic Colors of #F2E5DB
Black with #F2E5DB
Text Example
Text Example
White with #F2E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E5DB; }
p { color: rgb(242,229,219); }
H1.HeaderClassName
{
color: #F2E5DB;
}
.AnyTagClassName
{
color: #F2E5DB;
}
</style>
background-color css
<style>
a { background-color: #F2E5DB; }
a { background-color: rgb(242,229,219); }
div.DivClassName
{
background-color: #F2E5DB;
}
.BgClassName
{
background-color: #F2E5DB;
}
</style>
border-color css
<style>
span { border-color: #F2E5DB; }
span { border-color: rgb(242,229,219); }
td.TdClassName
{
border-color: #F2E5DB;
}
.TagClassName
{
border-color: #F2E5DB;
}
</style>