#FEC9A8

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

Shades of Peach #FEC9A8

Tints of Peach #FEC9A8

Color information

#FEC9A8 (or 0xFEC9A8) is unknown color: approx Peach. HEX triplet: FE, C9 and A8. RGB value is (254,201,168). Sum of RGB (Red+Green+Blue) = 254+201+168=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 168 (66.02% from 255 or 26.97% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC9A8 is #013657. Grayscale: #D5D5D5. Windows color (decimal): -79448 or 11061758. OLE color: 11061758.

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

Color convert

RGB254201168-
CMYK00.210.340.00
HSL23.02º97.73%82.75%-
HSV(B)23.02º33.86%99.61%-
XYZ68.8365.6746.09-
YUV213.08102.56157.18-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.77%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 168 (66.02% from 255) = 26.97%
R=40.77%
G=32.26%
B=26.97%

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
Decimal25420116800.210.340.0023.0297.7382.75
HexFEC9A8015220176253
Octal37631125002542027142123
Binary11111110110010011010100001010110001001011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9A8; }

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

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

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

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

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

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

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

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