#FEE2AC

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

Shades of Peach-Yellow #FEE2AC

Tints of Peach-Yellow #FEE2AC

Color information

#FEE2AC (or 0xFEE2AC) is unknown color: approx Peach-Yellow. HEX triplet: FE, E2 and AC. RGB value is (254,226,172). Sum of RGB (Red+Green+Blue) = 254+226+172=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 172 (67.58% from 255 or 26.38% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE2AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE2AC is #011D53. Grayscale: #E4E4E4. Windows color (decimal): -73044 or 11330302. OLE color: 11330302.

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

Color convert

RGB254226172-
CMYK00.110.320.00
HSL39.51º97.62%83.53%-
HSV(B)39.51º32.28%99.61%-
XYZ75.5278.4450.19-
YUV228.2296.28146.39-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 226 (88.67% from 255) = 34.66%
BLUE value IS 172 (67.58% from 255) = 26.38%
R=38.96%
G=34.66%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25422617200.110.320.0039.5197.6283.53
HexFEE2AC0B200286254
Octal37634225401340050142124
Binary11111110111000101010110001011100000010100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE2AC; }

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

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

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

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

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

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

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

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