Shades of Lavender Rose #FAA5D9
Tints of Lavender Rose #FAA5D9
RGB
CMYK
RGB Variations
Color information
#FAA5D9 (or 0xFAA5D9) is known color: Lavender Rose. HEX triplet: FA, A5 and D9. RGB value is (250,165,217). Sum of RGB (Red+Green+Blue) = 250+165+217=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 165 (64.84% from 255 or 26.11% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5D9 is #055A26. Grayscale: #C4C4C4. Windows color (decimal): -350759 or 14263802. OLE color: 14263802.
HSL color Cylindrical-coordinate representation of color #FAA5D9: hue angle of 323.29º 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 #FAA5D9 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 217 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.02 |
| HSL | 323.29º | 0.89% | 0.81% | - |
| HSV(B) | 323.29º | 0.34% | 0.98% | - |
| XYZ | 65.4 | 52.24 | 72.28 | - |
| YUV | 196.34 | 139.66 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 217 | 0 | 0.34 | 0.13 | 0.02 | 323.29 | 0.89 | 0.81 |
| Hex | FA | A5 | D9 | 0 | 22 | D | 2 | 143 | 59 | 51 |
| Octal | 372 | 245 | 331 | 0 | 42 | 15 | 2 | 503 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11011001 | 0 | 100010 | 1101 | 10 | 101000011 | 1011001 | 1010001 |
Color Harmonies of #FAA5D9
Complementary color
Monochromatic Colors of #FAA5D9
Black with #FAA5D9
Text Example
Text Example
White with #FAA5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5D9; }
p { color: rgb(250,165,217); }
H1.HeaderClassName
{
color: #FAA5D9;
}
.AnyTagClassName
{
color: #FAA5D9;
}
</style>
background-color css
<style>
a { background-color: #FAA5D9; }
a { background-color: rgb(250,165,217); }
div.DivClassName
{
background-color: #FAA5D9;
}
.BgClassName
{
background-color: #FAA5D9;
}
</style>
border-color css
<style>
span { border-color: #FAA5D9; }
span { border-color: rgb(250,165,217); }
td.TdClassName
{
border-color: #FAA5D9;
}
.TagClassName
{
border-color: #FAA5D9;
}
</style>