#F1EEEA

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

Shades of Linen #F1EEEA

Tints of Linen #F1EEEA

Color information

#F1EEEA (or 0xF1EEEA) is unknown color: approx Linen. HEX triplet: F1, EE and EA. RGB value is (241,238,234). Sum of RGB (Red+Green+Blue) = 241+238+234=713 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.80% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EEEA is #0E1115. Grayscale: #EEEEEE. Windows color (decimal): -921878 or 15396593. OLE color: 15396593.

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

Color convert

RGB241238234-
CMYK00.010.030.05
HSL34.29º20%93.14%-
HSV(B)34.29º2.9%94.51%-
XYZ81.785.7990.09-
YUV238.44125.49129.83-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.80%
GREEN value IS 238 (93.36% from 255) = 33.38%
BLUE value IS 234 (91.80% from 255) = 32.82%
R=33.80%
G=33.38%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123823400.010.030.0534.292093.14
HexF1EEEA013522145d
Octal36135635201354224135
Binary1111000111101110111010100111101100010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EEEA; }

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

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

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

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

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

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

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

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