Shades of Pink #FFBCC7
Tints of Pink #FFBCC7
RGB
CMYK
RGB Variations
Color information
#FFBCC7 (or 0xFFBCC7) is known color: Pink. HEX triplet: FF, BC and C7. RGB value is (255,188,199). Sum of RGB (Red+Green+Blue) = 255+188+199=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 188 (73.83% from 255 or 29.28% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCC7 is #004338. Grayscale: #D1D1D1. Windows color (decimal): -17209 or 13090047. OLE color: 13090047.
HSL color Cylindrical-coordinate representation of color #FFBCC7: hue angle of 350.15º 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 #FFBCC7 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 199 | - |
| CMYK | 0 | 0.26 | 0.22 | 0 |
| HSL | 350.15º | 1% | 0.87% | - |
| HSV(B) | 350.15º | 0.26% | 1% | - |
| XYZ | 69.53 | 61.35 | 62.21 | - |
| YUV | 209.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 199 | 0 | 0.26 | 0.22 | 0 | 350.15 | 1 | 0.87 |
| Hex | FF | BC | C7 | 0 | 1A | 16 | 0 | 15E | 64 | 57 |
| Octal | 377 | 274 | 307 | 0 | 32 | 26 | 0 | 536 | 144 | 127 |
| Binary | 11111111 | 10111100 | 11000111 | 0 | 11010 | 10110 | 0 | 101011110 | 1100100 | 1010111 |
Color Harmonies of #FFBCC7
Complementary color
Monochromatic Colors of #FFBCC7
Black with #FFBCC7
Text Example
Text Example
White with #FFBCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCC7; }
p { color: rgb(255,188,199); }
H1.HeaderClassName
{
color: #FFBCC7;
}
.AnyTagClassName
{
color: #FFBCC7;
}
</style>
background-color css
<style>
a { background-color: #FFBCC7; }
a { background-color: rgb(255,188,199); }
div.DivClassName
{
background-color: #FFBCC7;
}
.BgClassName
{
background-color: #FFBCC7;
}
</style>
border-color css
<style>
span { border-color: #FFBCC7; }
span { border-color: rgb(255,188,199); }
td.TdClassName
{
border-color: #FFBCC7;
}
.TagClassName
{
border-color: #FFBCC7;
}
</style>