Shades of Lavender Rose #FB90DD
Tints of Lavender Rose #FB90DD
RGB
CMYK
RGB Variations
Color information
#FB90DD (or 0xFB90DD) is known color: Lavender Rose. HEX triplet: FB, 90 and DD. RGB value is (251,144,221). Sum of RGB (Red+Green+Blue) = 251+144+221=616 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.75% from 616); Green value is 144 (56.64% from 255 or 23.38% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90DD is #046F22. Grayscale: #B8B8B8. Windows color (decimal): -290595 or 14520571. OLE color: 14520571.
HSL color Cylindrical-coordinate representation of color #FB90DD: hue angle of 316.82º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FB90DD is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 221 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.02 |
| HSL | 316.82º | 0.93% | 0.77% | - |
| HSV(B) | 316.82º | 0.43% | 0.98% | - |
| XYZ | 62.81 | 45.68 | 73.91 | - |
| YUV | 184.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 221 | 0 | 0.43 | 0.12 | 0.02 | 316.82 | 0.93 | 0.77 |
| Hex | FB | 90 | DD | 0 | 2B | C | 2 | 13D | 5D | 4D |
| Octal | 373 | 220 | 335 | 0 | 53 | 14 | 2 | 475 | 135 | 115 |
| Binary | 11111011 | 10010000 | 11011101 | 0 | 101011 | 1100 | 10 | 100111101 | 1011101 | 1001101 |
Color Harmonies of #FB90DD
Complementary color
Monochromatic Colors of #FB90DD
Black with #FB90DD
Text Example
Text Example
White with #FB90DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90DD; }
p { color: rgb(251,144,221); }
H1.HeaderClassName
{
color: #FB90DD;
}
.AnyTagClassName
{
color: #FB90DD;
}
</style>
background-color css
<style>
a { background-color: #FB90DD; }
a { background-color: rgb(251,144,221); }
div.DivClassName
{
background-color: #FB90DD;
}
.BgClassName
{
background-color: #FB90DD;
}
</style>
border-color css
<style>
span { border-color: #FB90DD; }
span { border-color: rgb(251,144,221); }
td.TdClassName
{
border-color: #FB90DD;
}
.TagClassName
{
border-color: #FB90DD;
}
</style>