Shades of Pink #FFBBC9
Tints of Pink #FFBBC9
RGB
CMYK
RGB Variations
Color information
#FFBBC9 (or 0xFFBBC9) is known color: Pink. HEX triplet: FF, BB and C9. RGB value is (255,187,201). Sum of RGB (Red+Green+Blue) = 255+187+201=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 187 (73.44% from 255 or 29.08% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBC9 is #004436. Grayscale: #D0D0D0. Windows color (decimal): -17463 or 13220863. OLE color: 13220863.
HSL color Cylindrical-coordinate representation of color #FFBBC9: hue angle of 347.65º 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 #FFBBC9 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 201 | - |
| CMYK | 0 | 0.27 | 0.21 | 0 |
| HSL | 347.65º | 1% | 0.87% | - |
| HSV(B) | 347.65º | 0.27% | 1% | - |
| XYZ | 69.55 | 61.02 | 63.37 | - |
| YUV | 208.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 201 | 0 | 0.27 | 0.21 | 0 | 347.65 | 1 | 0.87 |
| Hex | FF | BB | C9 | 0 | 1B | 15 | 0 | 15C | 64 | 57 |
| Octal | 377 | 273 | 311 | 0 | 33 | 25 | 0 | 534 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11001001 | 0 | 11011 | 10101 | 0 | 101011100 | 1100100 | 1010111 |
Color Harmonies of #FFBBC9
Complementary color
Monochromatic Colors of #FFBBC9
Black with #FFBBC9
Text Example
Text Example
White with #FFBBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBC9; }
p { color: rgb(255,187,201); }
H1.HeaderClassName
{
color: #FFBBC9;
}
.AnyTagClassName
{
color: #FFBBC9;
}
</style>
background-color css
<style>
a { background-color: #FFBBC9; }
a { background-color: rgb(255,187,201); }
div.DivClassName
{
background-color: #FFBBC9;
}
.BgClassName
{
background-color: #FFBBC9;
}
</style>
border-color css
<style>
span { border-color: #FFBBC9; }
span { border-color: rgb(255,187,201); }
td.TdClassName
{
border-color: #FFBBC9;
}
.TagClassName
{
border-color: #FFBBC9;
}
</style>