#FEC9A7

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

Shades of Peach #FEC9A7

Tints of Peach #FEC9A7

Color information

#FEC9A7 (or 0xFEC9A7) is unknown color: approx Peach. HEX triplet: FE, C9 and A7. RGB value is (254,201,167). Sum of RGB (Red+Green+Blue) = 254+201+167=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 167 (65.62% from 255 or 26.85% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9A7 is #013658. Grayscale: #D5D5D5. Windows color (decimal): -79449 or 10996222. OLE color: 10996222.

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

Color convert

RGB254201167-
CMYK00.210.340.00
HSL23.45º97.75%82.55%-
HSV(B)23.45º34.25%99.61%-
XYZ68.7365.6345.61-
YUV212.97102.06157.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.84%
GREEN value IS 201 (78.91% from 255) = 32.32%
BLUE value IS 167 (65.62% from 255) = 26.85%
R=40.84%
G=32.32%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420116700.210.340.0023.4597.7582.55
HexFEC9A7015220176253
Octal37631124702542027142123
Binary11111110110010011010011101010110001001011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9A7; }

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

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

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

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

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

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

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

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