Shades of Lavender Rose #FAA0D9
Tints of Lavender Rose #FAA0D9
RGB
CMYK
RGB Variations
Color information
#FAA0D9 (or 0xFAA0D9) is known color: Lavender Rose. HEX triplet: FA, A0 and D9. RGB value is (250,160,217). Sum of RGB (Red+Green+Blue) = 250+160+217=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 160 (62.89% from 255 or 25.52% from 627); Blue value is 217 (85.16% from 255 or 34.61% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0D9 is #055F26. Grayscale: #C1C1C1. Windows color (decimal): -352039 or 14262522. OLE color: 14262522.
HSL color Cylindrical-coordinate representation of color #FAA0D9: hue angle of 322º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0D9 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 217 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.02 |
| HSL | 322º | 0.9% | 0.8% | - |
| HSV(B) | 322º | 0.36% | 0.98% | - |
| XYZ | 64.52 | 50.48 | 71.99 | - |
| YUV | 193.41 | 141.32 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 217 | 0 | 0.36 | 0.13 | 0.02 | 322 | 0.9 | 0.8 |
| Hex | FA | A0 | D9 | 0 | 24 | D | 2 | 142 | 5A | 50 |
| Octal | 372 | 240 | 331 | 0 | 44 | 15 | 2 | 502 | 132 | 120 |
| Binary | 11111010 | 10100000 | 11011001 | 0 | 100100 | 1101 | 10 | 101000010 | 1011010 | 1010000 |
Color Harmonies of #FAA0D9
Complementary color
Monochromatic Colors of #FAA0D9
Black with #FAA0D9
Text Example
Text Example
White with #FAA0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0D9; }
p { color: rgb(250,160,217); }
H1.HeaderClassName
{
color: #FAA0D9;
}
.AnyTagClassName
{
color: #FAA0D9;
}
</style>
background-color css
<style>
a { background-color: #FAA0D9; }
a { background-color: rgb(250,160,217); }
div.DivClassName
{
background-color: #FAA0D9;
}
.BgClassName
{
background-color: #FAA0D9;
}
</style>
border-color css
<style>
span { border-color: #FAA0D9; }
span { border-color: rgb(250,160,217); }
td.TdClassName
{
border-color: #FAA0D9;
}
.TagClassName
{
border-color: #FAA0D9;
}
</style>