Shades of Light Pink #FAA9B7
Tints of Light Pink #FAA9B7
RGB
CMYK
RGB Variations
Color information
#FAA9B7 (or 0xFAA9B7) is known color: Light Pink. HEX triplet: FA, A9 and B7. RGB value is (250,169,183). Sum of RGB (Red+Green+Blue) = 250+169+183=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 183 (71.88% from 255 or 30.40% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9B7 is #055648. Grayscale: #C2C2C2. Windows color (decimal): -349769 or 12036602. OLE color: 12036602.
HSL color Cylindrical-coordinate representation of color #FAA9B7: hue angle of 349.63º 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 #FAA9B7 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 183 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.02 |
| HSL | 349.63º | 0.89% | 0.82% | - |
| HSV(B) | 349.63º | 0.32% | 0.98% | - |
| XYZ | 62.16 | 52.12 | 51.58 | - |
| YUV | 194.82 | 121.34 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 183 | 0 | 0.32 | 0.27 | 0.02 | 349.63 | 0.89 | 0.82 |
| Hex | FA | A9 | B7 | 0 | 20 | 1B | 2 | 15E | 59 | 52 |
| Octal | 372 | 251 | 267 | 0 | 40 | 33 | 2 | 536 | 131 | 122 |
| Binary | 11111010 | 10101001 | 10110111 | 0 | 100000 | 11011 | 10 | 101011110 | 1011001 | 1010010 |
Color Harmonies of #FAA9B7
Complementary color
Monochromatic Colors of #FAA9B7
Black with #FAA9B7
Text Example
Text Example
White with #FAA9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9B7; }
p { color: rgb(250,169,183); }
H1.HeaderClassName
{
color: #FAA9B7;
}
.AnyTagClassName
{
color: #FAA9B7;
}
</style>
background-color css
<style>
a { background-color: #FAA9B7; }
a { background-color: rgb(250,169,183); }
div.DivClassName
{
background-color: #FAA9B7;
}
.BgClassName
{
background-color: #FAA9B7;
}
</style>
border-color css
<style>
span { border-color: #FAA9B7; }
span { border-color: rgb(250,169,183); }
td.TdClassName
{
border-color: #FAA9B7;
}
.TagClassName
{
border-color: #FAA9B7;
}
</style>