#F2EAE2

Color #F2EAE2 Desert Storm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert Storm #F2EAE2

Tints of Desert Storm #F2EAE2

Color information

#F2EAE2 (or 0xF2EAE2) is unknown color: approx 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

RGB242234226-
CMYK00.030.070.05
HSL30º38.1%91.76%-
HSV(B)30º6.61%94.9%-
XYZ79.7783.2183.81-
YUV235.48122.65132.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 34.47%
GREEN value IS 234 (91.80% from 255) = 33.33%
BLUE value IS 226 (88.67% from 255) = 32.19%
R=34.47%
G=33.33%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223422600.030.070.053038.191.76
HexF2EAE203751e265c
Octal36235234203753646134
Binary111100101110101011100010011111101111101001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>