#FEC8A4

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

Shades of Peach #FEC8A4

Tints of Peach #FEC8A4

Color information

#FEC8A4 (or 0xFEC8A4) is unknown color: approx Peach. HEX triplet: FE, C8 and A4. RGB value is (254,200,164). Sum of RGB (Red+Green+Blue) = 254+200+164=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 164 (64.45% from 255 or 26.54% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8A4 is #01375B. Grayscale: #D4D4D4. Windows color (decimal): -79708 or 10799358. OLE color: 10799358.

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

Color convert

RGB254200164-
CMYK00.210.350.00
HSL24º97.83%81.96%-
HSV(B)24º35.43%99.61%-
XYZ68.2365.0644.08-
YUV212.04100.89157.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 200 (78.52% from 255) = 32.36%
BLUE value IS 164 (64.45% from 255) = 26.54%
R=41.10%
G=32.36%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420016400.210.350.002497.8381.96
HexFEC8A4015230186252
Octal37631024402543030142122
Binary11111110110010001010010001010110001101100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8A4; }

 p { color: rgb(254,200,164); }

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

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

 a { background-color: rgb(254,200,164); }

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

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

 span { border-color: rgb(254,200,164); }

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