#FCC0C0

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

Shades of Your Pink #FCC0C0

Tints of Your Pink #FCC0C0

Color information

#FCC0C0 (or 0xFCC0C0) is unknown color: approx Your Pink. HEX triplet: FC, C0 and C0. RGB value is (252,192,192). Sum of RGB (Red+Green+Blue) = 252+192+192=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 192 (75.39% from 255 or 30.19% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0C0 is #033F3F. Grayscale: #D2D2D2. Windows color (decimal): -212800 or 12632316. OLE color: 12632316.

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

Color convert

RGB252192192-
CMYK00.240.240.01
HSL90.91%87.06%-
HSV(B)23.81%98.82%-
XYZ68.5162.258.26-
YUV209.94117.88158-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.62%
GREEN value IS 192 (75.39% from 255) = 30.19%
BLUE value IS 192 (75.39% from 255) = 30.19%
R=39.62%
G=30.19%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25219219200.240.240.01090.9187.06
HexFCC0C001818105b57
Octal3743003000303010133127
Binary111111001100000011000000011000110001010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCC0C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCC0C0; }

 p { color: rgb(252,192,192); }

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

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

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

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

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

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

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