Shades of Pink #FFBBC7
Tints of Pink #FFBBC7
RGB
CMYK
RGB Variations
Color information
#FFBBC7 (or 0xFFBBC7) is known color: Pink. HEX triplet: FF, BB and C7. RGB value is (255,187,199). Sum of RGB (Red+Green+Blue) = 255+187+199=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 187 (73.44% from 255 or 29.17% from 641); Blue value is 199 (78.12% from 255 or 31.05% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBC7 is #004438. Grayscale: #D0D0D0. Windows color (decimal): -17465 or 13089791. OLE color: 13089791.
HSL color Cylindrical-coordinate representation of color #FFBBC7: hue angle of 349.41º 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 #FFBBC7 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 199 | - |
| CMYK | 0 | 0.27 | 0.22 | 0 |
| HSL | 349.41º | 1% | 0.87% | - |
| HSV(B) | 349.41º | 0.27% | 1% | - |
| XYZ | 69.32 | 60.92 | 62.14 | - |
| YUV | 208.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 199 | 0 | 0.27 | 0.22 | 0 | 349.41 | 1 | 0.87 |
| Hex | FF | BB | C7 | 0 | 1B | 16 | 0 | 15D | 64 | 57 |
| Octal | 377 | 273 | 307 | 0 | 33 | 26 | 0 | 535 | 144 | 127 |
| Binary | 11111111 | 10111011 | 11000111 | 0 | 11011 | 10110 | 0 | 101011101 | 1100100 | 1010111 |
Color Harmonies of #FFBBC7
Complementary color
Monochromatic Colors of #FFBBC7
Black with #FFBBC7
Text Example
Text Example
White with #FFBBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBC7; }
p { color: rgb(255,187,199); }
H1.HeaderClassName
{
color: #FFBBC7;
}
.AnyTagClassName
{
color: #FFBBC7;
}
</style>
background-color css
<style>
a { background-color: #FFBBC7; }
a { background-color: rgb(255,187,199); }
div.DivClassName
{
background-color: #FFBBC7;
}
.BgClassName
{
background-color: #FFBBC7;
}
</style>
border-color css
<style>
span { border-color: #FFBBC7; }
span { border-color: rgb(255,187,199); }
td.TdClassName
{
border-color: #FFBBC7;
}
.TagClassName
{
border-color: #FFBBC7;
}
</style>