Shades of Lavender Rose #FAA0DB
Tints of Lavender Rose #FAA0DB
RGB
CMYK
RGB Variations
Color information
#FAA0DB (or 0xFAA0DB) is known color: Lavender Rose. HEX triplet: FA, A0 and DB. RGB value is (250,160,219). Sum of RGB (Red+Green+Blue) = 250+160+219=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 160 (62.89% from 255 or 25.44% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0DB is #055F24. Grayscale: #C1C1C1. Windows color (decimal): -352037 or 14393594. OLE color: 14393594.
HSL color Cylindrical-coordinate representation of color #FAA0DB: hue angle of 320.67º 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 #FAA0DB is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 219 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.02 |
| HSL | 320.67º | 0.9% | 0.8% | - |
| HSV(B) | 320.67º | 0.36% | 0.98% | - |
| XYZ | 64.78 | 50.58 | 73.37 | - |
| YUV | 193.64 | 142.32 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 219 | 0 | 0.36 | 0.12 | 0.02 | 320.67 | 0.9 | 0.8 |
| Hex | FA | A0 | DB | 0 | 24 | C | 2 | 141 | 5A | 50 |
| Octal | 372 | 240 | 333 | 0 | 44 | 14 | 2 | 501 | 132 | 120 |
| Binary | 11111010 | 10100000 | 11011011 | 0 | 100100 | 1100 | 10 | 101000001 | 1011010 | 1010000 |
Color Harmonies of #FAA0DB
Complementary color
Monochromatic Colors of #FAA0DB
Black with #FAA0DB
Text Example
Text Example
White with #FAA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0DB; }
p { color: rgb(250,160,219); }
H1.HeaderClassName
{
color: #FAA0DB;
}
.AnyTagClassName
{
color: #FAA0DB;
}
</style>
background-color css
<style>
a { background-color: #FAA0DB; }
a { background-color: rgb(250,160,219); }
div.DivClassName
{
background-color: #FAA0DB;
}
.BgClassName
{
background-color: #FAA0DB;
}
</style>
border-color css
<style>
span { border-color: #FAA0DB; }
span { border-color: rgb(250,160,219); }
td.TdClassName
{
border-color: #FAA0DB;
}
.TagClassName
{
border-color: #FAA0DB;
}
</style>