Shades of Pink #FCC9CF
Tints of Pink #FCC9CF
RGB
CMYK
RGB Variations
Color information
#FCC9CF (or 0xFCC9CF) is known color: Pink. HEX triplet: FC, C9 and CF. RGB value is (252,201,207). Sum of RGB (Red+Green+Blue) = 252+201+207=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 201 (78.91% from 255 or 30.45% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9CF is #033630. Grayscale: #D8D8D8. Windows color (decimal): -210481 or 13617660. OLE color: 13617660.
HSL color Cylindrical-coordinate representation of color #FCC9CF: hue angle of 352.94º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCC9CF is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 207 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.01 |
| HSL | 352.94º | 0.89% | 0.89% | - |
| HSV(B) | 352.94º | 0.2% | 0.99% | - |
| XYZ | 72.29 | 66.97 | 68.15 | - |
| YUV | 216.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 207 | 0 | 0.20 | 0.18 | 0.01 | 352.94 | 0.89 | 0.89 |
| Hex | FC | C9 | CF | 0 | 14 | 12 | 1 | 161 | 59 | 59 |
| Octal | 374 | 311 | 317 | 0 | 24 | 22 | 1 | 541 | 131 | 131 |
| Binary | 11111100 | 11001001 | 11001111 | 0 | 10100 | 10010 | 1 | 101100001 | 1011001 | 1011001 |
Color Harmonies of #FCC9CF
Complementary color
Monochromatic Colors of #FCC9CF
Black with #FCC9CF
Text Example
Text Example
White with #FCC9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9CF; }
p { color: rgb(252,201,207); }
H1.HeaderClassName
{
color: #FCC9CF;
}
.AnyTagClassName
{
color: #FCC9CF;
}
</style>
background-color css
<style>
a { background-color: #FCC9CF; }
a { background-color: rgb(252,201,207); }
div.DivClassName
{
background-color: #FCC9CF;
}
.BgClassName
{
background-color: #FCC9CF;
}
</style>
border-color css
<style>
span { border-color: #FCC9CF; }
span { border-color: rgb(252,201,207); }
td.TdClassName
{
border-color: #FCC9CF;
}
.TagClassName
{
border-color: #FCC9CF;
}
</style>