#F1EAE2

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

Shades of Desert Storm #F1EAE2

Tints of Desert Storm #F1EAE2

Color information

#F1EAE2 (or 0xF1EAE2) is unknown color: approx Desert Storm. HEX triplet: F1, EA and E2. RGB value is (241,234,226). Sum of RGB (Red+Green+Blue) = 241+234+226=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 226 (88.67% from 255 or 32.24% from 701); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EAE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EAE2 is #0E151D. Grayscale: #EBEBEB. Windows color (decimal): -922910 or 14871281. OLE color: 14871281.

HSL color Cylindrical-coordinate representation of color #F1EAE2: hue angle of 32º degrees, saturation: 0.35, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F1EAE2 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB241234226-
CMYK00.030.060.05
HSL32º34.88%91.57%-
HSV(B)32º6.22%94.51%-
XYZ79.4383.0483.79-
YUV235.18122.82132.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.38%
GREEN value IS 234 (91.80% from 255) = 33.38%
BLUE value IS 226 (88.67% from 255) = 32.24%
R=34.38%
G=33.38%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123422600.030.060.053234.8891.57
HexF1EAE2036520235c
Octal36135234203654043134
Binary1111000111101010111000100111101011000001000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EAE2; }

 p { color: rgb(241,234,226); }

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

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

 a { background-color: rgb(241,234,226); }

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

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

 span { border-color: rgb(241,234,226); }

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