#F0E9DE

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

Shades of White Linen #F0E9DE

Tints of White Linen #F0E9DE

Color information

#F0E9DE (or 0xF0E9DE) is unknown color: approx White Linen. HEX triplet: F0, E9 and DE. RGB value is (240,233,222). Sum of RGB (Red+Green+Blue) = 240+233+222=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 233 (91.41% from 255 or 33.53% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E9DE is #0F1621. Grayscale: #E9E9E9. Windows color (decimal): -988706 or 14608880. OLE color: 14608880.

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

Color convert

RGB240233222-
CMYK00.030.080.06
HSL36.67º37.5%90.59%-
HSV(B)36.67º7.5%94.12%-
XYZ78.2682.0880.83-
YUV233.84121.32132.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.53%
GREEN value IS 233 (91.41% from 255) = 33.53%
BLUE value IS 222 (87.11% from 255) = 31.94%
R=34.53%
G=33.53%
B=31.94%

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
Decimal24023322200.030.080.0636.6737.590.59
HexF0E9DE038625265b
Octal360351336031064546133
Binary11110000111010011101111001110001101001011001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E9DE; }

 p { color: rgb(240,233,222); }

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

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

 a { background-color: rgb(240,233,222); }

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

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

 span { border-color: rgb(240,233,222); }

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