Shades of Your Pink #FFBCBB
Tints of Your Pink #FFBCBB
RGB
CMYK
RGB Variations
Color information
#FFBCBB (or 0xFFBCBB) is known color: Your Pink. HEX triplet: FF, BC and BB. RGB value is (255,188,187). Sum of RGB (Red+Green+Blue) = 255+188+187=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBCBB is #004344. Grayscale: #CFCFCF. Windows color (decimal): -17221 or 12303615. OLE color: 12303615.
HSL color Cylindrical-coordinate representation of color #FFBCBB: hue angle of 0.88º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBCBB is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 187 | - |
| CMYK | 0 | 0.26 | 0.27 | 0 |
| HSL | 0.88º | 1% | 0.87% | - |
| HSV(B) | 0.88º | 0.27% | 1% | - |
| XYZ | 68.19 | 60.81 | 55.16 | - |
| YUV | 207.92 | 116.2 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 187 | 0 | 0.26 | 0.27 | 0 | 0.88 | 1 | 0.87 |
| Hex | FF | BC | BB | 0 | 1A | 1B | 0 | 1 | 64 | 57 |
| Octal | 377 | 274 | 273 | 0 | 32 | 33 | 0 | 1 | 144 | 127 |
| Binary | 11111111 | 10111100 | 10111011 | 0 | 11010 | 11011 | 0 | 1 | 1100100 | 1010111 |
Color Harmonies of #FFBCBB
Complementary color
Monochromatic Colors of #FFBCBB
Black with #FFBCBB
Text Example
Text Example
White with #FFBCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBCBB; }
p { color: rgb(255,188,187); }
H1.HeaderClassName
{
color: #FFBCBB;
}
.AnyTagClassName
{
color: #FFBCBB;
}
</style>
background-color css
<style>
a { background-color: #FFBCBB; }
a { background-color: rgb(255,188,187); }
div.DivClassName
{
background-color: #FFBCBB;
}
.BgClassName
{
background-color: #FFBCBB;
}
</style>
border-color css
<style>
span { border-color: #FFBCBB; }
span { border-color: rgb(255,188,187); }
td.TdClassName
{
border-color: #FFBCBB;
}
.TagClassName
{
border-color: #FFBCBB;
}
</style>