#FEF5EA

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

Shades of Linen #FEF5EA

Tints of Linen #FEF5EA

Color information

#FEF5EA (or 0xFEF5EA) is unknown color: approx Linen. HEX triplet: FE, F5 and EA. RGB value is (254,245,234). Sum of RGB (Red+Green+Blue) = 254+245+234=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 245 (96.09% from 255 or 33.42% from 733); Blue value is 234 (91.80% from 255 or 31.92% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5EA is #010A15. Grayscale: #F6F6F6. Windows color (decimal): -68118 or 15398398. OLE color: 15398398.

HSL color Cylindrical-coordinate representation of color #FEF5EA: hue angle of 33º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEF5EA is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB254245234-
CMYK00.040.080.00
HSL33º90.91%95.69%-
HSV(B)33º7.87%99.61%-
XYZ88.3892.3291-
YUV246.44120.98133.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.65%
GREEN value IS 245 (96.09% from 255) = 33.42%
BLUE value IS 234 (91.80% from 255) = 31.92%
R=34.65%
G=33.42%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424523400.040.080.003390.9195.69
HexFEF5EA0480215b60
Octal3763653520410041133140
Binary11111110111101011110101001001000010000110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5EA; }

 p { color: rgb(254,245,234); }

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

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

 a { background-color: rgb(254,245,234); }

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

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

 span { border-color: rgb(254,245,234); }

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