#F1EADE

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

Shades of White Linen #F1EADE

Tints of White Linen #F1EADE

Color information

#F1EADE (or 0xF1EADE) is unknown color: approx White Linen. HEX triplet: F1, EA and DE. RGB value is (241,234,222). Sum of RGB (Red+Green+Blue) = 241+234+222=697 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.58% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EADE is #0E1521. Grayscale: #EAEAEA. Windows color (decimal): -922914 or 14609137. OLE color: 14609137.

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

Color convert

RGB241234222-
CMYK00.030.080.05
HSL37.89º40.43%90.78%-
HSV(B)37.89º7.88%94.51%-
XYZ78.8882.8280.94-
YUV234.72120.82132.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.58%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 222 (87.11% from 255) = 31.85%
R=34.58%
G=33.57%
B=31.85%

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
Decimal24123422200.030.080.0537.8940.4390.78
HexF1EADE038526285b
Octal361352336031054650133
Binary11110001111010101101111001110001011001101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EADE; }

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

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

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

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

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

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

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

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