#FEF5EB

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

Shades of Linen #FEF5EB

Tints of Linen #FEF5EB

Color information

#FEF5EB (or 0xFEF5EB) is unknown color: approx Linen. HEX triplet: FE, F5 and EB. RGB value is (254,245,235). Sum of RGB (Red+Green+Blue) = 254+245+235=734 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.60% from 734); Green value is 245 (96.09% from 255 or 33.38% from 734); Blue value is 235 (92.19% from 255 or 32.02% from 734); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5EB is #010A14. Grayscale: #F6F6F6. Windows color (decimal): -68117 or 15463934. OLE color: 15463934.

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

Color convert

RGB254245235-
CMYK00.040.070.00
HSL31.58º90.48%95.88%-
HSV(B)31.58º7.48%99.61%-
XYZ88.5292.3791.76-
YUV246.55121.48133.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 34.60%
GREEN value IS 245 (96.09% from 255) = 33.38%
BLUE value IS 235 (92.19% from 255) = 32.02%
R=34.60%
G=33.38%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424523500.040.070.0031.5890.4895.88
HexFEF5EB0470205a60
Octal376365353047040132140
Binary1111111011110101111010110100111010000010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5EB; }

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

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

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

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

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

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

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

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