Shades of Pink #FFBBCD
Tints of Pink #FFBBCD
RGB
CMYK
RGB Variations
Color information
#FFBBCD (or 0xFFBBCD) is known color: Pink. HEX triplet: FF, BB and CD. RGB value is (255,187,205). Sum of RGB (Red+Green+Blue) = 255+187+205=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 187 (73.44% from 255 or 28.90% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBCD is #004432. Grayscale: #D1D1D1. Windows color (decimal): -17459 or 13483007. OLE color: 13483007.
HSL color Cylindrical-coordinate representation of color #FFBBCD: hue angle of 344.12º 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 #FFBBCD is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 205 | - |
| CMYK | 0 | 0.27 | 0.20 | 0 |
| HSL | 344.12º | 1% | 0.87% | - |
| HSV(B) | 344.12º | 0.27% | 1% | - |
| XYZ | 70.03 | 61.21 | 65.88 | - |
| YUV | 209.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 205 | 0 | 0.27 | 0.20 | 0 | 344.12 | 1 | 0.87 |
| Hex | FF | BB | CD | 0 | 1B | 14 | 0 | 158 | 64 | 57 |
| Octal | 377 | 273 | 315 | 0 | 33 | 24 | 0 | 530 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11001101 | 0 | 11011 | 10100 | 0 | 101011000 | 1100100 | 1010111 |
Color Harmonies of #FFBBCD
Complementary color
Monochromatic Colors of #FFBBCD
Black with #FFBBCD
Text Example
Text Example
White with #FFBBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBCD; }
p { color: rgb(255,187,205); }
H1.HeaderClassName
{
color: #FFBBCD;
}
.AnyTagClassName
{
color: #FFBBCD;
}
</style>
background-color css
<style>
a { background-color: #FFBBCD; }
a { background-color: rgb(255,187,205); }
div.DivClassName
{
background-color: #FFBBCD;
}
.BgClassName
{
background-color: #FFBBCD;
}
</style>
border-color css
<style>
span { border-color: #FFBBCD; }
span { border-color: rgb(255,187,205); }
td.TdClassName
{
border-color: #FFBBCD;
}
.TagClassName
{
border-color: #FFBBCD;
}
</style>