Shades of Your Pink #FCC0C0
Tints of Your Pink #FCC0C0
RGB
CMYK
RGB Variations
Color information
#FCC0C0 (or 0xFCC0C0) is known color: 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
| RGB | 252 | 192 | 192 | - |
| CMYK | 0 | 0.24 | 0.24 | 0.01 |
| HSL | 0º | 0.91% | 0.87% | - |
| HSV(B) | 0º | 0.24% | 0.99% | - |
| XYZ | 68.51 | 62.2 | 58.26 | - |
| YUV | 209.94 | 117.88 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 192 | 0 | 0.24 | 0.24 | 0.01 | 0 | 0.91 | 0.87 |
| Hex | FC | C0 | C0 | 0 | 18 | 18 | 1 | 0 | 5B | 57 |
| Octal | 374 | 300 | 300 | 0 | 30 | 30 | 1 | 0 | 133 | 127 |
| Binary | 11111100 | 11000000 | 11000000 | 0 | 11000 | 11000 | 1 | 0 | 1011011 | 1010111 |
Color Harmonies of #FCC0C0
Complementary color
Monochromatic Colors of #FCC0C0
Black with #FCC0C0
Text Example
Text Example
White with #FCC0C0
Text Example
Text Example
HTML Codes & Css Web 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>