Shades of Pink #FFBCC9
Tints of Pink #FFBCC9
RGB
CMYK
RGB Variations
Color information
#FFBCC9 (or 0xFFBCC9) is known color: Pink. HEX triplet: FF, BC and C9. RGB value is (255,188,201). Sum of RGB (Red+Green+Blue) = 255+188+201=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 201 (78.91% from 255 or 31.21% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCC9 is #004336. Grayscale: #D1D1D1. Windows color (decimal): -17207 or 13221119. OLE color: 13221119.
HSL color Cylindrical-coordinate representation of color #FFBCC9: hue angle of 348.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBCC9 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 201 | - |
| CMYK | 0 | 0.26 | 0.21 | 0 |
| HSL | 348.36º | 1% | 0.87% | - |
| HSV(B) | 348.36º | 0.26% | 1% | - |
| XYZ | 69.77 | 61.44 | 63.44 | - |
| YUV | 209.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 201 | 0 | 0.26 | 0.21 | 0 | 348.36 | 1 | 0.87 |
| Hex | FF | BC | C9 | 0 | 1A | 15 | 0 | 15C | 64 | 57 |
| Octal | 377 | 274 | 311 | 0 | 32 | 25 | 0 | 534 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11001001 | 0 | 11010 | 10101 | 0 | 101011100 | 1100100 | 1010111 |
Color Harmonies of #FFBCC9
Complementary color
Monochromatic Colors of #FFBCC9
Black with #FFBCC9
Text Example
Text Example
White with #FFBCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCC9; }
p { color: rgb(255,188,201); }
H1.HeaderClassName
{
color: #FFBCC9;
}
.AnyTagClassName
{
color: #FFBCC9;
}
</style>
background-color css
<style>
a { background-color: #FFBCC9; }
a { background-color: rgb(255,188,201); }
div.DivClassName
{
background-color: #FFBCC9;
}
.BgClassName
{
background-color: #FFBCC9;
}
</style>
border-color css
<style>
span { border-color: #FFBCC9; }
span { border-color: rgb(255,188,201); }
td.TdClassName
{
border-color: #FFBCC9;
}
.TagClassName
{
border-color: #FFBCC9;
}
</style>