Shades of Fantasy #F2E7DE
Tints of Fantasy #F2E7DE
RGB
CMYK
RGB Variations
Color information
#F2E7DE (or 0xF2E7DE) is known color: Fantasy. HEX triplet: F2, E7 and DE. RGB value is (242,231,222). Sum of RGB (Red+Green+Blue) = 242+231+222=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 231 (90.62% from 255 or 33.24% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7DE is #0D1821. Grayscale: #E9E9E9. Windows color (decimal): -858146 or 14608370. OLE color: 14608370.
HSL color Cylindrical-coordinate representation of color #F2E7DE: hue angle of 27º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2E7DE is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 222 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.05 |
| HSL | 27º | 0.43% | 0.91% | - |
| HSV(B) | 27º | 0.08% | 0.95% | - |
| XYZ | 78.38 | 81.3 | 80.67 | - |
| YUV | 233.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 222 | 0 | 0.05 | 0.08 | 0.05 | 27 | 0.43 | 0.91 |
| Hex | F2 | E7 | DE | 0 | 5 | 8 | 5 | 1B | 2B | 5B |
| Octal | 362 | 347 | 336 | 0 | 5 | 10 | 5 | 33 | 53 | 133 |
| Binary | 11110010 | 11100111 | 11011110 | 0 | 101 | 1000 | 101 | 11011 | 101011 | 1011011 |
Color Harmonies of #F2E7DE
Complementary color
Monochromatic Colors of #F2E7DE
Black with #F2E7DE
Text Example
Text Example
White with #F2E7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7DE; }
p { color: rgb(242,231,222); }
H1.HeaderClassName
{
color: #F2E7DE;
}
.AnyTagClassName
{
color: #F2E7DE;
}
</style>
background-color css
<style>
a { background-color: #F2E7DE; }
a { background-color: rgb(242,231,222); }
div.DivClassName
{
background-color: #F2E7DE;
}
.BgClassName
{
background-color: #F2E7DE;
}
</style>
border-color css
<style>
span { border-color: #F2E7DE; }
span { border-color: rgb(242,231,222); }
td.TdClassName
{
border-color: #F2E7DE;
}
.TagClassName
{
border-color: #F2E7DE;
}
</style>