Shades of Lavender Rose #FF90D7
Tints of Lavender Rose #FF90D7
RGB
CMYK
RGB Variations
Color information
#FF90D7 (or 0xFF90D7) is known color: Lavender Rose. HEX triplet: FF, 90 and D7. RGB value is (255,144,215). Sum of RGB (Red+Green+Blue) = 255+144+215=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 144 (56.64% from 255 or 23.45% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90D7 is #006F28. Grayscale: #B9B9B9. Windows color (decimal): -28457 or 14127359. OLE color: 14127359.
HSL color Cylindrical-coordinate representation of color #FF90D7: hue angle of 321.62º 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 #FF90D7 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 215 | - |
| CMYK | 0 | 0.44 | 0.16 | 0 |
| HSL | 321.62º | 1% | 0.78% | - |
| HSV(B) | 321.62º | 0.44% | 1% | - |
| XYZ | 63.48 | 46.11 | 69.84 | - |
| YUV | 185.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 215 | 0 | 0.44 | 0.16 | 0 | 321.62 | 1 | 0.78 |
| Hex | FF | 90 | D7 | 0 | 2C | 10 | 0 | 142 | 64 | 4E |
| Octal | 377 | 220 | 327 | 0 | 54 | 20 | 0 | 502 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11010111 | 0 | 101100 | 10000 | 0 | 101000010 | 1100100 | 1001110 |
Color Harmonies of #FF90D7
Complementary color
Monochromatic Colors of #FF90D7
Black with #FF90D7
Text Example
Text Example
White with #FF90D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90D7; }
p { color: rgb(255,144,215); }
H1.HeaderClassName
{
color: #FF90D7;
}
.AnyTagClassName
{
color: #FF90D7;
}
</style>
background-color css
<style>
a { background-color: #FF90D7; }
a { background-color: rgb(255,144,215); }
div.DivClassName
{
background-color: #FF90D7;
}
.BgClassName
{
background-color: #FF90D7;
}
</style>
border-color css
<style>
span { border-color: #FF90D7; }
span { border-color: rgb(255,144,215); }
td.TdClassName
{
border-color: #FF90D7;
}
.TagClassName
{
border-color: #FF90D7;
}
</style>