Shades of Lavender Rose #FAA1D9
Tints of Lavender Rose #FAA1D9
RGB
CMYK
RGB Variations
Color information
#FAA1D9 (or 0xFAA1D9) is known color: Lavender Rose. HEX triplet: FA, A1 and D9. RGB value is (250,161,217). Sum of RGB (Red+Green+Blue) = 250+161+217=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 161 (63.28% from 255 or 25.64% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1D9 is #055E26. Grayscale: #C1C1C1. Windows color (decimal): -351783 or 14262778. OLE color: 14262778.
HSL color Cylindrical-coordinate representation of color #FAA1D9: hue angle of 322.25º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA1D9 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 161 | 217 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.02 |
| HSL | 322.25º | 0.9% | 0.81% | - |
| HSV(B) | 322.25º | 0.36% | 0.98% | - |
| XYZ | 64.69 | 50.82 | 72.05 | - |
| YUV | 194 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 161 | 217 | 0 | 0.36 | 0.13 | 0.02 | 322.25 | 0.9 | 0.81 |
| Hex | FA | A1 | D9 | 0 | 24 | D | 2 | 142 | 5A | 51 |
| Octal | 372 | 241 | 331 | 0 | 44 | 15 | 2 | 502 | 132 | 121 |
| Binary | 11111010 | 10100001 | 11011001 | 0 | 100100 | 1101 | 10 | 101000010 | 1011010 | 1010001 |
Color Harmonies of #FAA1D9
Complementary color
Monochromatic Colors of #FAA1D9
Black with #FAA1D9
Text Example
Text Example
White with #FAA1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA1D9; }
p { color: rgb(250,161,217); }
H1.HeaderClassName
{
color: #FAA1D9;
}
.AnyTagClassName
{
color: #FAA1D9;
}
</style>
background-color css
<style>
a { background-color: #FAA1D9; }
a { background-color: rgb(250,161,217); }
div.DivClassName
{
background-color: #FAA1D9;
}
.BgClassName
{
background-color: #FAA1D9;
}
</style>
border-color css
<style>
span { border-color: #FAA1D9; }
span { border-color: rgb(250,161,217); }
td.TdClassName
{
border-color: #FAA1D9;
}
.TagClassName
{
border-color: #FAA1D9;
}
</style>