Shades of Light Pink #FBABBA
Tints of Light Pink #FBABBA
RGB
CMYK
RGB Variations
Color information
#FBABBA (or 0xFBABBA) is known color: Light Pink. HEX triplet: FB, AB and BA. RGB value is (251,171,186). Sum of RGB (Red+Green+Blue) = 251+171+186=608 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.28% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABBA is #045445. Grayscale: #C4C4C4. Windows color (decimal): -283718 or 12233723. OLE color: 12233723.
HSL color Cylindrical-coordinate representation of color #FBABBA: hue angle of 348.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBABBA is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 186 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.02 |
| HSL | 348.75º | 0.91% | 0.83% | - |
| HSV(B) | 348.75º | 0.32% | 0.98% | - |
| XYZ | 63.21 | 53.18 | 53.39 | - |
| YUV | 196.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 186 | 0 | 0.32 | 0.26 | 0.02 | 348.75 | 0.91 | 0.83 |
| Hex | FB | AB | BA | 0 | 20 | 1A | 2 | 15D | 5B | 53 |
| Octal | 373 | 253 | 272 | 0 | 40 | 32 | 2 | 535 | 133 | 123 |
| Binary | 11111011 | 10101011 | 10111010 | 0 | 100000 | 11010 | 10 | 101011101 | 1011011 | 1010011 |
Color Harmonies of #FBABBA
Complementary color
Monochromatic Colors of #FBABBA
Black with #FBABBA
Text Example
Text Example
White with #FBABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABBA; }
p { color: rgb(251,171,186); }
H1.HeaderClassName
{
color: #FBABBA;
}
.AnyTagClassName
{
color: #FBABBA;
}
</style>
background-color css
<style>
a { background-color: #FBABBA; }
a { background-color: rgb(251,171,186); }
div.DivClassName
{
background-color: #FBABBA;
}
.BgClassName
{
background-color: #FBABBA;
}
</style>
border-color css
<style>
span { border-color: #FBABBA; }
span { border-color: rgb(251,171,186); }
td.TdClassName
{
border-color: #FBABBA;
}
.TagClassName
{
border-color: #FBABBA;
}
</style>