Shades of Pink #FCC2CB
Tints of Pink #FCC2CB
RGB
CMYK
RGB Variations
Color information
#FCC2CB (or 0xFCC2CB) is known color: Pink. HEX triplet: FC, C2 and CB. RGB value is (252,194,203). Sum of RGB (Red+Green+Blue) = 252+194+203=649 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.83% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC2CB is #033D34. Grayscale: #D4D4D4. Windows color (decimal): -212277 or 13353724. OLE color: 13353724.
HSL color Cylindrical-coordinate representation of color #FCC2CB: hue angle of 350.69º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC2CB is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 203 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.01 |
| HSL | 350.69º | 0.91% | 0.87% | - |
| HSV(B) | 350.69º | 0.23% | 0.99% | - |
| XYZ | 70.22 | 63.59 | 65.07 | - |
| YUV | 212.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 203 | 0 | 0.23 | 0.19 | 0.01 | 350.69 | 0.91 | 0.87 |
| Hex | FC | C2 | CB | 0 | 17 | 13 | 1 | 15F | 5B | 57 |
| Octal | 374 | 302 | 313 | 0 | 27 | 23 | 1 | 537 | 133 | 127 |
| Binary | 11111100 | 11000010 | 11001011 | 0 | 10111 | 10011 | 1 | 101011111 | 1011011 | 1010111 |
Color Harmonies of #FCC2CB
Complementary color
Monochromatic Colors of #FCC2CB
Black with #FCC2CB
Text Example
Text Example
White with #FCC2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC2CB; }
p { color: rgb(252,194,203); }
H1.HeaderClassName
{
color: #FCC2CB;
}
.AnyTagClassName
{
color: #FCC2CB;
}
</style>
background-color css
<style>
a { background-color: #FCC2CB; }
a { background-color: rgb(252,194,203); }
div.DivClassName
{
background-color: #FCC2CB;
}
.BgClassName
{
background-color: #FCC2CB;
}
</style>
border-color css
<style>
span { border-color: #FCC2CB; }
span { border-color: rgb(252,194,203); }
td.TdClassName
{
border-color: #FCC2CB;
}
.TagClassName
{
border-color: #FCC2CB;
}
</style>