Shades of Light Pink #FBB0BE
Tints of Light Pink #FBB0BE
RGB
CMYK
RGB Variations
Color information
#FBB0BE (or 0xFBB0BE) is known color: Light Pink. HEX triplet: FB, B0 and BE. RGB value is (251,176,190). Sum of RGB (Red+Green+Blue) = 251+176+190=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0BE is #044F41. Grayscale: #C8C8C8. Windows color (decimal): -282434 or 12497147. OLE color: 12497147.
HSL color Cylindrical-coordinate representation of color #FBB0BE: hue angle of 348.8º 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 #FBB0BE is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 190 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.02 |
| HSL | 348.8º | 0.9% | 0.84% | - |
| HSV(B) | 348.8º | 0.3% | 0.98% | - |
| XYZ | 64.6 | 55.28 | 55.98 | - |
| YUV | 200.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 190 | 0 | 0.30 | 0.24 | 0.02 | 348.8 | 0.9 | 0.84 |
| Hex | FB | B0 | BE | 0 | 1E | 18 | 2 | 15D | 5A | 54 |
| Octal | 373 | 260 | 276 | 0 | 36 | 30 | 2 | 535 | 132 | 124 |
| Binary | 11111011 | 10110000 | 10111110 | 0 | 11110 | 11000 | 10 | 101011101 | 1011010 | 1010100 |
Color Harmonies of #FBB0BE
Complementary color
Monochromatic Colors of #FBB0BE
Black with #FBB0BE
Text Example
Text Example
White with #FBB0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0BE; }
p { color: rgb(251,176,190); }
H1.HeaderClassName
{
color: #FBB0BE;
}
.AnyTagClassName
{
color: #FBB0BE;
}
</style>
background-color css
<style>
a { background-color: #FBB0BE; }
a { background-color: rgb(251,176,190); }
div.DivClassName
{
background-color: #FBB0BE;
}
.BgClassName
{
background-color: #FBB0BE;
}
</style>
border-color css
<style>
span { border-color: #FBB0BE; }
span { border-color: rgb(251,176,190); }
td.TdClassName
{
border-color: #FBB0BE;
}
.TagClassName
{
border-color: #FBB0BE;
}
</style>