#FCCCA7

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

Shades of Peach #FCCCA7

Tints of Peach #FCCCA7

Color information

#FCCCA7 (or 0xFCCCA7) is unknown color: approx Peach. HEX triplet: FC, CC and A7. RGB value is (252,204,167). Sum of RGB (Red+Green+Blue) = 252+204+167=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 167 (65.62% from 255 or 26.81% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCA7 is #033358. Grayscale: #D6D6D6. Windows color (decimal): -209753 or 10996988. OLE color: 10996988.

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

Color convert

RGB252204167-
CMYK00.190.340.01
HSL26.12º93.41%82.16%-
HSV(B)26.12º33.73%98.82%-
XYZ68.7166.6745.81-
YUV214.13101.4155.01-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.45%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 167 (65.62% from 255) = 26.81%
R=40.45%
G=32.74%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220416700.190.340.0126.1293.4182.16
HexFCCCA70132211a5d52
Octal37431424702342132135122
Binary11111100110011001010011101001110001011101010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCA7; }

 p { color: rgb(252,204,167); }

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

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

 a { background-color: rgb(252,204,167); }

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

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

 span { border-color: rgb(252,204,167); }

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