Html Css Color HEX #F2E8DC Desert Storm

📋 copy color: '#F2E8DC'

red 242 ◦ green 232 ◦ blue 220

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

Shades of Desert Storm #F2E8DC

Tints of Desert Storm #F2E8DC

RGB

 RED value IS 242 (94.92% from 255) = 34.87%

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

 BLUE value IS 220 (86.33% from 255) = 31.7%

R = 34.87%
G = 33.43%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F2E8DC (or 0xF2E8DC) is known color: Desert Storm. HEX triplet: F2, E8 and DC. RGB value is (242,232,220). Sum of RGB (Red+Green+Blue) = 242+232+220=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 232 (91.02% from 255 or 33.43% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8DC is #0D1723. Grayscale: #E9E9E9. Windows color (decimal): -857892 or 14477554. OLE color: 14477554.

HSL color Cylindrical-coordinate representation of color #F2E8DC: hue angle of 32.73º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E8DC is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 232 220 -
CMYK 0 0.04 0.09 0.05
HSL 32.73º 0.46% 0.91% -
HSV(B) 32.73º 0.09% 0.95% -
XYZ 78.39 81.76 79.36 -
YUV 233.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 242 232 220 0 0.04 0.09 0.05 32.73 0.46 0.91
Hex F2 E8 DC 0 4 9 5 21 2E 5B
Octal 362 350 334 0 4 11 5 41 56 133
Binary 11110010 11101000 11011100 0 100 1001 101 100001 101110 1011011

Color Harmonies of #F2E8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E8DC

Black with #F2E8DC

Text Example


Text Example

White with #F2E8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E8DC; }

 p { color: rgb(242,232,220); }

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

background-color css

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

 a { background-color: rgb(242,232,220); }

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

border-color css

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

 span { border-color: rgb(242,232,220); }

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