Shades of Desert Storm #F2EAE1
Tints of Desert Storm #F2EAE1
RGB
CMYK
RGB Variations
Color information
#F2EAE1 (or 0xF2EAE1) is known color: Desert Storm. HEX triplet: F2, EA and E1. RGB value is (242,234,225). Sum of RGB (Red+Green+Blue) = 242+234+225=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 225 (88.28% from 255 or 32.10% from 701); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EAE1 is #0D151E. Grayscale: #EBEBEB. Windows color (decimal): -857375 or 14805746. OLE color: 14805746.
HSL color Cylindrical-coordinate representation of color #F2EAE1: hue angle of 31.76º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2EAE1 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 225 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.05 |
| HSL | 31.76º | 0.4% | 0.92% | - |
| HSV(B) | 31.76º | 0.07% | 0.95% | - |
| XYZ | 79.63 | 83.16 | 83.09 | - |
| YUV | 235.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 225 | 0 | 0.03 | 0.07 | 0.05 | 31.76 | 0.4 | 0.92 |
| Hex | F2 | EA | E1 | 0 | 3 | 7 | 5 | 20 | 28 | 5C |
| Octal | 362 | 352 | 341 | 0 | 3 | 7 | 5 | 40 | 50 | 134 |
| Binary | 11110010 | 11101010 | 11100001 | 0 | 11 | 111 | 101 | 100000 | 101000 | 1011100 |
Color Harmonies of #F2EAE1
Complementary color
Monochromatic Colors of #F2EAE1
Black with #F2EAE1
Text Example
Text Example
White with #F2EAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAE1; }
p { color: rgb(242,234,225); }
H1.HeaderClassName
{
color: #F2EAE1;
}
.AnyTagClassName
{
color: #F2EAE1;
}
</style>
background-color css
<style>
a { background-color: #F2EAE1; }
a { background-color: rgb(242,234,225); }
div.DivClassName
{
background-color: #F2EAE1;
}
.BgClassName
{
background-color: #F2EAE1;
}
</style>
border-color css
<style>
span { border-color: #F2EAE1; }
span { border-color: rgb(242,234,225); }
td.TdClassName
{
border-color: #F2EAE1;
}
.TagClassName
{
border-color: #F2EAE1;
}
</style>