#FEC9AA

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

Shades of Peach #FEC9AA

Tints of Peach #FEC9AA

Color information

#FEC9AA (or 0xFEC9AA) is unknown color: approx Peach. HEX triplet: FE, C9 and AA. RGB value is (254,201,170). Sum of RGB (Red+Green+Blue) = 254+201+170=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9AA is #013655. Grayscale: #D5D5D5. Windows color (decimal): -79446 or 11192830. OLE color: 11192830.

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

Color convert

RGB254201170-
CMYK00.210.330.00
HSL22.14º97.67%83.14%-
HSV(B)22.14º33.07%99.61%-
XYZ69.0265.7547.08-
YUV213.31103.56157.02-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.64%
GREEN value IS 201 (78.91% from 255) = 32.16%
BLUE value IS 170 (66.80% from 255) = 27.2%
R=40.64%
G=32.16%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420117000.210.330.0022.1497.6783.14
HexFEC9AA015210166253
Octal37631125202541026142123
Binary11111110110010011010101001010110000101011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9AA; }

 p { color: rgb(254,201,170); }

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

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

 a { background-color: rgb(254,201,170); }

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

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

 span { border-color: rgb(254,201,170); }

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