Shades of Lavender Pink #FAAAD8
Tints of Lavender Pink #FAAAD8
RGB
CMYK
RGB Variations
Color information
#FAAAD8 (or 0xFAAAD8) is known color: Lavender Pink. HEX triplet: FA, AA and D8. RGB value is (250,170,216). Sum of RGB (Red+Green+Blue) = 250+170+216=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 216 (84.77% from 255 or 33.96% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAD8 is #055527. Grayscale: #C7C7C7. Windows color (decimal): -349480 or 14199546. OLE color: 14199546.
HSL color Cylindrical-coordinate representation of color #FAAAD8: hue angle of 325.5º 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 #FAAAD8 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 216 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.02 |
| HSL | 325.5º | 0.89% | 0.82% | - |
| HSV(B) | 325.5º | 0.32% | 0.98% | - |
| XYZ | 66.19 | 54.03 | 71.91 | - |
| YUV | 199.16 | 137.5 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 216 | 0 | 0.32 | 0.14 | 0.02 | 325.5 | 0.89 | 0.82 |
| Hex | FA | AA | D8 | 0 | 20 | E | 2 | 146 | 59 | 52 |
| Octal | 372 | 252 | 330 | 0 | 40 | 16 | 2 | 506 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11011000 | 0 | 100000 | 1110 | 10 | 101000110 | 1011001 | 1010010 |
Color Harmonies of #FAAAD8
Complementary color
Monochromatic Colors of #FAAAD8
Black with #FAAAD8
Text Example
Text Example
White with #FAAAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAD8; }
p { color: rgb(250,170,216); }
H1.HeaderClassName
{
color: #FAAAD8;
}
.AnyTagClassName
{
color: #FAAAD8;
}
</style>
background-color css
<style>
a { background-color: #FAAAD8; }
a { background-color: rgb(250,170,216); }
div.DivClassName
{
background-color: #FAAAD8;
}
.BgClassName
{
background-color: #FAAAD8;
}
</style>
border-color css
<style>
span { border-color: #FAAAD8; }
span { border-color: rgb(250,170,216); }
td.TdClassName
{
border-color: #FAAAD8;
}
.TagClassName
{
border-color: #FAAAD8;
}
</style>