Html Css Color HEX #F0E8DE Desert Storm

📋 copy color: '#F0E8DE'

red 240 ◦ green 232 ◦ blue 222

#F0E8DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Desert Storm #F0E8DE

Tints of Desert Storm #F0E8DE

RGB

 RED value IS 240 (94.14% from 255) = 34.58%

 GREEN value IS 232 (91.02% from 255) = 33.43%

 BLUE value IS 222 (87.11% from 255) = 31.99%

R = 34.58%
G = 33.43%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0E8DE (or 0xF0E8DE) is known color: Desert Storm. HEX triplet: F0, E8 and DE. RGB value is (240,232,222). Sum of RGB (Red+Green+Blue) = 240+232+222=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 232 (91.02% from 255 or 33.43% from 694); Blue value is 222 (87.11% from 255 or 31.99% from 694); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8DE is #0F1721. Grayscale: #E9E9E9. Windows color (decimal): -988962 or 14608624. OLE color: 14608624.

HSL color Cylindrical-coordinate representation of color #F0E8DE: hue angle of 33.33º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0E8DE is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 232 222 -
CMYK 0 0.03 0.08 0.06
HSL 33.33º 0.38% 0.91% -
HSV(B) 33.33º 0.07% 0.94% -
XYZ 77.98 81.51 80.73 -
YUV 233.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 240 232 222 0 0.03 0.08 0.06 33.33 0.38 0.91
Hex F0 E8 DE 0 3 8 6 21 26 5B
Octal 360 350 336 0 3 10 6 41 46 133
Binary 11110000 11101000 11011110 0 11 1000 110 100001 100110 1011011

Color Harmonies of #F0E8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E8DE

Black with #F0E8DE

Text Example


Text Example

White with #F0E8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E8DE; }

 p { color: rgb(240,232,222); }

 H1.HeaderClassName
 {
   color: #F0E8DE;
 }
 .AnyTagClassName
 {
   color: #F0E8DE;
 }
</style>

background-color css

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

 a { background-color: rgb(240,232,222); }

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

border-color css

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

 span { border-color: rgb(240,232,222); }

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