#FEF4EA

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

Shades of Linen #FEF4EA

Tints of Linen #FEF4EA

Color information

#FEF4EA (or 0xFEF4EA) is unknown color: approx Linen. HEX triplet: FE, F4 and EA. RGB value is (254,244,234). Sum of RGB (Red+Green+Blue) = 254+244+234=732 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.70% from 732); Green value is 244 (95.70% from 255 or 33.33% from 732); Blue value is 234 (91.80% from 255 or 31.97% from 732); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF4EA is #010B15. Grayscale: #F5F5F5. Windows color (decimal): -68374 or 15398142. OLE color: 15398142.

HSL color Cylindrical-coordinate representation of color #FEF4EA: hue angle of 30º 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 #FEF4EA is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB254244234-
CMYK00.040.080.00
HSL30º90.91%95.69%-
HSV(B)30º7.87%99.61%-
XYZ88.0891.7190.9-
YUV245.85121.31133.81-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.70%
GREEN value IS 244 (95.70% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 31.97%
R=34.70%
G=33.33%
B=31.97%

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
Decimal25424423400.040.080.003090.9195.69
HexFEF4EA04801e5b60
Octal3763643520410036133140
Binary1111111011110100111010100100100001111010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4EA; }

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

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

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

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

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

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

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

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