Shades of Lavender Pink #FAA6D7
Tints of Lavender Pink #FAA6D7
RGB
CMYK
RGB Variations
Color information
#FAA6D7 (or 0xFAA6D7) is known color: Lavender Pink. HEX triplet: FA, A6 and D7. RGB value is (250,166,215). Sum of RGB (Red+Green+Blue) = 250+166+215=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 166 (65.23% from 255 or 26.31% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA6D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA6D7 is #055928. Grayscale: #C4C4C4. Windows color (decimal): -350505 or 14132986. OLE color: 14132986.
HSL color Cylindrical-coordinate representation of color #FAA6D7: hue angle of 325º 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 #FAA6D7 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 166 | 215 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.02 |
| HSL | 325º | 0.89% | 0.82% | - |
| HSV(B) | 325º | 0.34% | 0.98% | - |
| XYZ | 65.33 | 52.5 | 70.98 | - |
| YUV | 196.7 | 138.33 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 166 | 215 | 0 | 0.34 | 0.14 | 0.02 | 325 | 0.89 | 0.82 |
| Hex | FA | A6 | D7 | 0 | 22 | E | 2 | 145 | 59 | 52 |
| Octal | 372 | 246 | 327 | 0 | 42 | 16 | 2 | 505 | 131 | 122 |
| Binary | 11111010 | 10100110 | 11010111 | 0 | 100010 | 1110 | 10 | 101000101 | 1011001 | 1010010 |
Color Harmonies of #FAA6D7
Complementary color
Monochromatic Colors of #FAA6D7
Black with #FAA6D7
Text Example
Text Example
White with #FAA6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA6D7; }
p { color: rgb(250,166,215); }
H1.HeaderClassName
{
color: #FAA6D7;
}
.AnyTagClassName
{
color: #FAA6D7;
}
</style>
background-color css
<style>
a { background-color: #FAA6D7; }
a { background-color: rgb(250,166,215); }
div.DivClassName
{
background-color: #FAA6D7;
}
.BgClassName
{
background-color: #FAA6D7;
}
</style>
border-color css
<style>
span { border-color: #FAA6D7; }
span { border-color: rgb(250,166,215); }
td.TdClassName
{
border-color: #FAA6D7;
}
.TagClassName
{
border-color: #FAA6D7;
}
</style>