#F2EEE9

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

Shades of Linen #F2EEE9

Tints of Linen #F2EEE9

Color information

#F2EEE9 (or 0xF2EEE9) is unknown color: approx Linen. HEX triplet: F2, EE and E9. RGB value is (242,238,233). Sum of RGB (Red+Green+Blue) = 242+238+233=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 233 (91.41% from 255 or 32.68% from 713); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEE9 is #0D1116. Grayscale: #EEEEEE. Windows color (decimal): -856343 or 15331058. OLE color: 15331058.

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

Color convert

RGB242238233-
CMYK00.020.040.05
HSL33.33º25.71%93.14%-
HSV(B)33.33º3.72%94.9%-
XYZ81.985.9189.36-
YUV238.63124.83130.41-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.94%
GREEN value IS 238 (93.36% from 255) = 33.38%
BLUE value IS 233 (91.41% from 255) = 32.68%
R=33.94%
G=33.38%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223823300.020.040.0533.3325.7193.14
HexF2EEE90245211a5d
Octal36235635102454132135
Binary111100101110111011101001010100101100001110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EEE9; }

 p { color: rgb(242,238,233); }

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

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

 a { background-color: rgb(242,238,233); }

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

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

 span { border-color: rgb(242,238,233); }

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