Html Css Color HEX #F1E6DA Desert Storm

📋 copy color: '#F1E6DA'

red 241 ◦ green 230 ◦ blue 218

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

Shades of Desert Storm #F1E6DA

Tints of Desert Storm #F1E6DA

RGB

 RED value IS 241 (94.53% from 255) = 34.98%

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

 BLUE value IS 218 (85.55% from 255) = 31.64%

R = 34.98%
G = 33.38%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1E6DA (or 0xF1E6DA) is known color: Desert Storm. HEX triplet: F1, E6 and DA. RGB value is (241,230,218). Sum of RGB (Red+Green+Blue) = 241+230+218=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 230 (90.23% from 255 or 33.38% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E6DA is #0E1925. Grayscale: #E7E7E7. Windows color (decimal): -923942 or 14345969. OLE color: 14345969.

HSL color Cylindrical-coordinate representation of color #F1E6DA: hue angle of 31.3º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1E6DA is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 230 218 -
CMYK 0 0.05 0.10 0.05
HSL 31.3º 0.45% 0.9% -
HSV(B) 31.3º 0.1% 0.95% -
XYZ 77.23 80.36 77.77 -
YUV 231.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 241 230 218 0 0.05 0.10 0.05 31.3 0.45 0.9
Hex F1 E6 DA 0 5 A 5 1F 2D 5A
Octal 361 346 332 0 5 12 5 37 55 132
Binary 11110001 11100110 11011010 0 101 1010 101 11111 101101 1011010

Color Harmonies of #F1E6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E6DA

Black with #F1E6DA

Text Example


Text Example

White with #F1E6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E6DA; }

 p { color: rgb(241,230,218); }

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

background-color css

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

 a { background-color: rgb(241,230,218); }

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

border-color css

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

 span { border-color: rgb(241,230,218); }

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