Shades of Lavender Rose #FF90DB
Tints of Lavender Rose #FF90DB
RGB
CMYK
RGB Variations
Color information
#FF90DB (or 0xFF90DB) is known color: Lavender Rose. HEX triplet: FF, 90 and DB. RGB value is (255,144,219). Sum of RGB (Red+Green+Blue) = 255+144+219=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 144 (56.64% from 255 or 23.30% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90DB is #006F24. Grayscale: #B9B9B9. Windows color (decimal): -28453 or 14389503. OLE color: 14389503.
HSL color Cylindrical-coordinate representation of color #FF90DB: hue angle of 319.46º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF90DB is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 219 | - |
| CMYK | 0 | 0.44 | 0.14 | 0 |
| HSL | 319.46º | 1% | 0.78% | - |
| HSV(B) | 319.46º | 0.44% | 1% | - |
| XYZ | 64 | 46.32 | 72.59 | - |
| YUV | 185.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 219 | 0 | 0.44 | 0.14 | 0 | 319.46 | 1 | 0.78 |
| Hex | FF | 90 | DB | 0 | 2C | E | 0 | 13F | 64 | 4E |
| Octal | 377 | 220 | 333 | 0 | 54 | 16 | 0 | 477 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11011011 | 0 | 101100 | 1110 | 0 | 100111111 | 1100100 | 1001110 |
Color Harmonies of #FF90DB
Complementary color
Monochromatic Colors of #FF90DB
Black with #FF90DB
Text Example
Text Example
White with #FF90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90DB; }
p { color: rgb(255,144,219); }
H1.HeaderClassName
{
color: #FF90DB;
}
.AnyTagClassName
{
color: #FF90DB;
}
</style>
background-color css
<style>
a { background-color: #FF90DB; }
a { background-color: rgb(255,144,219); }
div.DivClassName
{
background-color: #FF90DB;
}
.BgClassName
{
background-color: #FF90DB;
}
</style>
border-color css
<style>
span { border-color: #FF90DB; }
span { border-color: rgb(255,144,219); }
td.TdClassName
{
border-color: #FF90DB;
}
.TagClassName
{
border-color: #FF90DB;
}
</style>