#F1E8DC

Color #F1E8DC White Linen (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Linen #F1E8DC

Tints of White Linen #F1E8DC

Color information

#F1E8DC (or 0xF1E8DC) is unknown color: approx 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

RGB241232220-
CMYK00.040.090.05
HSL34.29º42.86%90.39%-
HSV(B)34.29º8.71%94.51%-
XYZ78.0581.5879.34-
YUV233.32120.48133.48-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123222000.040.090.0534.2942.8690.39
HexF1E8DC0495222b5a
Octal361350334041154253132
Binary111100011110100011011100010010011011000101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>