Shades of Fantasy #F2E7DF
Tints of Fantasy #F2E7DF
RGB
CMYK
RGB Variations
Color information
#F2E7DF (or 0xF2E7DF) is known color: Fantasy. HEX triplet: F2, E7 and DF. RGB value is (242,231,223). Sum of RGB (Red+Green+Blue) = 242+231+223=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 231 (90.62% from 255 or 33.19% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E7DF is #0D1820. Grayscale: #E9E9E9. Windows color (decimal): -858145 or 14673906. OLE color: 14673906.
HSL color Cylindrical-coordinate representation of color #F2E7DF: hue angle of 25.26º degrees, saturation: 0.42, 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 #F2E7DF is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 223 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.05 |
| HSL | 25.26º | 0.42% | 0.91% | - |
| HSV(B) | 25.26º | 0.08% | 0.95% | - |
| XYZ | 78.51 | 81.36 | 81.38 | - |
| YUV | 233.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 223 | 0 | 0.05 | 0.08 | 0.05 | 25.26 | 0.42 | 0.91 |
| Hex | F2 | E7 | DF | 0 | 5 | 8 | 5 | 19 | 2A | 5B |
| Octal | 362 | 347 | 337 | 0 | 5 | 10 | 5 | 31 | 52 | 133 |
| Binary | 11110010 | 11100111 | 11011111 | 0 | 101 | 1000 | 101 | 11001 | 101010 | 1011011 |
Color Harmonies of #F2E7DF
Complementary color
Monochromatic Colors of #F2E7DF
Black with #F2E7DF
Text Example
Text Example
White with #F2E7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E7DF; }
p { color: rgb(242,231,223); }
H1.HeaderClassName
{
color: #F2E7DF;
}
.AnyTagClassName
{
color: #F2E7DF;
}
</style>
background-color css
<style>
a { background-color: #F2E7DF; }
a { background-color: rgb(242,231,223); }
div.DivClassName
{
background-color: #F2E7DF;
}
.BgClassName
{
background-color: #F2E7DF;
}
</style>
border-color css
<style>
span { border-color: #F2E7DF; }
span { border-color: rgb(242,231,223); }
td.TdClassName
{
border-color: #F2E7DF;
}
.TagClassName
{
border-color: #F2E7DF;
}
</style>