Shades of Lavender Rose #FA90DB
Tints of Lavender Rose #FA90DB
RGB
CMYK
RGB Variations
Color information
#FA90DB (or 0xFA90DB) is known color: Lavender Rose. HEX triplet: FA, 90 and DB. RGB value is (250,144,219). Sum of RGB (Red+Green+Blue) = 250+144+219=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA90DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA90DB is #056F24. Grayscale: #B8B8B8. Windows color (decimal): -356133 or 14389498. OLE color: 14389498.
HSL color Cylindrical-coordinate representation of color #FA90DB: hue angle of 317.55º 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 #FA90DB is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 144 | 219 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.02 |
| HSL | 317.55º | 0.91% | 0.77% | - |
| HSV(B) | 317.55º | 0.42% | 0.98% | - |
| XYZ | 62.18 | 45.38 | 72.5 | - |
| YUV | 184.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 144 | 219 | 0 | 0.42 | 0.12 | 0.02 | 317.55 | 0.91 | 0.77 |
| Hex | FA | 90 | DB | 0 | 2A | C | 2 | 13E | 5B | 4D |
| Octal | 372 | 220 | 333 | 0 | 52 | 14 | 2 | 476 | 133 | 115 |
| Binary | 11111010 | 10010000 | 11011011 | 0 | 101010 | 1100 | 10 | 100111110 | 1011011 | 1001101 |
Color Harmonies of #FA90DB
Complementary color
Monochromatic Colors of #FA90DB
Black with #FA90DB
Text Example
Text Example
White with #FA90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA90DB; }
p { color: rgb(250,144,219); }
H1.HeaderClassName
{
color: #FA90DB;
}
.AnyTagClassName
{
color: #FA90DB;
}
</style>
background-color css
<style>
a { background-color: #FA90DB; }
a { background-color: rgb(250,144,219); }
div.DivClassName
{
background-color: #FA90DB;
}
.BgClassName
{
background-color: #FA90DB;
}
</style>
border-color css
<style>
span { border-color: #FA90DB; }
span { border-color: rgb(250,144,219); }
td.TdClassName
{
border-color: #FA90DB;
}
.TagClassName
{
border-color: #FA90DB;
}
</style>