Shades of Desert Storm #F2EAE2
Tints of Desert Storm #F2EAE2
RGB
CMYK
RGB Variations
Color information
#F2EAE2 (or 0xF2EAE2) is known color: Desert Storm. HEX triplet: F2, EA and E2. RGB value is (242,234,226). Sum of RGB (Red+Green+Blue) = 242+234+226=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 234 (91.80% from 255 or 33.33% from 702); Blue value is 226 (88.67% from 255 or 32.19% from 702); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EAE2 is #0D151D. Grayscale: #EBEBEB. Windows color (decimal): -857374 or 14871282. OLE color: 14871282.
HSL color Cylindrical-coordinate representation of color #F2EAE2: hue angle of 30º degrees, saturation: 0.38, 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 #F2EAE2 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 226 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.05 |
| HSL | 30º | 0.38% | 0.92% | - |
| HSV(B) | 30º | 0.07% | 0.95% | - |
| XYZ | 79.77 | 83.21 | 83.81 | - |
| YUV | 235.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 226 | 0 | 0.03 | 0.07 | 0.05 | 30 | 0.38 | 0.92 |
| Hex | F2 | EA | E2 | 0 | 3 | 7 | 5 | 1E | 26 | 5C |
| Octal | 362 | 352 | 342 | 0 | 3 | 7 | 5 | 36 | 46 | 134 |
| Binary | 11110010 | 11101010 | 11100010 | 0 | 11 | 111 | 101 | 11110 | 100110 | 1011100 |
Color Harmonies of #F2EAE2
Complementary color
Monochromatic Colors of #F2EAE2
Black with #F2EAE2
Text Example
Text Example
White with #F2EAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EAE2; }
p { color: rgb(242,234,226); }
H1.HeaderClassName
{
color: #F2EAE2;
}
.AnyTagClassName
{
color: #F2EAE2;
}
</style>
background-color css
<style>
a { background-color: #F2EAE2; }
a { background-color: rgb(242,234,226); }
div.DivClassName
{
background-color: #F2EAE2;
}
.BgClassName
{
background-color: #F2EAE2;
}
</style>
border-color css
<style>
span { border-color: #F2EAE2; }
span { border-color: rgb(242,234,226); }
td.TdClassName
{
border-color: #F2EAE2;
}
.TagClassName
{
border-color: #F2EAE2;
}
</style>