#FCCAA3

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

Shades of Peach #FCCAA3

Tints of Peach #FCCAA3

Color information

#FCCAA3 (or 0xFCCAA3) is unknown color: approx Peach. HEX triplet: FC, CA and A3. RGB value is (252,202,163). Sum of RGB (Red+Green+Blue) = 252+202+163=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 202 (79.30% from 255 or 32.74% from 617); Blue value is 163 (64.06% from 255 or 26.42% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCAA3 is #03355C. Grayscale: #D4D4D4. Windows color (decimal): -210269 or 10734332. OLE color: 10734332.

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

Color convert

RGB252202163-
CMYK00.200.350.01
HSL26.29º93.68%81.37%-
HSV(B)26.29º35.32%98.82%-
XYZ67.8865.5843.73-
YUV212.5100.06156.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.84%
GREEN value IS 202 (79.30% from 255) = 32.74%
BLUE value IS 163 (64.06% from 255) = 26.42%
R=40.84%
G=32.74%
B=26.42%

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
Decimal25220216300.200.350.0126.2993.6881.37
HexFCCAA30142311a5e51
Octal37431224302443132136121
Binary11111100110010101010001101010010001111101010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAA3; }

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

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

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

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

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

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

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

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