Shades of Light Pink #FBAABA
Tints of Light Pink #FBAABA
RGB
CMYK
RGB Variations
Color information
#FBAABA (or 0xFBAABA) is known color: Light Pink. HEX triplet: FB, AA and BA. RGB value is (251,170,186). Sum of RGB (Red+Green+Blue) = 251+170+186=607 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.35% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 186 (73.05% from 255 or 30.64% from 607); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAABA is #045545. Grayscale: #C4C4C4. Windows color (decimal): -283974 or 12233467. OLE color: 12233467.
HSL color Cylindrical-coordinate representation of color #FBAABA: hue angle of 348.15º 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 #FBAABA is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 186 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.02 |
| HSL | 348.15º | 0.91% | 0.83% | - |
| HSV(B) | 348.15º | 0.32% | 0.98% | - |
| XYZ | 63.02 | 52.8 | 53.32 | - |
| YUV | 196.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 186 | 0 | 0.32 | 0.26 | 0.02 | 348.15 | 0.91 | 0.83 |
| Hex | FB | AA | BA | 0 | 20 | 1A | 2 | 15C | 5B | 53 |
| Octal | 373 | 252 | 272 | 0 | 40 | 32 | 2 | 534 | 133 | 123 |
| Binary | 11111011 | 10101010 | 10111010 | 0 | 100000 | 11010 | 10 | 101011100 | 1011011 | 1010011 |
Color Harmonies of #FBAABA
Complementary color
Monochromatic Colors of #FBAABA
Black with #FBAABA
Text Example
Text Example
White with #FBAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAABA; }
p { color: rgb(251,170,186); }
H1.HeaderClassName
{
color: #FBAABA;
}
.AnyTagClassName
{
color: #FBAABA;
}
</style>
background-color css
<style>
a { background-color: #FBAABA; }
a { background-color: rgb(251,170,186); }
div.DivClassName
{
background-color: #FBAABA;
}
.BgClassName
{
background-color: #FBAABA;
}
</style>
border-color css
<style>
span { border-color: #FBAABA; }
span { border-color: rgb(251,170,186); }
td.TdClassName
{
border-color: #FBAABA;
}
.TagClassName
{
border-color: #FBAABA;
}
</style>