#F5EEE6

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

Shades of Linen #F5EEE6

Tints of Linen #F5EEE6

Color information

#F5EEE6 (or 0xF5EEE6) is unknown color: approx Linen. HEX triplet: F5, EE and E6. RGB value is (245,238,230). Sum of RGB (Red+Green+Blue) = 245+238+230=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 230 (90.23% from 255 or 32.26% from 713); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EEE6 is #0A1119. Grayscale: #EFEFEF. Windows color (decimal): -659738 or 15134453. OLE color: 15134453.

HSL color Cylindrical-coordinate representation of color #F5EEE6: hue angle of 32º degrees, saturation: 0.43, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F5EEE6 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB245238230-
CMYK00.030.060.04
HSL32º42.86%93.14%-
HSV(B)32º6.12%96.08%-
XYZ82.5186.2787.17-
YUV239.18122.82132.15-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.36%
GREEN value IS 238 (93.36% from 255) = 33.38%
BLUE value IS 230 (90.23% from 255) = 32.26%
R=34.36%
G=33.38%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523823000.030.060.043242.8693.14
HexF5EEE60364202b5d
Octal36535634603644053135
Binary1111010111101110111001100111101001000001010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EEE6; }

 p { color: rgb(245,238,230); }

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

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

 a { background-color: rgb(245,238,230); }

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

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

 span { border-color: rgb(245,238,230); }

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