Shades of Fantasy #F2E8DF
Tints of Fantasy #F2E8DF
RGB
CMYK
RGB Variations
Color information
#F2E8DF (or 0xF2E8DF) is known color: Fantasy. HEX triplet: F2, E8 and DF. RGB value is (242,232,223). Sum of RGB (Red+Green+Blue) = 242+232+223=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 232 (91.02% from 255 or 33.29% from 697); Blue value is 223 (87.5% from 255 or 31.99% from 697); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8DF is #0D1720. Grayscale: #EAEAEA. Windows color (decimal): -857889 or 14674162. OLE color: 14674162.
HSL color Cylindrical-coordinate representation of color #F2E8DF: hue angle of 28.42º 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 #F2E8DF is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 223 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.05 |
| HSL | 28.42º | 0.42% | 0.91% | - |
| HSV(B) | 28.42º | 0.08% | 0.95% | - |
| XYZ | 78.79 | 81.92 | 81.47 | - |
| YUV | 233.96 | 121.81 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 223 | 0 | 0.04 | 0.08 | 0.05 | 28.42 | 0.42 | 0.91 |
| Hex | F2 | E8 | DF | 0 | 4 | 8 | 5 | 1C | 2A | 5B |
| Octal | 362 | 350 | 337 | 0 | 4 | 10 | 5 | 34 | 52 | 133 |
| Binary | 11110010 | 11101000 | 11011111 | 0 | 100 | 1000 | 101 | 11100 | 101010 | 1011011 |
Color Harmonies of #F2E8DF
Complementary color
Monochromatic Colors of #F2E8DF
Black with #F2E8DF
Text Example
Text Example
White with #F2E8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E8DF; }
p { color: rgb(242,232,223); }
H1.HeaderClassName
{
color: #F2E8DF;
}
.AnyTagClassName
{
color: #F2E8DF;
}
</style>
background-color css
<style>
a { background-color: #F2E8DF; }
a { background-color: rgb(242,232,223); }
div.DivClassName
{
background-color: #F2E8DF;
}
.BgClassName
{
background-color: #F2E8DF;
}
</style>
border-color css
<style>
span { border-color: #F2E8DF; }
span { border-color: rgb(242,232,223); }
td.TdClassName
{
border-color: #F2E8DF;
}
.TagClassName
{
border-color: #F2E8DF;
}
</style>