#FCCCA8

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

Shades of Peach #FCCCA8

Tints of Peach #FCCCA8

Color information

#FCCCA8 (or 0xFCCCA8) is unknown color: approx Peach. HEX triplet: FC, CC and A8. RGB value is (252,204,168). Sum of RGB (Red+Green+Blue) = 252+204+168=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCCA8 is #033357. Grayscale: #D6D6D6. Windows color (decimal): -209752 or 11062524. OLE color: 11062524.

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

Color convert

RGB252204168-
CMYK00.190.330.01
HSL25.71º93.33%82.35%-
HSV(B)25.71º33.33%98.82%-
XYZ68.8166.7146.3-
YUV214.25101.9154.93-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 40.38%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 168 (66.02% from 255) = 26.92%
R=40.38%
G=32.69%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220416800.190.330.0125.7193.3382.35
HexFCCCA80132111a5d52
Octal37431425002341132135122
Binary11111100110011001010100001001110000111101010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCCA8; }

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

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

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

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

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

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

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

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