#fccaa2

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

Shades of Peach #FCCAA2

Tints of Peach #FCCAA2

Color information

#FCCAA2 (or 0xFCCAA2) is unknown color: approx Peach. HEX triplet: FC, CA and A2. RGB value is (252,202,162). Sum of RGB (Red+Green+Blue) = 252+202+162=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 202 (79.30% from 255 or 32.79% from 616); Blue value is 162 (63.67% from 255 or 26.30% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAA2 is #03355D. Grayscale: #D4D4D4. Windows color (decimal): -210270 or 10668796. OLE color: 10668796.

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

Color convert

RGB252202162-
CMYK00.200.360.01
HSL26.67º93.75%81.18%-
HSV(B)26.67º35.71%98.82%-
XYZ67.7965.5543.26-
YUV212.3999.56156.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 202 (79.30% from 255) = 32.79%
BLUE value IS 162 (63.67% from 255) = 26.30%
R=40.91%
G=32.79%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220216200.200.360.0126.6793.7581.18
HexFCCAA20142411b5e51
Octal37431224202444133136121
Binary11111100110010101010001001010010010011101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fccaa2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fccaa2; }

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

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

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

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

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

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

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

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