Shades of Lavender Pink #FAA9D3
Tints of Lavender Pink #FAA9D3
RGB
CMYK
RGB Variations
Color information
#FAA9D3 (or 0xFAA9D3) is known color: Lavender Pink. HEX triplet: FA, A9 and D3. RGB value is (250,169,211). Sum of RGB (Red+Green+Blue) = 250+169+211=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA9D3 is #05562C. Grayscale: #C5C5C5. Windows color (decimal): -349741 or 13871610. OLE color: 13871610.
HSL color Cylindrical-coordinate representation of color #FAA9D3: hue angle of 328.89º 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 #FAA9D3 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 211 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.02 |
| HSL | 328.89º | 0.89% | 0.82% | - |
| HSV(B) | 328.89º | 0.32% | 0.98% | - |
| XYZ | 65.37 | 53.4 | 68.49 | - |
| YUV | 198.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 211 | 0 | 0.32 | 0.16 | 0.02 | 328.89 | 0.89 | 0.82 |
| Hex | FA | A9 | D3 | 0 | 20 | 10 | 2 | 149 | 59 | 52 |
| Octal | 372 | 251 | 323 | 0 | 40 | 20 | 2 | 511 | 131 | 122 |
| Binary | 11111010 | 10101001 | 11010011 | 0 | 100000 | 10000 | 10 | 101001001 | 1011001 | 1010010 |
Color Harmonies of #FAA9D3
Complementary color
Monochromatic Colors of #FAA9D3
Black with #FAA9D3
Text Example
Text Example
White with #FAA9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9D3; }
p { color: rgb(250,169,211); }
H1.HeaderClassName
{
color: #FAA9D3;
}
.AnyTagClassName
{
color: #FAA9D3;
}
</style>
background-color css
<style>
a { background-color: #FAA9D3; }
a { background-color: rgb(250,169,211); }
div.DivClassName
{
background-color: #FAA9D3;
}
.BgClassName
{
background-color: #FAA9D3;
}
</style>
border-color css
<style>
span { border-color: #FAA9D3; }
span { border-color: rgb(250,169,211); }
td.TdClassName
{
border-color: #FAA9D3;
}
.TagClassName
{
border-color: #FAA9D3;
}
</style>