Shades of Desert Storm #F2EAE0
Tints of Desert Storm #F2EAE0
RGB
CMYK
RGB Variations
Color information
#F2EAE0 (or 0xF2EAE0) is known color: Desert Storm. HEX triplet: F2, EA and E0. RGB value is (242,234,224). Sum of RGB (Red+Green+Blue) = 242+234+224=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 234 (91.80% from 255 or 33.43% from 700); Blue value is 224 (87.89% from 255 or 32% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EAE0 is #0D151F. Grayscale: #EBEBEB. Windows color (decimal): -857376 or 14740210. OLE color: 14740210.
HSL color Cylindrical-coordinate representation of color #F2EAE0: hue angle of 33.33º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2EAE0 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 224 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.05 |
| HSL | 33.33º | 0.41% | 0.91% | - |
| HSV(B) | 33.33º | 0.07% | 0.95% | - |
| XYZ | 79.5 | 83.1 | 82.37 | - |
| YUV | 235.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 224 | 0 | 0.03 | 0.07 | 0.05 | 33.33 | 0.41 | 0.91 |
| Hex | F2 | EA | E0 | 0 | 3 | 7 | 5 | 21 | 29 | 5B |
| Octal | 362 | 352 | 340 | 0 | 3 | 7 | 5 | 41 | 51 | 133 |
| Binary | 11110010 | 11101010 | 11100000 | 0 | 11 | 111 | 101 | 100001 | 101001 | 1011011 |
Color Harmonies of #F2EAE0
Complementary color
Monochromatic Colors of #F2EAE0
Black with #F2EAE0
Text Example
Text Example
White with #F2EAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAE0; }
p { color: rgb(242,234,224); }
H1.HeaderClassName
{
color: #F2EAE0;
}
.AnyTagClassName
{
color: #F2EAE0;
}
</style>
background-color css
<style>
a { background-color: #F2EAE0; }
a { background-color: rgb(242,234,224); }
div.DivClassName
{
background-color: #F2EAE0;
}
.BgClassName
{
background-color: #F2EAE0;
}
</style>
border-color css
<style>
span { border-color: #F2EAE0; }
span { border-color: rgb(242,234,224); }
td.TdClassName
{
border-color: #F2EAE0;
}
.TagClassName
{
border-color: #F2EAE0;
}
</style>