Shades of Lavender Rose #FF90DA
Tints of Lavender Rose #FF90DA
RGB
CMYK
RGB Variations
Color information
#FF90DA (or 0xFF90DA) is known color: Lavender Rose. HEX triplet: FF, 90 and DA. RGB value is (255,144,218). Sum of RGB (Red+Green+Blue) = 255+144+218=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 144 (56.64% from 255 or 23.34% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90DA is #006F25. Grayscale: #B9B9B9. Windows color (decimal): -28454 or 14323967. OLE color: 14323967.
HSL color Cylindrical-coordinate representation of color #FF90DA: hue angle of 320º 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 #FF90DA is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 218 | - |
| CMYK | 0 | 0.44 | 0.15 | 0 |
| HSL | 320º | 1% | 0.78% | - |
| HSV(B) | 320º | 0.44% | 1% | - |
| XYZ | 63.87 | 46.27 | 71.89 | - |
| YUV | 185.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 218 | 0 | 0.44 | 0.15 | 0 | 320 | 1 | 0.78 |
| Hex | FF | 90 | DA | 0 | 2C | F | 0 | 140 | 64 | 4E |
| Octal | 377 | 220 | 332 | 0 | 54 | 17 | 0 | 500 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11011010 | 0 | 101100 | 1111 | 0 | 101000000 | 1100100 | 1001110 |
Color Harmonies of #FF90DA
Complementary color
Monochromatic Colors of #FF90DA
Black with #FF90DA
Text Example
Text Example
White with #FF90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90DA; }
p { color: rgb(255,144,218); }
H1.HeaderClassName
{
color: #FF90DA;
}
.AnyTagClassName
{
color: #FF90DA;
}
</style>
background-color css
<style>
a { background-color: #FF90DA; }
a { background-color: rgb(255,144,218); }
div.DivClassName
{
background-color: #FF90DA;
}
.BgClassName
{
background-color: #FF90DA;
}
</style>
border-color css
<style>
span { border-color: #FF90DA; }
span { border-color: rgb(255,144,218); }
td.TdClassName
{
border-color: #FF90DA;
}
.TagClassName
{
border-color: #FF90DA;
}
</style>