Shades of Light Pink #FBABB0
Tints of Light Pink #FBABB0
RGB
CMYK
RGB Variations
Color information
#FBABB0 (or 0xFBABB0) is known color: Light Pink. HEX triplet: FB, AB and B0. RGB value is (251,171,176). Sum of RGB (Red+Green+Blue) = 251+171+176=598 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.97% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBABB0 is #04544F. Grayscale: #C3C3C3. Windows color (decimal): -283728 or 11578363. OLE color: 11578363.
HSL color Cylindrical-coordinate representation of color #FBABB0: hue angle of 356.25º 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 #FBABB0 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 176 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.02 |
| HSL | 356.25º | 0.91% | 0.83% | - |
| HSV(B) | 356.25º | 0.32% | 0.98% | - |
| XYZ | 62.18 | 52.77 | 47.98 | - |
| YUV | 195.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 176 | 0 | 0.32 | 0.30 | 0.02 | 356.25 | 0.91 | 0.83 |
| Hex | FB | AB | B0 | 0 | 20 | 1E | 2 | 164 | 5B | 53 |
| Octal | 373 | 253 | 260 | 0 | 40 | 36 | 2 | 544 | 133 | 123 |
| Binary | 11111011 | 10101011 | 10110000 | 0 | 100000 | 11110 | 10 | 101100100 | 1011011 | 1010011 |
Color Harmonies of #FBABB0
Complementary color
Monochromatic Colors of #FBABB0
Black with #FBABB0
Text Example
Text Example
White with #FBABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABB0; }
p { color: rgb(251,171,176); }
H1.HeaderClassName
{
color: #FBABB0;
}
.AnyTagClassName
{
color: #FBABB0;
}
</style>
background-color css
<style>
a { background-color: #FBABB0; }
a { background-color: rgb(251,171,176); }
div.DivClassName
{
background-color: #FBABB0;
}
.BgClassName
{
background-color: #FBABB0;
}
</style>
border-color css
<style>
span { border-color: #FBABB0; }
span { border-color: rgb(251,171,176); }
td.TdClassName
{
border-color: #FBABB0;
}
.TagClassName
{
border-color: #FBABB0;
}
</style>