Shades of Lavender Rose #FB90DB
Tints of Lavender Rose #FB90DB
RGB
CMYK
RGB Variations
Color information
#FB90DB (or 0xFB90DB) is known color: Lavender Rose. HEX triplet: FB, 90 and DB. RGB value is (251,144,219). Sum of RGB (Red+Green+Blue) = 251+144+219=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 144 (56.64% from 255 or 23.45% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90DB is #046F24. Grayscale: #B8B8B8. Windows color (decimal): -290597 or 14389499. OLE color: 14389499.
HSL color Cylindrical-coordinate representation of color #FB90DB: hue angle of 317.94º 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 #FB90DB is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 219 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.02 |
| HSL | 317.94º | 0.93% | 0.77% | - |
| HSV(B) | 317.94º | 0.43% | 0.98% | - |
| XYZ | 62.54 | 45.57 | 72.52 | - |
| YUV | 184.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 219 | 0 | 0.43 | 0.13 | 0.02 | 317.94 | 0.93 | 0.77 |
| Hex | FB | 90 | DB | 0 | 2B | D | 2 | 13E | 5D | 4D |
| Octal | 373 | 220 | 333 | 0 | 53 | 15 | 2 | 476 | 135 | 115 |
| Binary | 11111011 | 10010000 | 11011011 | 0 | 101011 | 1101 | 10 | 100111110 | 1011101 | 1001101 |
Color Harmonies of #FB90DB
Complementary color
Monochromatic Colors of #FB90DB
Black with #FB90DB
Text Example
Text Example
White with #FB90DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90DB; }
p { color: rgb(251,144,219); }
H1.HeaderClassName
{
color: #FB90DB;
}
.AnyTagClassName
{
color: #FB90DB;
}
</style>
background-color css
<style>
a { background-color: #FB90DB; }
a { background-color: rgb(251,144,219); }
div.DivClassName
{
background-color: #FB90DB;
}
.BgClassName
{
background-color: #FB90DB;
}
</style>
border-color css
<style>
span { border-color: #FB90DB; }
span { border-color: rgb(251,144,219); }
td.TdClassName
{
border-color: #FB90DB;
}
.TagClassName
{
border-color: #FB90DB;
}
</style>