Shades of Pink #FCC9CE
Tints of Pink #FCC9CE
RGB
CMYK
RGB Variations
Color information
#FCC9CE (or 0xFCC9CE) is known color: Pink. HEX triplet: FC, C9 and CE. RGB value is (252,201,206). Sum of RGB (Red+Green+Blue) = 252+201+206=659 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.24% from 659); Green value is 201 (78.91% from 255 or 30.50% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9CE is #033631. Grayscale: #D8D8D8. Windows color (decimal): -210482 or 13552124. OLE color: 13552124.
HSL color Cylindrical-coordinate representation of color #FCC9CE: hue angle of 354.12º 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 #FCC9CE is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 206 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.01 |
| HSL | 354.12º | 0.89% | 0.89% | - |
| HSV(B) | 354.12º | 0.2% | 0.99% | - |
| XYZ | 72.17 | 66.92 | 67.51 | - |
| YUV | 216.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 206 | 0 | 0.20 | 0.18 | 0.01 | 354.12 | 0.89 | 0.89 |
| Hex | FC | C9 | CE | 0 | 14 | 12 | 1 | 162 | 59 | 59 |
| Octal | 374 | 311 | 316 | 0 | 24 | 22 | 1 | 542 | 131 | 131 |
| Binary | 11111100 | 11001001 | 11001110 | 0 | 10100 | 10010 | 1 | 101100010 | 1011001 | 1011001 |
Color Harmonies of #FCC9CE
Complementary color
Monochromatic Colors of #FCC9CE
Black with #FCC9CE
Text Example
Text Example
White with #FCC9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9CE; }
p { color: rgb(252,201,206); }
H1.HeaderClassName
{
color: #FCC9CE;
}
.AnyTagClassName
{
color: #FCC9CE;
}
</style>
background-color css
<style>
a { background-color: #FCC9CE; }
a { background-color: rgb(252,201,206); }
div.DivClassName
{
background-color: #FCC9CE;
}
.BgClassName
{
background-color: #FCC9CE;
}
</style>
border-color css
<style>
span { border-color: #FCC9CE; }
span { border-color: rgb(252,201,206); }
td.TdClassName
{
border-color: #FCC9CE;
}
.TagClassName
{
border-color: #FCC9CE;
}
</style>