#F8EDE2

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

Shades of Linen #F8EDE2

Tints of Linen #F8EDE2

Color information

#F8EDE2 (or 0xF8EDE2) is unknown color: approx Linen. HEX triplet: F8, ED and E2. RGB value is (248,237,226). Sum of RGB (Red+Green+Blue) = 248+237+226=711 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.88% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 226 (88.67% from 255 or 31.79% from 711); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDE2 is #07121D. Grayscale: #EFEFEF. Windows color (decimal): -463390 or 14872056. OLE color: 14872056.

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

Color convert

RGB248237226-
CMYK00.040.090.03
HSL30º61.11%92.94%-
HSV(B)30º8.87%97.25%-
XYZ82.7286.0284.19-
YUV239.04120.64134.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 34.88%
GREEN value IS 237 (92.97% from 255) = 33.33%
BLUE value IS 226 (88.67% from 255) = 31.79%
R=34.88%
G=33.33%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823722600.040.090.033061.1192.94
HexF8EDE204931e3d5d
Octal370355342041133675135
Binary1111100011101101111000100100100111111101111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDE2; }

 p { color: rgb(248,237,226); }

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

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

 a { background-color: rgb(248,237,226); }

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

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

 span { border-color: rgb(248,237,226); }

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