Shades of Light Pink #FAA9B2
Tints of Light Pink #FAA9B2
RGB
CMYK
RGB Variations
Color information
#FAA9B2 (or 0xFAA9B2) is known color: Light Pink. HEX triplet: FA, A9 and B2. RGB value is (250,169,178). Sum of RGB (Red+Green+Blue) = 250+169+178=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA9B2 is #05564D. Grayscale: #C2C2C2. Windows color (decimal): -349774 or 11708922. OLE color: 11708922.
HSL color Cylindrical-coordinate representation of color #FAA9B2: hue angle of 353.33º 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 #FAA9B2 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 178 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.02 |
| HSL | 353.33º | 0.89% | 0.82% | - |
| HSV(B) | 353.33º | 0.32% | 0.98% | - |
| XYZ | 61.65 | 51.91 | 48.89 | - |
| YUV | 194.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 178 | 0 | 0.32 | 0.29 | 0.02 | 353.33 | 0.89 | 0.82 |
| Hex | FA | A9 | B2 | 0 | 20 | 1D | 2 | 161 | 59 | 52 |
| Octal | 372 | 251 | 262 | 0 | 40 | 35 | 2 | 541 | 131 | 122 |
| Binary | 11111010 | 10101001 | 10110010 | 0 | 100000 | 11101 | 10 | 101100001 | 1011001 | 1010010 |
Color Harmonies of #FAA9B2
Complementary color
Monochromatic Colors of #FAA9B2
Black with #FAA9B2
Text Example
Text Example
White with #FAA9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9B2; }
p { color: rgb(250,169,178); }
H1.HeaderClassName
{
color: #FAA9B2;
}
.AnyTagClassName
{
color: #FAA9B2;
}
</style>
background-color css
<style>
a { background-color: #FAA9B2; }
a { background-color: rgb(250,169,178); }
div.DivClassName
{
background-color: #FAA9B2;
}
.BgClassName
{
background-color: #FAA9B2;
}
</style>
border-color css
<style>
span { border-color: #FAA9B2; }
span { border-color: rgb(250,169,178); }
td.TdClassName
{
border-color: #FAA9B2;
}
.TagClassName
{
border-color: #FAA9B2;
}
</style>