Shades of Lavender Pink #FAAAD0
Tints of Lavender Pink #FAAAD0
RGB
CMYK
RGB Variations
Color information
#FAAAD0 (or 0xFAAAD0) is known color: Lavender Pink. HEX triplet: FA, AA and D0. RGB value is (250,170,208). Sum of RGB (Red+Green+Blue) = 250+170+208=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 170 (66.80% from 255 or 27.07% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAD0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAD0 is #05552F. Grayscale: #C6C6C6. Windows color (decimal): -349488 or 13675258. OLE color: 13675258.
HSL color Cylindrical-coordinate representation of color #FAAAD0: hue angle of 331.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 #FAAAD0 is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 208 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.02 |
| HSL | 331.5º | 0.89% | 0.82% | - |
| HSV(B) | 331.5º | 0.32% | 0.98% | - |
| XYZ | 65.18 | 53.63 | 66.59 | - |
| YUV | 198.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 208 | 0 | 0.32 | 0.17 | 0.02 | 331.5 | 0.89 | 0.82 |
| Hex | FA | AA | D0 | 0 | 20 | 11 | 2 | 14C | 59 | 52 |
| Octal | 372 | 252 | 320 | 0 | 40 | 21 | 2 | 514 | 131 | 122 |
| Binary | 11111010 | 10101010 | 11010000 | 0 | 100000 | 10001 | 10 | 101001100 | 1011001 | 1010010 |
Color Harmonies of #FAAAD0
Complementary color
Monochromatic Colors of #FAAAD0
Black with #FAAAD0
Text Example
Text Example
White with #FAAAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAD0; }
p { color: rgb(250,170,208); }
H1.HeaderClassName
{
color: #FAAAD0;
}
.AnyTagClassName
{
color: #FAAAD0;
}
</style>
background-color css
<style>
a { background-color: #FAAAD0; }
a { background-color: rgb(250,170,208); }
div.DivClassName
{
background-color: #FAAAD0;
}
.BgClassName
{
background-color: #FAAAD0;
}
</style>
border-color css
<style>
span { border-color: #FAAAD0; }
span { border-color: rgb(250,170,208); }
td.TdClassName
{
border-color: #FAAAD0;
}
.TagClassName
{
border-color: #FAAAD0;
}
</style>