#F1EADC

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

Shades of White Linen #F1EADC

Tints of White Linen #F1EADC

Color information

#F1EADC (or 0xF1EADC) is unknown color: approx White Linen. HEX triplet: F1, EA and DC. RGB value is (241,234,220). Sum of RGB (Red+Green+Blue) = 241+234+220=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EADC is #0E1523. Grayscale: #EAEAEA. Windows color (decimal): -922916 or 14478065. OLE color: 14478065.

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

Color convert

RGB241234220-
CMYK00.030.090.05
HSL40º42.86%90.39%-
HSV(B)40º8.71%94.51%-
XYZ78.6282.7179.53-
YUV234.5119.82132.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.68%
GREEN value IS 234 (91.80% from 255) = 33.67%
BLUE value IS 220 (86.33% from 255) = 31.65%
R=34.68%
G=33.67%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123422000.030.090.054042.8690.39
HexF1EADC0395282b5a
Octal361352334031155053132
Binary11110001111010101101110001110011011010001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EADC; }

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

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

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

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

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

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

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

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