Shades of Your Pink #FFBBB8
Tints of Your Pink #FFBBB8
RGB
CMYK
RGB Variations
Color information
#FFBBB8 (or 0xFFBBB8) is known color: Your Pink. HEX triplet: FF, BB and B8. RGB value is (255,187,184). Sum of RGB (Red+Green+Blue) = 255+187+184=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 184 (72.27% from 255 or 29.39% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBB8 is #004447. Grayscale: #CFCFCF. Windows color (decimal): -17480 or 12106751. OLE color: 12106751.
HSL color Cylindrical-coordinate representation of color #FFBBB8: hue angle of 2.54º 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 #FFBBB8 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 184 | - |
| CMYK | 0 | 0.27 | 0.28 | 0 |
| HSL | 2.54º | 1% | 0.86% | - |
| HSV(B) | 2.54º | 0.28% | 1% | - |
| XYZ | 67.66 | 60.26 | 53.41 | - |
| YUV | 206.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 184 | 0 | 0.27 | 0.28 | 0 | 2.54 | 1 | 0.86 |
| Hex | FF | BB | B8 | 0 | 1B | 1C | 0 | 3 | 64 | 56 |
| Octal | 377 | 273 | 270 | 0 | 33 | 34 | 0 | 3 | 144 | 126 |
| Binary | 11111111 | 10111011 | 10111000 | 0 | 11011 | 11100 | 0 | 11 | 1100100 | 1010110 |
Color Harmonies of #FFBBB8
Complementary color
Monochromatic Colors of #FFBBB8
Black with #FFBBB8
Text Example
Text Example
White with #FFBBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBB8; }
p { color: rgb(255,187,184); }
H1.HeaderClassName
{
color: #FFBBB8;
}
.AnyTagClassName
{
color: #FFBBB8;
}
</style>
background-color css
<style>
a { background-color: #FFBBB8; }
a { background-color: rgb(255,187,184); }
div.DivClassName
{
background-color: #FFBBB8;
}
.BgClassName
{
background-color: #FFBBB8;
}
</style>
border-color css
<style>
span { border-color: #FFBBB8; }
span { border-color: rgb(255,187,184); }
td.TdClassName
{
border-color: #FFBBB8;
}
.TagClassName
{
border-color: #FFBBB8;
}
</style>