Shades of Light Pink #FBAAAB
Tints of Light Pink #FBAAAB
RGB
CMYK
RGB Variations
Color information
#FBAAAB (or 0xFBAAAB) is known color: Light Pink. HEX triplet: FB, AA and AB. RGB value is (251,170,171). Sum of RGB (Red+Green+Blue) = 251+170+171=592 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.40% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAAAB is #045554. Grayscale: #C2C2C2. Windows color (decimal): -283989 or 11250427. OLE color: 11250427.
HSL color Cylindrical-coordinate representation of color #FBAAAB: hue angle of 359.26º 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 #FBAAAB is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 171 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.02 |
| HSL | 359.26º | 0.91% | 0.83% | - |
| HSV(B) | 359.26º | 0.32% | 0.98% | - |
| XYZ | 61.51 | 52.2 | 45.36 | - |
| YUV | 194.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 171 | 0 | 0.32 | 0.32 | 0.02 | 359.26 | 0.91 | 0.83 |
| Hex | FB | AA | AB | 0 | 20 | 20 | 2 | 167 | 5B | 53 |
| Octal | 373 | 252 | 253 | 0 | 40 | 40 | 2 | 547 | 133 | 123 |
| Binary | 11111011 | 10101010 | 10101011 | 0 | 100000 | 100000 | 10 | 101100111 | 1011011 | 1010011 |
Color Harmonies of #FBAAAB
Complementary color
Monochromatic Colors of #FBAAAB
Black with #FBAAAB
Text Example
Text Example
White with #FBAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAAB; }
p { color: rgb(251,170,171); }
H1.HeaderClassName
{
color: #FBAAAB;
}
.AnyTagClassName
{
color: #FBAAAB;
}
</style>
background-color css
<style>
a { background-color: #FBAAAB; }
a { background-color: rgb(251,170,171); }
div.DivClassName
{
background-color: #FBAAAB;
}
.BgClassName
{
background-color: #FBAAAB;
}
</style>
border-color css
<style>
span { border-color: #FBAAAB; }
span { border-color: rgb(251,170,171); }
td.TdClassName
{
border-color: #FBAAAB;
}
.TagClassName
{
border-color: #FBAAAB;
}
</style>