Shades of Pink #FFBBCB
Tints of Pink #FFBBCB
RGB
CMYK
RGB Variations
Color information
#FFBBCB (or 0xFFBBCB) is known color: Pink. HEX triplet: FF, BB and CB. RGB value is (255,187,203). Sum of RGB (Red+Green+Blue) = 255+187+203=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 187 (73.44% from 255 or 28.99% from 645); Blue value is 203 (79.69% from 255 or 31.47% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBCB is #004434. Grayscale: #D1D1D1. Windows color (decimal): -17461 or 13351935. OLE color: 13351935.
HSL color Cylindrical-coordinate representation of color #FFBBCB: hue angle of 345.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 #FFBBCB is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 203 | - |
| CMYK | 0 | 0.27 | 0.20 | 0 |
| HSL | 345.88º | 1% | 0.87% | - |
| HSV(B) | 345.88º | 0.27% | 1% | - |
| XYZ | 69.79 | 61.11 | 64.62 | - |
| YUV | 209.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 203 | 0 | 0.27 | 0.20 | 0 | 345.88 | 1 | 0.87 |
| Hex | FF | BB | CB | 0 | 1B | 14 | 0 | 15A | 64 | 57 |
| Octal | 377 | 273 | 313 | 0 | 33 | 24 | 0 | 532 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11001011 | 0 | 11011 | 10100 | 0 | 101011010 | 1100100 | 1010111 |
Color Harmonies of #FFBBCB
Complementary color
Monochromatic Colors of #FFBBCB
Black with #FFBBCB
Text Example
Text Example
White with #FFBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBCB; }
p { color: rgb(255,187,203); }
H1.HeaderClassName
{
color: #FFBBCB;
}
.AnyTagClassName
{
color: #FFBBCB;
}
</style>
background-color css
<style>
a { background-color: #FFBBCB; }
a { background-color: rgb(255,187,203); }
div.DivClassName
{
background-color: #FFBBCB;
}
.BgClassName
{
background-color: #FFBBCB;
}
</style>
border-color css
<style>
span { border-color: #FFBBCB; }
span { border-color: rgb(255,187,203); }
td.TdClassName
{
border-color: #FFBBCB;
}
.TagClassName
{
border-color: #FFBBCB;
}
</style>