Shades of Lavender Pink #FAAAD5
Tints of Lavender Pink #FAAAD5
RGB
CMYK
RGB Variations
Color information
#FAAAD5 (or 0xFAAAD5) is known color: Lavender Pink. HEX triplet: FA, AA and D5. RGB value is (250,170,213). Sum of RGB (Red+Green+Blue) = 250+170+213=633 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.49% from 633); Green value is 170 (66.80% from 255 or 26.86% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAD5 is #05552A. Grayscale: #C6C6C6. Windows color (decimal): -349483 or 14002938. OLE color: 14002938.
HSL color Cylindrical-coordinate representation of color #FAAAD5: hue angle of 327.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 #FAAAD5 is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 213 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.02 |
| HSL | 327.75º | 0.89% | 0.82% | - |
| HSV(B) | 327.75º | 0.32% | 0.98% | - |
| XYZ | 65.81 | 53.88 | 69.88 | - |
| YUV | 198.82 | 136 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 213 | 0 | 0.32 | 0.15 | 0.02 | 327.75 | 0.89 | 0.82 |
| Hex | FA | AA | D5 | 0 | 20 | F | 2 | 148 | 59 | 52 |
| Octal | 372 | 252 | 325 | 0 | 40 | 17 | 2 | 510 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11010101 | 0 | 100000 | 1111 | 10 | 101001000 | 1011001 | 1010010 |
Color Harmonies of #FAAAD5
Complementary color
Monochromatic Colors of #FAAAD5
Black with #FAAAD5
Text Example
Text Example
White with #FAAAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAD5; }
p { color: rgb(250,170,213); }
H1.HeaderClassName
{
color: #FAAAD5;
}
.AnyTagClassName
{
color: #FAAAD5;
}
</style>
background-color css
<style>
a { background-color: #FAAAD5; }
a { background-color: rgb(250,170,213); }
div.DivClassName
{
background-color: #FAAAD5;
}
.BgClassName
{
background-color: #FAAAD5;
}
</style>
border-color css
<style>
span { border-color: #FAAAD5; }
span { border-color: rgb(250,170,213); }
td.TdClassName
{
border-color: #FAAAD5;
}
.TagClassName
{
border-color: #FAAAD5;
}
</style>