#FCCAA5

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

Shades of Peach #FCCAA5

Tints of Peach #FCCAA5

Color information

#FCCAA5 (or 0xFCCAA5) is unknown color: approx Peach. HEX triplet: FC, CA and A5. RGB value is (252,202,165). Sum of RGB (Red+Green+Blue) = 252+202+165=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 165 (64.84% from 255 or 26.66% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAA5 is #03355A. Grayscale: #D4D4D4. Windows color (decimal): -210267 or 10865404. OLE color: 10865404.

HSL color Cylindrical-coordinate representation of color #FCCAA5: hue angle of 25.52º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCCAA5 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB252202165-
CMYK00.200.350.01
HSL25.52º93.55%81.76%-
HSV(B)25.52º34.52%98.82%-
XYZ68.0665.6544.68-
YUV212.73101.06156.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.71%
GREEN value IS 202 (79.30% from 255) = 32.63%
BLUE value IS 165 (64.84% from 255) = 26.66%
R=40.71%
G=32.63%
B=26.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220216500.200.350.0125.5293.5581.76
HexFCCAA50142311a5e52
Octal37431224502443132136122
Binary11111100110010101010010101010010001111101010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAA5; }

 p { color: rgb(252,202,165); }

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

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

 a { background-color: rgb(252,202,165); }

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

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

 span { border-color: rgb(252,202,165); }

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