Shades of Lavender Rose #FAA0DA
Tints of Lavender Rose #FAA0DA
RGB
CMYK
RGB Variations
Color information
#FAA0DA (or 0xFAA0DA) is known color: Lavender Rose. HEX triplet: FA, A0 and DA. RGB value is (250,160,218). Sum of RGB (Red+Green+Blue) = 250+160+218=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 160 (62.89% from 255 or 25.48% from 628); Blue value is 218 (85.55% from 255 or 34.71% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0DA is #055F25. Grayscale: #C1C1C1. Windows color (decimal): -352038 or 14328058. OLE color: 14328058.
HSL color Cylindrical-coordinate representation of color #FAA0DA: hue angle of 321.33º 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 #FAA0DA is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 218 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.02 |
| HSL | 321.33º | 0.9% | 0.8% | - |
| HSV(B) | 321.33º | 0.36% | 0.98% | - |
| XYZ | 64.65 | 50.53 | 72.68 | - |
| YUV | 193.52 | 141.82 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 218 | 0 | 0.36 | 0.13 | 0.02 | 321.33 | 0.9 | 0.8 |
| Hex | FA | A0 | DA | 0 | 24 | D | 2 | 141 | 5A | 50 |
| Octal | 372 | 240 | 332 | 0 | 44 | 15 | 2 | 501 | 132 | 120 |
| Binary | 11111010 | 10100000 | 11011010 | 0 | 100100 | 1101 | 10 | 101000001 | 1011010 | 1010000 |
Color Harmonies of #FAA0DA
Complementary color
Monochromatic Colors of #FAA0DA
Black with #FAA0DA
Text Example
Text Example
White with #FAA0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0DA; }
p { color: rgb(250,160,218); }
H1.HeaderClassName
{
color: #FAA0DA;
}
.AnyTagClassName
{
color: #FAA0DA;
}
</style>
background-color css
<style>
a { background-color: #FAA0DA; }
a { background-color: rgb(250,160,218); }
div.DivClassName
{
background-color: #FAA0DA;
}
.BgClassName
{
background-color: #FAA0DA;
}
</style>
border-color css
<style>
span { border-color: #FAA0DA; }
span { border-color: rgb(250,160,218); }
td.TdClassName
{
border-color: #FAA0DA;
}
.TagClassName
{
border-color: #FAA0DA;
}
</style>