Shades of Your Pink #FCC9C3
Tints of Your Pink #FCC9C3
RGB
CMYK
RGB Variations
Color information
#FCC9C3 (or 0xFCC9C3) is known color: Your Pink. HEX triplet: FC, C9 and C3. RGB value is (252,201,195). Sum of RGB (Red+Green+Blue) = 252+201+195=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 195 (76.56% from 255 or 30.09% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9C3 is #03363C. Grayscale: #D7D7D7. Windows color (decimal): -210493 or 12831228. OLE color: 12831228.
HSL color Cylindrical-coordinate representation of color #FCC9C3: hue angle of 6.32º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCC9C3 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 195 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.01 |
| HSL | 6.32º | 0.9% | 0.88% | - |
| HSV(B) | 6.32º | 0.23% | 0.99% | - |
| XYZ | 70.88 | 66.41 | 60.71 | - |
| YUV | 215.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 195 | 0 | 0.20 | 0.23 | 0.01 | 6.32 | 0.9 | 0.88 |
| Hex | FC | C9 | C3 | 0 | 14 | 17 | 1 | 6 | 5A | 58 |
| Octal | 374 | 311 | 303 | 0 | 24 | 27 | 1 | 6 | 132 | 130 |
| Binary | 11111100 | 11001001 | 11000011 | 0 | 10100 | 10111 | 1 | 110 | 1011010 | 1011000 |
Color Harmonies of #FCC9C3
Complementary color
Monochromatic Colors of #FCC9C3
Black with #FCC9C3
Text Example
Text Example
White with #FCC9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9C3; }
p { color: rgb(252,201,195); }
H1.HeaderClassName
{
color: #FCC9C3;
}
.AnyTagClassName
{
color: #FCC9C3;
}
</style>
background-color css
<style>
a { background-color: #FCC9C3; }
a { background-color: rgb(252,201,195); }
div.DivClassName
{
background-color: #FCC9C3;
}
.BgClassName
{
background-color: #FCC9C3;
}
</style>
border-color css
<style>
span { border-color: #FCC9C3; }
span { border-color: rgb(252,201,195); }
td.TdClassName
{
border-color: #FCC9C3;
}
.TagClassName
{
border-color: #FCC9C3;
}
</style>