#fee2ab

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

Shades of Peach-Yellow #FEE2AB

Tints of Peach-Yellow #FEE2AB

Color information

#FEE2AB (or 0xFEE2AB) is unknown color: approx Peach-Yellow. HEX triplet: FE, E2 and AB. RGB value is (254,226,171). Sum of RGB (Red+Green+Blue) = 254+226+171=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 226 (88.67% from 255 or 34.72% from 651); Blue value is 171 (67.19% from 255 or 26.27% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE2AB is #011D54. Grayscale: #E4E4E4. Windows color (decimal): -73045 or 11264766. OLE color: 11264766.

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

Color convert

RGB254226171-
CMYK00.110.330.00
HSL39.76º97.65%83.33%-
HSV(B)39.76º32.68%99.61%-
XYZ75.4278.449.69-
YUV228.195.78146.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.02%
GREEN value IS 226 (88.67% from 255) = 34.72%
BLUE value IS 171 (67.19% from 255) = 26.27%
R=39.02%
G=34.72%
B=26.27%

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
Decimal25422617100.110.330.0039.7697.6583.33
HexFEE2AB0B210286253
Octal37634225301341050142123
Binary11111110111000101010101101011100001010100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fee2ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fee2ab; }

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

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

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

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

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

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

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

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