Shades of Light Pink #FBB0BB
Tints of Light Pink #FBB0BB
RGB
CMYK
RGB Variations
Color information
#FBB0BB (or 0xFBB0BB) is known color: Light Pink. HEX triplet: FB, B0 and BB. RGB value is (251,176,187). Sum of RGB (Red+Green+Blue) = 251+176+187=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 187 (73.44% from 255 or 30.46% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0BB is #044F44. Grayscale: #C7C7C7. Windows color (decimal): -282437 or 12300539. OLE color: 12300539.
HSL color Cylindrical-coordinate representation of color #FBB0BB: hue angle of 351.2º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBB0BB is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 187 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.02 |
| HSL | 351.2º | 0.9% | 0.84% | - |
| HSV(B) | 351.2º | 0.3% | 0.98% | - |
| XYZ | 64.28 | 55.15 | 54.27 | - |
| YUV | 199.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 187 | 0 | 0.30 | 0.25 | 0.02 | 351.2 | 0.9 | 0.84 |
| Hex | FB | B0 | BB | 0 | 1E | 19 | 2 | 15F | 5A | 54 |
| Octal | 373 | 260 | 273 | 0 | 36 | 31 | 2 | 537 | 132 | 124 |
| Binary | 11111011 | 10110000 | 10111011 | 0 | 11110 | 11001 | 10 | 101011111 | 1011010 | 1010100 |
Color Harmonies of #FBB0BB
Complementary color
Monochromatic Colors of #FBB0BB
Black with #FBB0BB
Text Example
Text Example
White with #FBB0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0BB; }
p { color: rgb(251,176,187); }
H1.HeaderClassName
{
color: #FBB0BB;
}
.AnyTagClassName
{
color: #FBB0BB;
}
</style>
background-color css
<style>
a { background-color: #FBB0BB; }
a { background-color: rgb(251,176,187); }
div.DivClassName
{
background-color: #FBB0BB;
}
.BgClassName
{
background-color: #FBB0BB;
}
</style>
border-color css
<style>
span { border-color: #FBB0BB; }
span { border-color: rgb(251,176,187); }
td.TdClassName
{
border-color: #FBB0BB;
}
.TagClassName
{
border-color: #FBB0BB;
}
</style>