#F0EADE

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

Shades of White Linen #F0EADE

Tints of White Linen #F0EADE

Color information

#F0EADE (or 0xF0EADE) is unknown color: approx White Linen. HEX triplet: F0, EA and DE. RGB value is (240,234,222). Sum of RGB (Red+Green+Blue) = 240+234+222=696 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.48% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 222 (87.11% from 255 or 31.90% from 696); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EADE is #0F1521. Grayscale: #EAEAEA. Windows color (decimal): -988450 or 14609136. OLE color: 14609136.

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

Color convert

RGB240234222-
CMYK00.020.080.06
HSL40º37.5%90.59%-
HSV(B)40º7.5%94.12%-
XYZ78.5482.6480.92-
YUV234.43120.99131.98-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.48%
GREEN value IS 234 (91.80% from 255) = 33.62%
BLUE value IS 222 (87.11% from 255) = 31.90%
R=34.48%
G=33.62%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023422200.020.080.064037.590.59
HexF0EADE028628265b
Octal360352336021065046133
Binary11110000111010101101111001010001101010001001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EADE; }

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

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

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

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

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

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

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

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