#F1E9DD

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

Shades of White Linen #F1E9DD

Tints of White Linen #F1E9DD

Color information

#F1E9DD (or 0xF1E9DD) is unknown color: approx White Linen. HEX triplet: F1, E9 and DD. RGB value is (241,233,221). Sum of RGB (Red+Green+Blue) = 241+233+221=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 233 (91.41% from 255 or 33.53% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E9DD is #0E1622. Grayscale: #EAEAEA. Windows color (decimal): -923171 or 14543345. OLE color: 14543345.

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

Color convert

RGB241233221-
CMYK00.030.080.05
HSL36º41.67%90.59%-
HSV(B)36º8.3%94.51%-
XYZ78.4782.280.14-
YUV234.02120.65132.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.68%
GREEN value IS 233 (91.41% from 255) = 33.53%
BLUE value IS 221 (86.72% from 255) = 31.80%
R=34.68%
G=33.53%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123322100.030.080.053641.6790.59
HexF1E9DD0385242a5b
Octal361351335031054452133
Binary11110001111010011101110101110001011001001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E9DD; }

 p { color: rgb(241,233,221); }

 H1.HeaderClassName
 {
   color: #F1E9DD;
 }
 .AnyTagClassName
 {
   color: #F1E9DD;
 }
</style>
background-color css

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

 a { background-color: rgb(241,233,221); }

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

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

 span { border-color: rgb(241,233,221); }

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