Html Css Color HEX #F1E8DC White Linen

📋 copy color: '#F1E8DC'

red 241 ◦ green 232 ◦ blue 220

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

Shades of White Linen #F1E8DC

Tints of White Linen #F1E8DC

RGB

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

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

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

R = 34.78%
G = 33.48%
B = 31.75%

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

#F1E8DC (or 0xF1E8DC) is known color: White Linen. HEX triplet: F1, E8 and DC. RGB value is (241,232,220). Sum of RGB (Red+Green+Blue) = 241+232+220=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E8DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E8DC is #0E1723. Grayscale: #E9E9E9. Windows color (decimal): -923428 or 14477553. OLE color: 14477553.

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

Color convert

RGB 241 232 220 -
CMYK 0 0.04 0.09 0.05
HSL 34.29º 0.43% 0.9% -
HSV(B) 34.29º 0.09% 0.95% -
XYZ 78.05 81.58 79.34 -
YUV 233.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 241 232 220 0 0.04 0.09 0.05 34.29 0.43 0.9
Hex F1 E8 DC 0 4 9 5 22 2B 5A
Octal 361 350 334 0 4 11 5 42 53 132
Binary 11110001 11101000 11011100 0 100 1001 101 100010 101011 1011010

Color Harmonies of #F1E8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E8DC

Black with #F1E8DC

Text Example


Text Example

White with #F1E8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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