Shades of Light Pink #FAAAB9
Tints of Light Pink #FAAAB9
RGB
CMYK
RGB Variations
Color information
#FAAAB9 (or 0xFAAAB9) is known color: Light Pink. HEX triplet: FA, AA and B9. RGB value is (250,170,185). Sum of RGB (Red+Green+Blue) = 250+170+185=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 185 (72.66% from 255 or 30.58% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAB9 is #055546. Grayscale: #C3C3C3. Windows color (decimal): -349511 or 12167930. OLE color: 12167930.
HSL color Cylindrical-coordinate representation of color #FAAAB9: hue angle of 348.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAB9 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 185 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.02 |
| HSL | 348.75º | 0.89% | 0.82% | - |
| HSV(B) | 348.75º | 0.32% | 0.98% | - |
| XYZ | 62.56 | 52.58 | 52.75 | - |
| YUV | 195.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 185 | 0 | 0.32 | 0.26 | 0.02 | 348.75 | 0.89 | 0.82 |
| Hex | FA | AA | B9 | 0 | 20 | 1A | 2 | 15D | 59 | 52 |
| Octal | 372 | 252 | 271 | 0 | 40 | 32 | 2 | 535 | 131 | 122 |
| Binary | 11111010 | 10101010 | 10111001 | 0 | 100000 | 11010 | 10 | 101011101 | 1011001 | 1010010 |
Color Harmonies of #FAAAB9
Complementary color
Monochromatic Colors of #FAAAB9
Black with #FAAAB9
Text Example
Text Example
White with #FAAAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAB9; }
p { color: rgb(250,170,185); }
H1.HeaderClassName
{
color: #FAAAB9;
}
.AnyTagClassName
{
color: #FAAAB9;
}
</style>
background-color css
<style>
a { background-color: #FAAAB9; }
a { background-color: rgb(250,170,185); }
div.DivClassName
{
background-color: #FAAAB9;
}
.BgClassName
{
background-color: #FAAAB9;
}
</style>
border-color css
<style>
span { border-color: #FAAAB9; }
span { border-color: rgb(250,170,185); }
td.TdClassName
{
border-color: #FAAAB9;
}
.TagClassName
{
border-color: #FAAAB9;
}
</style>