Html Css Color HEX #F0E6DC Desert Storm

📋 copy color: '#F0E6DC'

red 240 ◦ green 230 ◦ blue 220

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

Shades of Desert Storm #F0E6DC

Tints of Desert Storm #F0E6DC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.33%

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

R = 34.78%
G = 33.33%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0E6DC (or 0xF0E6DC) is known color: Desert Storm. HEX triplet: F0, E6 and DC. RGB value is (240,230,220). Sum of RGB (Red+Green+Blue) = 240+230+220=690 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.78% from 690); Green value is 230 (90.23% from 255 or 33.33% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6DC is #0F1923. Grayscale: #E7E7E7. Windows color (decimal): -989476 or 14477040. OLE color: 14477040.

HSL color Cylindrical-coordinate representation of color #F0E6DC: hue angle of 30º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0E6DC is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 230 220 -
CMYK 0 0.04 0.08 0.06
HSL 30º 0.4% 0.9% -
HSV(B) 30º 0.08% 0.94% -
XYZ 77.15 80.29 79.14 -
YUV 231.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 240 230 220 0 0.04 0.08 0.06 30 0.4 0.9
Hex F0 E6 DC 0 4 8 6 1E 28 5A
Octal 360 346 334 0 4 10 6 36 50 132
Binary 11110000 11100110 11011100 0 100 1000 110 11110 101000 1011010

Color Harmonies of #F0E6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E6DC

Black with #F0E6DC

Text Example


Text Example

White with #F0E6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E6DC; }

 p { color: rgb(240,230,220); }

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

background-color css

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

 a { background-color: rgb(240,230,220); }

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

border-color css

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

 span { border-color: rgb(240,230,220); }

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