Shades of Pink #FFBCC6
Tints of Pink #FFBCC6
RGB
CMYK
RGB Variations
Color information
#FFBCC6 (or 0xFFBCC6) is known color: Pink. HEX triplet: FF, BC and C6. RGB value is (255,188,198). Sum of RGB (Red+Green+Blue) = 255+188+198=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 188 (73.83% from 255 or 29.33% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCC6 is #004339. Grayscale: #D1D1D1. Windows color (decimal): -17210 or 13024511. OLE color: 13024511.
HSL color Cylindrical-coordinate representation of color #FFBCC6: hue angle of 351.04º 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 #FFBCC6 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 198 | - |
| CMYK | 0 | 0.26 | 0.22 | 0 |
| HSL | 351.04º | 1% | 0.87% | - |
| HSV(B) | 351.04º | 0.26% | 1% | - |
| XYZ | 69.42 | 61.3 | 61.6 | - |
| YUV | 209.17 | 121.7 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 198 | 0 | 0.26 | 0.22 | 0 | 351.04 | 1 | 0.87 |
| Hex | FF | BC | C6 | 0 | 1A | 16 | 0 | 15F | 64 | 57 |
| Octal | 377 | 274 | 306 | 0 | 32 | 26 | 0 | 537 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11000110 | 0 | 11010 | 10110 | 0 | 101011111 | 1100100 | 1010111 |
Color Harmonies of #FFBCC6
Complementary color
Monochromatic Colors of #FFBCC6
Black with #FFBCC6
Text Example
Text Example
White with #FFBCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCC6; }
p { color: rgb(255,188,198); }
H1.HeaderClassName
{
color: #FFBCC6;
}
.AnyTagClassName
{
color: #FFBCC6;
}
</style>
background-color css
<style>
a { background-color: #FFBCC6; }
a { background-color: rgb(255,188,198); }
div.DivClassName
{
background-color: #FFBCC6;
}
.BgClassName
{
background-color: #FFBCC6;
}
</style>
border-color css
<style>
span { border-color: #FFBCC6; }
span { border-color: rgb(255,188,198); }
td.TdClassName
{
border-color: #FFBCC6;
}
.TagClassName
{
border-color: #FFBCC6;
}
</style>