#FEF0E1

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

Shades of Linen #FEF0E1

Tints of Linen #FEF0E1

Color information

#FEF0E1 (or 0xFEF0E1) is unknown color: approx Linen. HEX triplet: FE, F0 and E1. RGB value is (254,240,225). Sum of RGB (Red+Green+Blue) = 254+240+225=719 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.33% from 719); Green value is 240 (94.14% from 255 or 33.38% from 719); Blue value is 225 (88.28% from 255 or 31.29% from 719); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF0E1 is #010F1E. Grayscale: #F2F2F2. Windows color (decimal): -69407 or 14807294. OLE color: 14807294.

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

Color convert

RGB254240225-
CMYK00.060.110.00
HSL31.03º93.55%93.92%-
HSV(B)31.03º11.42%99.61%-
XYZ85.6288.8383.87-
YUV242.48118.14136.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.33%
GREEN value IS 240 (94.14% from 255) = 33.38%
BLUE value IS 225 (88.28% from 255) = 31.29%
R=35.33%
G=33.38%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424022500.060.110.0031.0393.5593.92
HexFEF0E106B01f5e5e
Octal3763603410613037136136
Binary1111111011110000111000010110101101111110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0E1; }

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

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

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

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

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

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

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

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