Shades of Lavender Pink #FAA5D7
Tints of Lavender Pink #FAA5D7
RGB
CMYK
RGB Variations
Color information
#FAA5D7 (or 0xFAA5D7) is known color: Lavender Pink. HEX triplet: FA, A5 and D7. RGB value is (250,165,215). Sum of RGB (Red+Green+Blue) = 250+165+215=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 165 (64.84% from 255 or 26.19% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5D7 is #055A28. Grayscale: #C4C4C4. Windows color (decimal): -350761 or 14132730. OLE color: 14132730.
HSL color Cylindrical-coordinate representation of color #FAA5D7: hue angle of 324.71º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FAA5D7 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 215 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.02 |
| HSL | 324.71º | 0.89% | 0.81% | - |
| HSV(B) | 324.71º | 0.34% | 0.98% | - |
| XYZ | 65.15 | 52.14 | 70.92 | - |
| YUV | 196.12 | 138.66 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 215 | 0 | 0.34 | 0.14 | 0.02 | 324.71 | 0.89 | 0.81 |
| Hex | FA | A5 | D7 | 0 | 22 | E | 2 | 145 | 59 | 51 |
| Octal | 372 | 245 | 327 | 0 | 42 | 16 | 2 | 505 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11010111 | 0 | 100010 | 1110 | 10 | 101000101 | 1011001 | 1010001 |
Color Harmonies of #FAA5D7
Complementary color
Monochromatic Colors of #FAA5D7
Black with #FAA5D7
Text Example
Text Example
White with #FAA5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5D7; }
p { color: rgb(250,165,215); }
H1.HeaderClassName
{
color: #FAA5D7;
}
.AnyTagClassName
{
color: #FAA5D7;
}
</style>
background-color css
<style>
a { background-color: #FAA5D7; }
a { background-color: rgb(250,165,215); }
div.DivClassName
{
background-color: #FAA5D7;
}
.BgClassName
{
background-color: #FAA5D7;
}
</style>
border-color css
<style>
span { border-color: #FAA5D7; }
span { border-color: rgb(250,165,215); }
td.TdClassName
{
border-color: #FAA5D7;
}
.TagClassName
{
border-color: #FAA5D7;
}
</style>