Shades of Pink #FFBBCE
Tints of Pink #FFBBCE
RGB
CMYK
RGB Variations
Color information
#FFBBCE (or 0xFFBBCE) is known color: Pink. HEX triplet: FF, BB and CE. RGB value is (255,187,206). Sum of RGB (Red+Green+Blue) = 255+187+206=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 187 (73.44% from 255 or 28.86% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBCE is #004431. Grayscale: #D1D1D1. Windows color (decimal): -17458 or 13548543. OLE color: 13548543.
HSL color Cylindrical-coordinate representation of color #FFBBCE: hue angle of 343.24º 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 #FFBBCE is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 206 | - |
| CMYK | 0 | 0.27 | 0.19 | 0 |
| HSL | 343.24º | 1% | 0.87% | - |
| HSV(B) | 343.24º | 0.27% | 1% | - |
| XYZ | 70.15 | 61.26 | 66.52 | - |
| YUV | 209.5 | 126.03 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 206 | 0 | 0.27 | 0.19 | 0 | 343.24 | 1 | 0.87 |
| Hex | FF | BB | CE | 0 | 1B | 13 | 0 | 157 | 64 | 57 |
| Octal | 377 | 273 | 316 | 0 | 33 | 23 | 0 | 527 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11001110 | 0 | 11011 | 10011 | 0 | 101010111 | 1100100 | 1010111 |
Color Harmonies of #FFBBCE
Complementary color
Monochromatic Colors of #FFBBCE
Black with #FFBBCE
Text Example
Text Example
White with #FFBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBCE; }
p { color: rgb(255,187,206); }
H1.HeaderClassName
{
color: #FFBBCE;
}
.AnyTagClassName
{
color: #FFBBCE;
}
</style>
background-color css
<style>
a { background-color: #FFBBCE; }
a { background-color: rgb(255,187,206); }
div.DivClassName
{
background-color: #FFBBCE;
}
.BgClassName
{
background-color: #FFBBCE;
}
</style>
border-color css
<style>
span { border-color: #FFBBCE; }
span { border-color: rgb(255,187,206); }
td.TdClassName
{
border-color: #FFBBCE;
}
.TagClassName
{
border-color: #FFBBCE;
}
</style>