#fee1ab

Color #FEE1AB Peach-Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Yellow #FEE1AB

Tints of Peach-Yellow #FEE1AB

Color information

#FEE1AB (or 0xFEE1AB) is unknown color: approx Peach-Yellow. HEX triplet: FE, E1 and AB. RGB value is (254,225,171). Sum of RGB (Red+Green+Blue) = 254+225+171=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 171 (67.19% from 255 or 26.31% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE1AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE1AB is #011E54. Grayscale: #E3E3E3. Windows color (decimal): -73301 or 11264510. OLE color: 11264510.

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

Color convert

RGB254225171-
CMYK00.110.330.00
HSL39.04º97.65%83.33%-
HSV(B)39.04º32.68%99.61%-
XYZ75.1577.8649.6-
YUV227.5296.11146.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.08%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 171 (67.19% from 255) = 26.31%
R=39.08%
G=34.62%
B=26.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422517100.110.330.0039.0497.6583.33
HexFEE1AB0B210276253
Octal37634125301341047142123
Binary11111110111000011010101101011100001010011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fee1ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fee1ab; }

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

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

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

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

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

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

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

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