Shades of Your Pink #FFBBBA
Tints of Your Pink #FFBBBA
RGB
CMYK
RGB Variations
Color information
#FFBBBA (or 0xFFBBBA) is known color: Your Pink. HEX triplet: FF, BB and BA. RGB value is (255,187,186). Sum of RGB (Red+Green+Blue) = 255+187+186=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 186 (73.05% from 255 or 29.62% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBBBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBBBA is #004445. Grayscale: #CFCFCF. Windows color (decimal): -17478 or 12237823. OLE color: 12237823.
HSL color Cylindrical-coordinate representation of color #FFBBBA: hue angle of 0.87º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFBBBA is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 186 | - |
| CMYK | 0 | 0.27 | 0.27 | 0 |
| HSL | 0.87º | 1% | 0.86% | - |
| HSV(B) | 0.87º | 0.27% | 1% | - |
| XYZ | 67.87 | 60.35 | 54.52 | - |
| YUV | 207.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 186 | 0 | 0.27 | 0.27 | 0 | 0.87 | 1 | 0.86 |
| Hex | FF | BB | BA | 0 | 1B | 1B | 0 | 1 | 64 | 56 |
| Octal | 377 | 273 | 272 | 0 | 33 | 33 | 0 | 1 | 144 | 126 |
| Binary | 11111111 | 10111011 | 10111010 | 0 | 11011 | 11011 | 0 | 1 | 1100100 | 1010110 |
Color Harmonies of #FFBBBA
Complementary color
Monochromatic Colors of #FFBBBA
Black with #FFBBBA
Text Example
Text Example
White with #FFBBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBBBA; }
p { color: rgb(255,187,186); }
H1.HeaderClassName
{
color: #FFBBBA;
}
.AnyTagClassName
{
color: #FFBBBA;
}
</style>
background-color css
<style>
a { background-color: #FFBBBA; }
a { background-color: rgb(255,187,186); }
div.DivClassName
{
background-color: #FFBBBA;
}
.BgClassName
{
background-color: #FFBBBA;
}
</style>
border-color css
<style>
span { border-color: #FFBBBA; }
span { border-color: rgb(255,187,186); }
td.TdClassName
{
border-color: #FFBBBA;
}
.TagClassName
{
border-color: #FFBBBA;
}
</style>