Shades of Lavender Rose #FA91DB
Tints of Lavender Rose #FA91DB
RGB
CMYK
RGB Variations
Color information
#FA91DB (or 0xFA91DB) is known color: Lavender Rose. HEX triplet: FA, 91 and DB. RGB value is (250,145,219). Sum of RGB (Red+Green+Blue) = 250+145+219=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 145 (57.03% from 255 or 23.62% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FA91DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA91DB is #056E24. Grayscale: #B8B8B8. Windows color (decimal): -355877 or 14389754. OLE color: 14389754.
HSL color Cylindrical-coordinate representation of color #FA91DB: hue angle of 317.71º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FA91DB is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 219 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.02 |
| HSL | 317.71º | 0.91% | 0.77% | - |
| HSV(B) | 317.71º | 0.42% | 0.98% | - |
| XYZ | 62.34 | 45.69 | 72.55 | - |
| YUV | 184.83 | 147.29 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 219 | 0 | 0.42 | 0.12 | 0.02 | 317.71 | 0.91 | 0.77 |
| Hex | FA | 91 | DB | 0 | 2A | C | 2 | 13E | 5B | 4D |
| Octal | 372 | 221 | 333 | 0 | 52 | 14 | 2 | 476 | 133 | 115 |
| Binary | 11111010 | 10010001 | 11011011 | 0 | 101010 | 1100 | 10 | 100111110 | 1011011 | 1001101 |
Color Harmonies of #FA91DB
Complementary color
Monochromatic Colors of #FA91DB
Black with #FA91DB
Text Example
Text Example
White with #FA91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA91DB; }
p { color: rgb(250,145,219); }
H1.HeaderClassName
{
color: #FA91DB;
}
.AnyTagClassName
{
color: #FA91DB;
}
</style>
background-color css
<style>
a { background-color: #FA91DB; }
a { background-color: rgb(250,145,219); }
div.DivClassName
{
background-color: #FA91DB;
}
.BgClassName
{
background-color: #FA91DB;
}
</style>
border-color css
<style>
span { border-color: #FA91DB; }
span { border-color: rgb(250,145,219); }
td.TdClassName
{
border-color: #FA91DB;
}
.TagClassName
{
border-color: #FA91DB;
}
</style>