#FCCCA0

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

Shades of Peach #FCCCA0

Tints of Peach #FCCCA0

Color information

#FCCCA0 (or 0xFCCCA0) is unknown color: approx Peach. HEX triplet: FC, CC and A0. RGB value is (252,204,160). Sum of RGB (Red+Green+Blue) = 252+204+160=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCA0 is #03335F. Grayscale: #D5D5D5. Windows color (decimal): -209760 or 10538236. OLE color: 10538236.

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

Color convert

RGB252204160-
CMYK00.190.370.01
HSL28.7º93.88%80.78%-
HSV(B)28.7º36.51%98.82%-
XYZ68.0866.4242.49-
YUV213.3497.9155.58-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.91%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 160 (62.89% from 255) = 25.97%
R=40.91%
G=33.12%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220416000.190.370.0128.793.8880.78
HexFCCCA00132511d5e51
Octal37431424002345135136121
Binary11111100110011001010000001001110010111110110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCA0; }

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

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

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

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

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

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

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

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