Shades of Light Pink #FBA9AA
Tints of Light Pink #FBA9AA
RGB
CMYK
RGB Variations
Color information
#FBA9AA (or 0xFBA9AA) is known color: Light Pink. HEX triplet: FB, A9 and AA. RGB value is (251,169,170). Sum of RGB (Red+Green+Blue) = 251+169+170=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA9AA is #045655. Grayscale: #C1C1C1. Windows color (decimal): -284246 or 11184635. OLE color: 11184635.
HSL color Cylindrical-coordinate representation of color #FBA9AA: hue angle of 359.27º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA9AA is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 170 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.02 |
| HSL | 359.27º | 0.91% | 0.82% | - |
| HSV(B) | 359.27º | 0.33% | 0.98% | - |
| XYZ | 61.23 | 51.79 | 44.8 | - |
| YUV | 193.63 | 114.67 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 170 | 0 | 0.33 | 0.32 | 0.02 | 359.27 | 0.91 | 0.82 |
| Hex | FB | A9 | AA | 0 | 21 | 20 | 2 | 167 | 5B | 52 |
| Octal | 373 | 251 | 252 | 0 | 41 | 40 | 2 | 547 | 133 | 122 |
| Binary | 11111011 | 10101001 | 10101010 | 0 | 100001 | 100000 | 10 | 101100111 | 1011011 | 1010010 |
Color Harmonies of #FBA9AA
Complementary color
Monochromatic Colors of #FBA9AA
Black with #FBA9AA
Text Example
Text Example
White with #FBA9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA9AA; }
p { color: rgb(251,169,170); }
H1.HeaderClassName
{
color: #FBA9AA;
}
.AnyTagClassName
{
color: #FBA9AA;
}
</style>
background-color css
<style>
a { background-color: #FBA9AA; }
a { background-color: rgb(251,169,170); }
div.DivClassName
{
background-color: #FBA9AA;
}
.BgClassName
{
background-color: #FBA9AA;
}
</style>
border-color css
<style>
span { border-color: #FBA9AA; }
span { border-color: rgb(251,169,170); }
td.TdClassName
{
border-color: #FBA9AA;
}
.TagClassName
{
border-color: #FBA9AA;
}
</style>