Shades of Pink #FFBBCC
Tints of Pink #FFBBCC
RGB
CMYK
RGB Variations
Color information
#FFBBCC (or 0xFFBBCC) is known color: Pink. HEX triplet: FF, BB and CC. RGB value is (255,187,204). Sum of RGB (Red+Green+Blue) = 255+187+204=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 187 (73.44% from 255 or 28.95% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBCC is #004433. Grayscale: #D1D1D1. Windows color (decimal): -17460 or 13417471. OLE color: 13417471.
HSL color Cylindrical-coordinate representation of color #FFBBCC: hue angle of 345º 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 #FFBBCC is Cyan = 0, Magento = 0.27, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 204 | - |
| CMYK | 0 | 0.27 | 0.2 | 0 |
| HSL | 345º | 1% | 0.87% | - |
| HSV(B) | 345º | 0.27% | 1% | - |
| XYZ | 69.91 | 61.16 | 65.25 | - |
| YUV | 209.27 | 125.03 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 204 | 0 | 0.27 | 0.2 | 0 | 345 | 1 | 0.87 |
| Hex | FF | BB | CC | 0 | 1B | 14 | 0 | 159 | 64 | 57 |
| Octal | 377 | 273 | 314 | 0 | 33 | 24 | 0 | 531 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11001100 | 0 | 11011 | 10100 | 0 | 101011001 | 1100100 | 1010111 |
Color Harmonies of #FFBBCC
Complementary color
Monochromatic Colors of #FFBBCC
Black with #FFBBCC
Text Example
Text Example
White with #FFBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBCC; }
p { color: rgb(255,187,204); }
H1.HeaderClassName
{
color: #FFBBCC;
}
.AnyTagClassName
{
color: #FFBBCC;
}
</style>
background-color css
<style>
a { background-color: #FFBBCC; }
a { background-color: rgb(255,187,204); }
div.DivClassName
{
background-color: #FFBBCC;
}
.BgClassName
{
background-color: #FFBBCC;
}
</style>
border-color css
<style>
span { border-color: #FFBBCC; }
span { border-color: rgb(255,187,204); }
td.TdClassName
{
border-color: #FFBBCC;
}
.TagClassName
{
border-color: #FFBBCC;
}
</style>