#F2E9DE

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

Shades of Desert Storm #F2E9DE

Tints of Desert Storm #F2E9DE

Color information

#F2E9DE (or 0xF2E9DE) is unknown color: approx Desert Storm. HEX triplet: F2, E9 and DE. RGB value is (242,233,222). Sum of RGB (Red+Green+Blue) = 242+233+222=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 233 (91.41% from 255 or 33.43% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E9DE is #0D1621. Grayscale: #EAEAEA. Windows color (decimal): -857634 or 14608882. OLE color: 14608882.

HSL color Cylindrical-coordinate representation of color #F2E9DE: hue angle of 33º degrees, saturation: 0.43, 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 #F2E9DE is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB242233222-
CMYK00.040.080.05
HSL33º43.48%90.98%-
HSV(B)33º8.26%94.9%-
XYZ78.9482.4380.86-
YUV234.44120.98133.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.72%
GREEN value IS 233 (91.41% from 255) = 33.43%
BLUE value IS 222 (87.11% from 255) = 31.85%
R=34.72%
G=33.43%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223322200.040.080.053343.4890.98
HexF2E9DE0485212b5b
Octal362351336041054153133
Binary111100101110100111011110010010001011000011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E9DE; }

 p { color: rgb(242,233,222); }

 H1.HeaderClassName
 {
   color: #F2E9DE;
 }
 .AnyTagClassName
 {
   color: #F2E9DE;
 }
</style>
background-color css

<style>
 a { background-color: #F2E9DE; }

 a { background-color: rgb(242,233,222); }

 div.DivClassName
 {
   background-color: #F2E9DE;
 }
 .BgClassName
 {
   background-color: #F2E9DE;
 }
</style>
border-color css

<style>
 span { border-color: #F2E9DE; }

 span { border-color: rgb(242,233,222); }

 td.TdClassName
 {
   border-color: #F2E9DE;
 }
 .TagClassName
 {
   border-color: #F2E9DE;
 }
</style>