Shades of Your Pink #FCC9BC
Tints of Your Pink #FCC9BC
RGB
CMYK
RGB Variations
Color information
#FCC9BC (or 0xFCC9BC) is known color: Your Pink. HEX triplet: FC, C9 and BC. RGB value is (252,201,188). Sum of RGB (Red+Green+Blue) = 252+201+188=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9BC is #033643. Grayscale: #D6D6D6. Windows color (decimal): -210500 or 12372476. OLE color: 12372476.
HSL color Cylindrical-coordinate representation of color #FCC9BC: hue angle of 12.19º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCC9BC is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 188 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.01 |
| HSL | 12.19º | 0.91% | 0.86% | - |
| HSV(B) | 12.19º | 0.25% | 0.99% | - |
| XYZ | 70.11 | 66.1 | 56.64 | - |
| YUV | 214.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 188 | 0 | 0.20 | 0.25 | 0.01 | 12.19 | 0.91 | 0.86 |
| Hex | FC | C9 | BC | 0 | 14 | 19 | 1 | C | 5B | 56 |
| Octal | 374 | 311 | 274 | 0 | 24 | 31 | 1 | 14 | 133 | 126 |
| Binary | 11111100 | 11001001 | 10111100 | 0 | 10100 | 11001 | 1 | 1100 | 1011011 | 1010110 |
Color Harmonies of #FCC9BC
Complementary color
Monochromatic Colors of #FCC9BC
Black with #FCC9BC
Text Example
Text Example
White with #FCC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC9BC; }
p { color: rgb(252,201,188); }
H1.HeaderClassName
{
color: #FCC9BC;
}
.AnyTagClassName
{
color: #FCC9BC;
}
</style>
background-color css
<style>
a { background-color: #FCC9BC; }
a { background-color: rgb(252,201,188); }
div.DivClassName
{
background-color: #FCC9BC;
}
.BgClassName
{
background-color: #FCC9BC;
}
</style>
border-color css
<style>
span { border-color: #FCC9BC; }
span { border-color: rgb(252,201,188); }
td.TdClassName
{
border-color: #FCC9BC;
}
.TagClassName
{
border-color: #FCC9BC;
}
</style>