Shades of Lavender Rose #FF90DF
Tints of Lavender Rose #FF90DF
RGB
CMYK
RGB Variations
Color information
#FF90DF (or 0xFF90DF) is known color: Lavender Rose. HEX triplet: FF, 90 and DF. RGB value is (255,144,223). Sum of RGB (Red+Green+Blue) = 255+144+223=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 144 (56.64% from 255 or 23.15% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF90DF is #006F20. Grayscale: #B9B9B9. Windows color (decimal): -28449 or 14651647. OLE color: 14651647.
HSL color Cylindrical-coordinate representation of color #FF90DF: hue angle of 317.3º 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 #FF90DF is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 223 | - |
| CMYK | 0 | 0.44 | 0.13 | 0 |
| HSL | 317.3º | 1% | 0.78% | - |
| HSV(B) | 317.3º | 0.44% | 1% | - |
| XYZ | 64.53 | 46.53 | 75.39 | - |
| YUV | 186.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 223 | 0 | 0.44 | 0.13 | 0 | 317.3 | 1 | 0.78 |
| Hex | FF | 90 | DF | 0 | 2C | D | 0 | 13D | 64 | 4E |
| Octal | 377 | 220 | 337 | 0 | 54 | 15 | 0 | 475 | 144 | 116 |
| Binary | 11111111 | 10010000 | 11011111 | 0 | 101100 | 1101 | 0 | 100111101 | 1100100 | 1001110 |
Color Harmonies of #FF90DF
Complementary color
Monochromatic Colors of #FF90DF
Black with #FF90DF
Text Example
Text Example
White with #FF90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90DF; }
p { color: rgb(255,144,223); }
H1.HeaderClassName
{
color: #FF90DF;
}
.AnyTagClassName
{
color: #FF90DF;
}
</style>
background-color css
<style>
a { background-color: #FF90DF; }
a { background-color: rgb(255,144,223); }
div.DivClassName
{
background-color: #FF90DF;
}
.BgClassName
{
background-color: #FF90DF;
}
</style>
border-color css
<style>
span { border-color: #FF90DF; }
span { border-color: rgb(255,144,223); }
td.TdClassName
{
border-color: #FF90DF;
}
.TagClassName
{
border-color: #FF90DF;
}
</style>