#F1E8DF

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

Shades of Desert Storm #F1E8DF

Tints of Desert Storm #F1E8DF

Color information

#F1E8DF (or 0xF1E8DF) is unknown color: approx Desert Storm. HEX triplet: F1, E8 and DF. RGB value is (241,232,223). Sum of RGB (Red+Green+Blue) = 241+232+223=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 232 (91.02% from 255 or 33.33% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E8DF is #0E1720. Grayscale: #E9E9E9. Windows color (decimal): -923425 or 14674161. OLE color: 14674161.

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

Color convert

RGB241232223-
CMYK00.040.070.05
HSL30º39.13%90.98%-
HSV(B)30º7.47%94.51%-
XYZ78.4581.7481.45-
YUV233.66121.98133.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.63%
GREEN value IS 232 (91.02% from 255) = 33.33%
BLUE value IS 223 (87.5% from 255) = 32.04%
R=34.63%
G=33.33%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123222300.040.070.053039.1390.98
HexF1E8DF04751e275b
Octal36135033704753647133
Binary1111000111101000110111110100111101111101001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E8DF; }

 p { color: rgb(241,232,223); }

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

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

 a { background-color: rgb(241,232,223); }

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

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

 span { border-color: rgb(241,232,223); }

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