#FEC5A8

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

Shades of Peach #FEC5A8

Tints of Peach #FEC5A8

Color information

#FEC5A8 (or 0xFEC5A8) is unknown color: approx Peach. HEX triplet: FE, C5 and A8. RGB value is (254,197,168). Sum of RGB (Red+Green+Blue) = 254+197+168=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 168 (66.02% from 255 or 27.14% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC5A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC5A8 is #013A57. Grayscale: #D2D2D2. Windows color (decimal): -80472 or 11060734. OLE color: 11060734.

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

Color convert

RGB254197168-
CMYK00.220.340.00
HSL20.23º97.73%82.75%-
HSV(B)20.23º33.86%99.61%-
XYZ67.9163.8345.79-
YUV210.74103.88158.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.03%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 168 (66.02% from 255) = 27.14%
R=41.03%
G=31.83%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419716800.220.340.0020.2397.7382.75
HexFEC5A8016220146253
Octal37630525002642024142123
Binary11111110110001011010100001011010001001010011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC5A8; }

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

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

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

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

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

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

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

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