Shades of Lavender Rose #FAA5DB
Tints of Lavender Rose #FAA5DB
RGB
CMYK
RGB Variations
Color information
#FAA5DB (or 0xFAA5DB) is known color: Lavender Rose. HEX triplet: FA, A5 and DB. RGB value is (250,165,219). Sum of RGB (Red+Green+Blue) = 250+165+219=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 165 (64.84% from 255 or 26.03% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5DB is #055A24. Grayscale: #C4C4C4. Windows color (decimal): -350757 or 14394874. OLE color: 14394874.
HSL color Cylindrical-coordinate representation of color #FAA5DB: hue angle of 321.88º 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 #FAA5DB is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 165 | 219 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.02 |
| HSL | 321.88º | 0.89% | 0.81% | - |
| HSV(B) | 321.88º | 0.34% | 0.98% | - |
| XYZ | 65.67 | 52.35 | 73.66 | - |
| YUV | 196.57 | 140.66 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 165 | 219 | 0 | 0.34 | 0.12 | 0.02 | 321.88 | 0.89 | 0.81 |
| Hex | FA | A5 | DB | 0 | 22 | C | 2 | 142 | 59 | 51 |
| Octal | 372 | 245 | 333 | 0 | 42 | 14 | 2 | 502 | 131 | 121 |
| Binary | 11111010 | 10100101 | 11011011 | 0 | 100010 | 1100 | 10 | 101000010 | 1011001 | 1010001 |
Color Harmonies of #FAA5DB
Complementary color
Monochromatic Colors of #FAA5DB
Black with #FAA5DB
Text Example
Text Example
White with #FAA5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA5DB; }
p { color: rgb(250,165,219); }
H1.HeaderClassName
{
color: #FAA5DB;
}
.AnyTagClassName
{
color: #FAA5DB;
}
</style>
background-color css
<style>
a { background-color: #FAA5DB; }
a { background-color: rgb(250,165,219); }
div.DivClassName
{
background-color: #FAA5DB;
}
.BgClassName
{
background-color: #FAA5DB;
}
</style>
border-color css
<style>
span { border-color: #FAA5DB; }
span { border-color: rgb(250,165,219); }
td.TdClassName
{
border-color: #FAA5DB;
}
.TagClassName
{
border-color: #FAA5DB;
}
</style>