#FEEFE1

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

Shades of Linen #FEEFE1

Tints of Linen #FEEFE1

Color information

#FEEFE1 (or 0xFEEFE1) is unknown color: approx Linen. HEX triplet: FE, EF and E1. RGB value is (254,239,225). Sum of RGB (Red+Green+Blue) = 254+239+225=718 (95% of max value = 765). Red value is 254 (99.61% from 255 or 35.38% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 225 (88.28% from 255 or 31.34% from 718); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEFE1 is #01101E. Grayscale: #F1F1F1. Windows color (decimal): -69663 or 14807038. OLE color: 14807038.

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

Color convert

RGB254239225-
CMYK00.060.110.00
HSL28.97º93.55%93.92%-
HSV(B)28.97º11.42%99.61%-
XYZ85.3388.2483.77-
YUV241.89118.47136.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 35.38%
GREEN value IS 239 (93.75% from 255) = 33.29%
BLUE value IS 225 (88.28% from 255) = 31.34%
R=35.38%
G=33.29%
B=31.34%

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
Decimal25423922500.060.110.0028.9793.5593.92
HexFEEFE106B01d5e5e
Octal3763573410613035136136
Binary1111111011101111111000010110101101110110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEEFE1; }

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

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

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

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

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

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

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

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