#F0E8DD

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

Shades of White Linen #F0E8DD

Tints of White Linen #F0E8DD

Color information

#F0E8DD (or 0xF0E8DD) is unknown color: approx White Linen. HEX triplet: F0, E8 and DD. RGB value is (240,232,221). Sum of RGB (Red+Green+Blue) = 240+232+221=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E8DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E8DD is #0F1722. Grayscale: #E9E9E9. Windows color (decimal): -988963 or 14543088. OLE color: 14543088.

HSL color Cylindrical-coordinate representation of color #F0E8DD: hue angle of 34.74º degrees, saturation: 0.39, 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 #F0E8DD is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240232221-
CMYK00.030.080.06
HSL34.74º38.78%90.39%-
HSV(B)34.74º7.92%94.12%-
XYZ77.8481.4680.03-
YUV233.14121.15132.89-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.63%
GREEN value IS 232 (91.02% from 255) = 33.48%
BLUE value IS 221 (86.72% from 255) = 31.89%
R=34.63%
G=33.48%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023222100.030.080.0634.7438.7890.39
HexF0E8DD038623275a
Octal360350335031064347132
Binary11110000111010001101110101110001101000111001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E8DD; }

 p { color: rgb(240,232,221); }

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

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

 a { background-color: rgb(240,232,221); }

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

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

 span { border-color: rgb(240,232,221); }

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