#FCCCA4

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

Shades of Peach #FCCCA4

Tints of Peach #FCCCA4

Color information

#FCCCA4 (or 0xFCCCA4) is unknown color: approx Peach. HEX triplet: FC, CC and A4. RGB value is (252,204,164). Sum of RGB (Red+Green+Blue) = 252+204+164=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 204 (80.08% from 255 or 32.90% from 620); Blue value is 164 (64.45% from 255 or 26.45% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCA4 is #03335B. Grayscale: #D5D5D5. Windows color (decimal): -209756 or 10800380. OLE color: 10800380.

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

Color convert

RGB252204164-
CMYK00.190.350.01
HSL27.27º93.62%81.57%-
HSV(B)27.27º34.92%98.82%-
XYZ68.4466.5644.36-
YUV213.7999.9155.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.65%
GREEN value IS 204 (80.08% from 255) = 32.90%
BLUE value IS 164 (64.45% from 255) = 26.45%
R=40.65%
G=32.90%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220416400.190.350.0127.2793.6281.57
HexFCCCA40132311b5e52
Octal37431424402343133136122
Binary11111100110011001010010001001110001111101110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCA4; }

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

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

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

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

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

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

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

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