Shades of Fantasy #F2E6DB
Tints of Fantasy #F2E6DB
RGB
CMYK
RGB Variations
Color information
#F2E6DB (or 0xF2E6DB) is known color: Fantasy. HEX triplet: F2, E6 and DB. RGB value is (242,230,219). Sum of RGB (Red+Green+Blue) = 242+230+219=691 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.02% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E6DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E6DB is #0D1924. Grayscale: #E8E8E8. Windows color (decimal): -858405 or 14411506. OLE color: 14411506.
HSL color Cylindrical-coordinate representation of color #F2E6DB: hue angle of 28.7º 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 #F2E6DB is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 230 | 219 | - |
CMYK | 0 | 0.05 | 0.10 | 0.05 |
HSL | 28.7º | 0.47% | 0.9% | - |
HSV(B) | 28.7º | 0.1% | 0.95% | - |
XYZ | 77.7 | 80.59 | 78.48 | - |
YUV | 232.33 | 120.48 | 134.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 230 | 219 | 0 | 0.05 | 0.10 | 0.05 | 28.7 | 0.47 | 0.9 |
Hex | F2 | E6 | DB | 0 | 5 | A | 5 | 1D | 2F | 5A |
Octal | 362 | 346 | 333 | 0 | 5 | 12 | 5 | 35 | 57 | 132 |
Binary | 11110010 | 11100110 | 11011011 | 0 | 101 | 1010 | 101 | 11101 | 101111 | 1011010 |
Color Harmonies of #F2E6DB
Complementary color
Monochromatic Colors of #F2E6DB
Black with #F2E6DB
Text Example
Text Example
White with #F2E6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E6DB; }
p { color: rgb(242,230,219); }
H1.HeaderClassName
{
color: #F2E6DB;
}
.AnyTagClassName
{
color: #F2E6DB;
}
</style>
background-color css
<style>
a { background-color: #F2E6DB; }
a { background-color: rgb(242,230,219); }
div.DivClassName
{
background-color: #F2E6DB;
}
.BgClassName
{
background-color: #F2E6DB;
}
</style>
border-color css
<style>
span { border-color: #F2E6DB; }
span { border-color: rgb(242,230,219); }
td.TdClassName
{
border-color: #F2E6DB;
}
.TagClassName
{
border-color: #F2E6DB;
}
</style>