Shades of Your Pink #FFBBB7
Tints of Your Pink #FFBBB7
RGB
CMYK
RGB Variations
Color information
#FFBBB7 (or 0xFFBBB7) is known color: Your Pink. HEX triplet: FF, BB and B7. RGB value is (255,187,183). Sum of RGB (Red+Green+Blue) = 255+187+183=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 183 (71.88% from 255 or 29.28% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBB7 is #004448. Grayscale: #CECECE. Windows color (decimal): -17481 or 12041215. OLE color: 12041215.
HSL color Cylindrical-coordinate representation of color #FFBBB7: hue angle of 3.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFBBB7 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 183 | - |
| CMYK | 0 | 0.27 | 0.28 | 0 |
| HSL | 3.33º | 1% | 0.86% | - |
| HSV(B) | 3.33º | 0.28% | 1% | - |
| XYZ | 67.56 | 60.22 | 52.86 | - |
| YUV | 206.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 183 | 0 | 0.27 | 0.28 | 0 | 3.33 | 1 | 0.86 |
| Hex | FF | BB | B7 | 0 | 1B | 1C | 0 | 3 | 64 | 56 |
| Octal | 377 | 273 | 267 | 0 | 33 | 34 | 0 | 3 | 144 | 126 |
| Binary | 11111111 | 10111011 | 10110111 | 0 | 11011 | 11100 | 0 | 11 | 1100100 | 1010110 |
Color Harmonies of #FFBBB7
Complementary color
Monochromatic Colors of #FFBBB7
Black with #FFBBB7
Text Example
Text Example
White with #FFBBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBB7; }
p { color: rgb(255,187,183); }
H1.HeaderClassName
{
color: #FFBBB7;
}
.AnyTagClassName
{
color: #FFBBB7;
}
</style>
background-color css
<style>
a { background-color: #FFBBB7; }
a { background-color: rgb(255,187,183); }
div.DivClassName
{
background-color: #FFBBB7;
}
.BgClassName
{
background-color: #FFBBB7;
}
</style>
border-color css
<style>
span { border-color: #FFBBB7; }
span { border-color: rgb(255,187,183); }
td.TdClassName
{
border-color: #FFBBB7;
}
.TagClassName
{
border-color: #FFBBB7;
}
</style>