#FEF0E4

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

Shades of Linen #FEF0E4

Tints of Linen #FEF0E4

Color information

#FEF0E4 (or 0xFEF0E4) is unknown color: approx Linen. HEX triplet: FE, F0 and E4. RGB value is (254,240,228). Sum of RGB (Red+Green+Blue) = 254+240+228=722 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.18% from 722); Green value is 240 (94.14% from 255 or 33.24% from 722); Blue value is 228 (89.45% from 255 or 31.58% from 722); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0E4 is #010F1B. Grayscale: #F2F2F2. Windows color (decimal): -69404 or 15003902. OLE color: 15003902.

HSL color Cylindrical-coordinate representation of color #FEF0E4: hue angle of 27.69º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEF0E4 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB254240228-
CMYK00.060.100.00
HSL27.69º92.86%94.51%-
HSV(B)27.69º10.24%99.61%-
XYZ86.0488.9986.04-
YUV242.82119.64135.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.18%
GREEN value IS 240 (94.14% from 255) = 33.24%
BLUE value IS 228 (89.45% from 255) = 31.58%
R=35.18%
G=33.24%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424022800.060.100.0027.6992.8694.51
HexFEF0E406A01c5d5f
Octal3763603440612034135137
Binary1111111011110000111001000110101001110010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0E4; }

 p { color: rgb(254,240,228); }

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

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

 a { background-color: rgb(254,240,228); }

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

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

 span { border-color: rgb(254,240,228); }

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