Shades of Light Pink #FBAAB0
Tints of Light Pink #FBAAB0
RGB
CMYK
RGB Variations
Color information
#FBAAB0 (or 0xFBAAB0) is known color: Light Pink. HEX triplet: FB, AA and B0. RGB value is (251,170,176). Sum of RGB (Red+Green+Blue) = 251+170+176=597 (79% of max value = 765). Red value is 251 (98.44% from 255 or 42.04% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 176 (69.14% from 255 or 29.48% from 597); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAAB0 is #04554F. Grayscale: #C2C2C2. Windows color (decimal): -283984 or 11578107. OLE color: 11578107.
HSL color Cylindrical-coordinate representation of color #FBAAB0: hue angle of 355.56º 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 #FBAAB0 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 176 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.02 |
| HSL | 355.56º | 0.91% | 0.83% | - |
| HSV(B) | 355.56º | 0.32% | 0.98% | - |
| XYZ | 61.99 | 52.39 | 47.92 | - |
| YUV | 194.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 176 | 0 | 0.32 | 0.30 | 0.02 | 355.56 | 0.91 | 0.83 |
| Hex | FB | AA | B0 | 0 | 20 | 1E | 2 | 164 | 5B | 53 |
| Octal | 373 | 252 | 260 | 0 | 40 | 36 | 2 | 544 | 133 | 123 |
| Binary | 11111011 | 10101010 | 10110000 | 0 | 100000 | 11110 | 10 | 101100100 | 1011011 | 1010011 |
Color Harmonies of #FBAAB0
Complementary color
Monochromatic Colors of #FBAAB0
Black with #FBAAB0
Text Example
Text Example
White with #FBAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAB0; }
p { color: rgb(251,170,176); }
H1.HeaderClassName
{
color: #FBAAB0;
}
.AnyTagClassName
{
color: #FBAAB0;
}
</style>
background-color css
<style>
a { background-color: #FBAAB0; }
a { background-color: rgb(251,170,176); }
div.DivClassName
{
background-color: #FBAAB0;
}
.BgClassName
{
background-color: #FBAAB0;
}
</style>
border-color css
<style>
span { border-color: #FBAAB0; }
span { border-color: rgb(251,170,176); }
td.TdClassName
{
border-color: #FBAAB0;
}
.TagClassName
{
border-color: #FBAAB0;
}
</style>