Shades of Light Pink #FBB0BF
Tints of Light Pink #FBB0BF
RGB
CMYK
RGB Variations
Color information
#FBB0BF (or 0xFBB0BF) is known color: Light Pink. HEX triplet: FB, B0 and BF. RGB value is (251,176,191). Sum of RGB (Red+Green+Blue) = 251+176+191=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0BF is #044F40. Grayscale: #C8C8C8. Windows color (decimal): -282433 or 12562683. OLE color: 12562683.
HSL color Cylindrical-coordinate representation of color #FBB0BF: hue angle of 348º 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 #FBB0BF is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 191 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.02 |
| HSL | 348º | 0.9% | 0.84% | - |
| HSV(B) | 348º | 0.3% | 0.98% | - |
| XYZ | 64.71 | 55.32 | 56.56 | - |
| YUV | 200.14 | 122.85 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 191 | 0 | 0.30 | 0.24 | 0.02 | 348 | 0.9 | 0.84 |
| Hex | FB | B0 | BF | 0 | 1E | 18 | 2 | 15C | 5A | 54 |
| Octal | 373 | 260 | 277 | 0 | 36 | 30 | 2 | 534 | 132 | 124 |
| Binary | 11111011 | 10110000 | 10111111 | 0 | 11110 | 11000 | 10 | 101011100 | 1011010 | 1010100 |
Color Harmonies of #FBB0BF
Complementary color
Monochromatic Colors of #FBB0BF
Black with #FBB0BF
Text Example
Text Example
White with #FBB0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0BF; }
p { color: rgb(251,176,191); }
H1.HeaderClassName
{
color: #FBB0BF;
}
.AnyTagClassName
{
color: #FBB0BF;
}
</style>
background-color css
<style>
a { background-color: #FBB0BF; }
a { background-color: rgb(251,176,191); }
div.DivClassName
{
background-color: #FBB0BF;
}
.BgClassName
{
background-color: #FBB0BF;
}
</style>
border-color css
<style>
span { border-color: #FBB0BF; }
span { border-color: rgb(251,176,191); }
td.TdClassName
{
border-color: #FBB0BF;
}
.TagClassName
{
border-color: #FBB0BF;
}
</style>