Shades of Light Pink #FBB5BA
Tints of Light Pink #FBB5BA
RGB
CMYK
RGB Variations
Color information
#FBB5BA (or 0xFBB5BA) is known color: Light Pink. HEX triplet: FB, B5 and BA. RGB value is (251,181,186). Sum of RGB (Red+Green+Blue) = 251+181+186=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB5BA is #044A45. Grayscale: #CACACA. Windows color (decimal): -281158 or 12236283. OLE color: 12236283.
HSL color Cylindrical-coordinate representation of color #FBB5BA: hue angle of 355.71º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FBB5BA is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 181 | 186 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.02 |
| HSL | 355.71º | 0.9% | 0.85% | - |
| HSV(B) | 355.71º | 0.28% | 0.98% | - |
| XYZ | 65.17 | 57.1 | 54.04 | - |
| YUV | 202.5 | 118.69 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 181 | 186 | 0 | 0.28 | 0.26 | 0.02 | 355.71 | 0.9 | 0.85 |
| Hex | FB | B5 | BA | 0 | 1C | 1A | 2 | 164 | 5A | 55 |
| Octal | 373 | 265 | 272 | 0 | 34 | 32 | 2 | 544 | 132 | 125 |
| Binary | 11111011 | 10110101 | 10111010 | 0 | 11100 | 11010 | 10 | 101100100 | 1011010 | 1010101 |
Color Harmonies of #FBB5BA
Complementary color
Monochromatic Colors of #FBB5BA
Black with #FBB5BA
Text Example
Text Example
White with #FBB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB5BA; }
p { color: rgb(251,181,186); }
H1.HeaderClassName
{
color: #FBB5BA;
}
.AnyTagClassName
{
color: #FBB5BA;
}
</style>
background-color css
<style>
a { background-color: #FBB5BA; }
a { background-color: rgb(251,181,186); }
div.DivClassName
{
background-color: #FBB5BA;
}
.BgClassName
{
background-color: #FBB5BA;
}
</style>
border-color css
<style>
span { border-color: #FBB5BA; }
span { border-color: rgb(251,181,186); }
td.TdClassName
{
border-color: #FBB5BA;
}
.TagClassName
{
border-color: #FBB5BA;
}
</style>