Shades of Fantasy #F2E7DC
Tints of Fantasy #F2E7DC
RGB
CMYK
RGB Variations
Color information
#F2E7DC (or 0xF2E7DC) is known color: Fantasy. HEX triplet: F2, E7 and DC. RGB value is (242,231,220). Sum of RGB (Red+Green+Blue) = 242+231+220=693 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.92% from 693); Green value is 231 (90.62% from 255 or 33.33% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7DC is #0D1823. Grayscale: #E9E9E9. Windows color (decimal): -858148 or 14477298. OLE color: 14477298.
HSL color Cylindrical-coordinate representation of color #F2E7DC: hue angle of 30º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E7DC is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 220 | - |
| CMYK | 0 | 0.05 | 0.09 | 0.05 |
| HSL | 30º | 0.46% | 0.91% | - |
| HSV(B) | 30º | 0.09% | 0.95% | - |
| XYZ | 78.11 | 81.2 | 79.27 | - |
| YUV | 233.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 220 | 0 | 0.05 | 0.09 | 0.05 | 30 | 0.46 | 0.91 |
| Hex | F2 | E7 | DC | 0 | 5 | 9 | 5 | 1E | 2E | 5B |
| Octal | 362 | 347 | 334 | 0 | 5 | 11 | 5 | 36 | 56 | 133 |
| Binary | 11110010 | 11100111 | 11011100 | 0 | 101 | 1001 | 101 | 11110 | 101110 | 1011011 |
Color Harmonies of #F2E7DC
Complementary color
Monochromatic Colors of #F2E7DC
Black with #F2E7DC
Text Example
Text Example
White with #F2E7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7DC; }
p { color: rgb(242,231,220); }
H1.HeaderClassName
{
color: #F2E7DC;
}
.AnyTagClassName
{
color: #F2E7DC;
}
</style>
background-color css
<style>
a { background-color: #F2E7DC; }
a { background-color: rgb(242,231,220); }
div.DivClassName
{
background-color: #F2E7DC;
}
.BgClassName
{
background-color: #F2E7DC;
}
</style>
border-color css
<style>
span { border-color: #F2E7DC; }
span { border-color: rgb(242,231,220); }
td.TdClassName
{
border-color: #F2E7DC;
}
.TagClassName
{
border-color: #F2E7DC;
}
</style>