Shades of Lavender Pink #FAA6D1
Tints of Lavender Pink #FAA6D1
RGB
CMYK
RGB Variations
Color information
#FAA6D1 (or 0xFAA6D1) is known color: Lavender Pink. HEX triplet: FA, A6 and D1. RGB value is (250,166,209). Sum of RGB (Red+Green+Blue) = 250+166+209=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 209 (82.03% from 255 or 33.44% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6D1 is #05592E. Grayscale: #C3C3C3. Windows color (decimal): -350511 or 13739770. OLE color: 13739770.
HSL color Cylindrical-coordinate representation of color #FAA6D1: hue angle of 329.29º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA6D1 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 209 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.02 |
| HSL | 329.29º | 0.89% | 0.82% | - |
| HSV(B) | 329.29º | 0.34% | 0.98% | - |
| XYZ | 64.57 | 52.2 | 66.99 | - |
| YUV | 196.02 | 135.33 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 209 | 0 | 0.34 | 0.16 | 0.02 | 329.29 | 0.89 | 0.82 |
| Hex | FA | A6 | D1 | 0 | 22 | 10 | 2 | 149 | 59 | 52 |
| Octal | 372 | 246 | 321 | 0 | 42 | 20 | 2 | 511 | 131 | 122 |
| Binary | 11111010 | 10100110 | 11010001 | 0 | 100010 | 10000 | 10 | 101001001 | 1011001 | 1010010 |
Color Harmonies of #FAA6D1
Complementary color
Monochromatic Colors of #FAA6D1
Black with #FAA6D1
Text Example
Text Example
White with #FAA6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6D1; }
p { color: rgb(250,166,209); }
H1.HeaderClassName
{
color: #FAA6D1;
}
.AnyTagClassName
{
color: #FAA6D1;
}
</style>
background-color css
<style>
a { background-color: #FAA6D1; }
a { background-color: rgb(250,166,209); }
div.DivClassName
{
background-color: #FAA6D1;
}
.BgClassName
{
background-color: #FAA6D1;
}
</style>
border-color css
<style>
span { border-color: #FAA6D1; }
span { border-color: rgb(250,166,209); }
td.TdClassName
{
border-color: #FAA6D1;
}
.TagClassName
{
border-color: #FAA6D1;
}
</style>