Shades of Pink #FCBCC9
Tints of Pink #FCBCC9
RGB
CMYK
RGB Variations
Color information
#FCBCC9 (or 0xFCBCC9) is known color: Pink. HEX triplet: FC, BC and C9. RGB value is (252,188,201). Sum of RGB (Red+Green+Blue) = 252+188+201=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCC9 is #034336. Grayscale: #D0D0D0. Windows color (decimal): -213815 or 13221116. OLE color: 13221116.
HSL color Cylindrical-coordinate representation of color #FCBCC9: hue angle of 347.81º 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 #FCBCC9 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 201 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.01 |
| HSL | 347.81º | 0.91% | 0.86% | - |
| HSV(B) | 347.81º | 0.25% | 0.99% | - |
| XYZ | 68.67 | 60.88 | 63.39 | - |
| YUV | 208.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 201 | 0 | 0.25 | 0.20 | 0.01 | 347.81 | 0.91 | 0.86 |
| Hex | FC | BC | C9 | 0 | 19 | 14 | 1 | 15C | 5B | 56 |
| Octal | 374 | 274 | 311 | 0 | 31 | 24 | 1 | 534 | 133 | 126 |
| Binary | 11111100 | 10111100 | 11001001 | 0 | 11001 | 10100 | 1 | 101011100 | 1011011 | 1010110 |
Color Harmonies of #FCBCC9
Complementary color
Monochromatic Colors of #FCBCC9
Black with #FCBCC9
Text Example
Text Example
White with #FCBCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBCC9; }
p { color: rgb(252,188,201); }
H1.HeaderClassName
{
color: #FCBCC9;
}
.AnyTagClassName
{
color: #FCBCC9;
}
</style>
background-color css
<style>
a { background-color: #FCBCC9; }
a { background-color: rgb(252,188,201); }
div.DivClassName
{
background-color: #FCBCC9;
}
.BgClassName
{
background-color: #FCBCC9;
}
</style>
border-color css
<style>
span { border-color: #FCBCC9; }
span { border-color: rgb(252,188,201); }
td.TdClassName
{
border-color: #FCBCC9;
}
.TagClassName
{
border-color: #FCBCC9;
}
</style>