Shades of Lavender Rose #FF90DD
Tints of Lavender Rose #FF90DD
RGB
CMYK
RGB Variations
Color information
#FF90DD (or 0xFF90DD) is known color: Lavender Rose. HEX triplet: FF, 90 and DD. RGB value is (255,144,221). Sum of RGB (Red+Green+Blue) = 255+144+221=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 144 (56.64% from 255 or 23.23% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90DD is #006F22. Grayscale: #B9B9B9. Windows color (decimal): -28451 or 14520575. OLE color: 14520575.
HSL color Cylindrical-coordinate representation of color #FF90DD: hue angle of 318.38º 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 #FF90DD is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 221 | - |
| CMYK | 0 | 0.44 | 0.13 | 0 |
| HSL | 318.38º | 1% | 0.78% | - |
| HSV(B) | 318.38º | 0.44% | 1% | - |
| XYZ | 64.26 | 46.43 | 73.98 | - |
| YUV | 185.97 | 147.77 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 221 | 0 | 0.44 | 0.13 | 0 | 318.38 | 1 | 0.78 |
| Hex | FF | 90 | DD | 0 | 2C | D | 0 | 13E | 64 | 4E |
| Octal | 377 | 220 | 335 | 0 | 54 | 15 | 0 | 476 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11011101 | 0 | 101100 | 1101 | 0 | 100111110 | 1100100 | 1001110 |
Color Harmonies of #FF90DD
Complementary color
Monochromatic Colors of #FF90DD
Black with #FF90DD
Text Example
Text Example
White with #FF90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90DD; }
p { color: rgb(255,144,221); }
H1.HeaderClassName
{
color: #FF90DD;
}
.AnyTagClassName
{
color: #FF90DD;
}
</style>
background-color css
<style>
a { background-color: #FF90DD; }
a { background-color: rgb(255,144,221); }
div.DivClassName
{
background-color: #FF90DD;
}
.BgClassName
{
background-color: #FF90DD;
}
</style>
border-color css
<style>
span { border-color: #FF90DD; }
span { border-color: rgb(255,144,221); }
td.TdClassName
{
border-color: #FF90DD;
}
.TagClassName
{
border-color: #FF90DD;
}
</style>