#FCC5AA

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

Shades of Peach #FCC5AA

Tints of Peach #FCC5AA

Color information

#FCC5AA (or 0xFCC5AA) is unknown color: approx Peach. HEX triplet: FC, C5 and AA. RGB value is (252,197,170). Sum of RGB (Red+Green+Blue) = 252+197+170=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCC5AA is #033A55. Grayscale: #D2D2D2. Windows color (decimal): -211542 or 11191804. OLE color: 11191804.

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

Color convert

RGB252197170-
CMYK00.220.330.01
HSL19.76º93.18%82.75%-
HSV(B)19.76º32.54%98.82%-
XYZ67.3763.5346.74-
YUV210.37105.22157.7-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 197 (77.34% from 255) = 31.83%
BLUE value IS 170 (66.80% from 255) = 27.46%
R=40.71%
G=31.83%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219717000.220.330.0119.7693.1882.75
HexFCC5AA016211145d53
Octal37430525202641124135123
Binary11111100110001011010101001011010000111010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC5AA; }

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

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

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

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

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

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

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

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