Shades of Light Pink #FBB0B5
Tints of Light Pink #FBB0B5
RGB
CMYK
RGB Variations
Color information
#FBB0B5 (or 0xFBB0B5) is known color: Light Pink. HEX triplet: FB, B0 and B5. RGB value is (251,176,181). Sum of RGB (Red+Green+Blue) = 251+176+181=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 176 (69.14% from 255 or 28.95% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBB0B5 is #044F4A. Grayscale: #C7C7C7. Windows color (decimal): -282443 or 11907323. OLE color: 11907323.
HSL color Cylindrical-coordinate representation of color #FBB0B5: hue angle of 356º 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 #FBB0B5 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 176 | 181 | - |
| CMYK | 0 | 0.30 | 0.28 | 0.02 |
| HSL | 356º | 0.9% | 0.84% | - |
| HSV(B) | 356º | 0.3% | 0.98% | - |
| XYZ | 63.65 | 54.9 | 50.96 | - |
| YUV | 199 | 117.85 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 176 | 181 | 0 | 0.30 | 0.28 | 0.02 | 356 | 0.9 | 0.84 |
| Hex | FB | B0 | B5 | 0 | 1E | 1C | 2 | 164 | 5A | 54 |
| Octal | 373 | 260 | 265 | 0 | 36 | 34 | 2 | 544 | 132 | 124 |
| Binary | 11111011 | 10110000 | 10110101 | 0 | 11110 | 11100 | 10 | 101100100 | 1011010 | 1010100 |
Color Harmonies of #FBB0B5
Complementary color
Monochromatic Colors of #FBB0B5
Black with #FBB0B5
Text Example
Text Example
White with #FBB0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB0B5; }
p { color: rgb(251,176,181); }
H1.HeaderClassName
{
color: #FBB0B5;
}
.AnyTagClassName
{
color: #FBB0B5;
}
</style>
background-color css
<style>
a { background-color: #FBB0B5; }
a { background-color: rgb(251,176,181); }
div.DivClassName
{
background-color: #FBB0B5;
}
.BgClassName
{
background-color: #FBB0B5;
}
</style>
border-color css
<style>
span { border-color: #FBB0B5; }
span { border-color: rgb(251,176,181); }
td.TdClassName
{
border-color: #FBB0B5;
}
.TagClassName
{
border-color: #FBB0B5;
}
</style>