#FCC8AA

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

Shades of Peach #FCC8AA

Tints of Peach #FCC8AA

Color information

#FCC8AA (or 0xFCC8AA) is unknown color: approx Peach. HEX triplet: FC, C8 and AA. RGB value is (252,200,170). Sum of RGB (Red+Green+Blue) = 252+200+170=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC8AA is #033755. Grayscale: #D4D4D4. Windows color (decimal): -210774 or 11192572. OLE color: 11192572.

HSL color Cylindrical-coordinate representation of color #FCC8AA: hue angle of 21.95º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCC8AA is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB252200170-
CMYK00.210.330.01
HSL21.95º93.18%82.75%-
HSV(B)21.95º32.54%98.82%-
XYZ68.0564.9146.97-
YUV212.13104.23156.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.51%
GREEN value IS 200 (78.52% from 255) = 32.15%
BLUE value IS 170 (66.80% from 255) = 27.33%
R=40.51%
G=32.15%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220017000.210.330.0121.9593.1882.75
HexFCC8AA015211165d53
Octal37431025202541126135123
Binary11111100110010001010101001010110000111011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC8AA; }

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

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

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

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

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

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

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

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