Shades of Light Pink #FBB4BA
Tints of Light Pink #FBB4BA
RGB
CMYK
RGB Variations
Color information
#FBB4BA (or 0xFBB4BA) is known color: Light Pink. HEX triplet: FB, B4 and BA. RGB value is (251,180,186). Sum of RGB (Red+Green+Blue) = 251+180+186=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB4BA is #044B45. Grayscale: #C9C9C9. Windows color (decimal): -281414 or 12236027. OLE color: 12236027.
HSL color Cylindrical-coordinate representation of color #FBB4BA: hue angle of 354.93º 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 #FBB4BA is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 180 | 186 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.02 |
| HSL | 354.93º | 0.9% | 0.85% | - |
| HSV(B) | 354.93º | 0.28% | 0.98% | - |
| XYZ | 64.97 | 56.7 | 53.97 | - |
| YUV | 201.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 180 | 186 | 0 | 0.28 | 0.26 | 0.02 | 354.93 | 0.9 | 0.85 |
| Hex | FB | B4 | BA | 0 | 1C | 1A | 2 | 163 | 5A | 55 |
| Octal | 373 | 264 | 272 | 0 | 34 | 32 | 2 | 543 | 132 | 125 |
| Binary | 11111011 | 10110100 | 10111010 | 0 | 11100 | 11010 | 10 | 101100011 | 1011010 | 1010101 |
Color Harmonies of #FBB4BA
Complementary color
Monochromatic Colors of #FBB4BA
Black with #FBB4BA
Text Example
Text Example
White with #FBB4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB4BA; }
p { color: rgb(251,180,186); }
H1.HeaderClassName
{
color: #FBB4BA;
}
.AnyTagClassName
{
color: #FBB4BA;
}
</style>
background-color css
<style>
a { background-color: #FBB4BA; }
a { background-color: rgb(251,180,186); }
div.DivClassName
{
background-color: #FBB4BA;
}
.BgClassName
{
background-color: #FBB4BA;
}
</style>
border-color css
<style>
span { border-color: #FBB4BA; }
span { border-color: rgb(251,180,186); }
td.TdClassName
{
border-color: #FBB4BA;
}
.TagClassName
{
border-color: #FBB4BA;
}
</style>