#FEC8AA

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

Shades of Peach #FEC8AA

Tints of Peach #FEC8AA

Color information

#FEC8AA (or 0xFEC8AA) is unknown color: approx Peach. HEX triplet: FE, C8 and AA. RGB value is (254,200,170). Sum of RGB (Red+Green+Blue) = 254+200+170=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEC8AA is #013755. Grayscale: #D4D4D4. Windows color (decimal): -79702 or 11192574. OLE color: 11192574.

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

Color convert

RGB254200170-
CMYK00.210.330.00
HSL21.43º97.67%83.14%-
HSV(B)21.43º33.07%99.61%-
XYZ68.7865.2847.01-
YUV212.73103.89157.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.71%
GREEN value IS 200 (78.52% from 255) = 32.05%
BLUE value IS 170 (66.80% from 255) = 27.24%
R=40.71%
G=32.05%
B=27.24%

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
Decimal25420017000.210.330.0021.4397.6783.14
HexFEC8AA015210156253
Octal37631025202541025142123
Binary11111110110010001010101001010110000101010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8AA; }

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

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

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

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

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

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

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

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