Shades of Lavender Rose #FB90D8
Tints of Lavender Rose #FB90D8
RGB
CMYK
RGB Variations
Color information
#FB90D8 (or 0xFB90D8) is known color: Lavender Rose. HEX triplet: FB, 90 and D8. RGB value is (251,144,216). Sum of RGB (Red+Green+Blue) = 251+144+216=611 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.08% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 251 - color contains mainly: red. Hex color #FB90D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB90D8 is #046F27. Grayscale: #B8B8B8. Windows color (decimal): -290600 or 14192891. OLE color: 14192891.
HSL color Cylindrical-coordinate representation of color #FB90D8: hue angle of 319.63º 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 #FB90D8 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 216 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.02 |
| HSL | 319.63º | 0.93% | 0.77% | - |
| HSV(B) | 319.63º | 0.43% | 0.98% | - |
| XYZ | 62.15 | 45.41 | 70.46 | - |
| YUV | 184.2 | 145.95 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 216 | 0 | 0.43 | 0.14 | 0.02 | 319.63 | 0.93 | 0.77 |
| Hex | FB | 90 | D8 | 0 | 2B | E | 2 | 140 | 5D | 4D |
| Octal | 373 | 220 | 330 | 0 | 53 | 16 | 2 | 500 | 135 | 115 |
| Binary | 11111011 | 10010000 | 11011000 | 0 | 101011 | 1110 | 10 | 101000000 | 1011101 | 1001101 |
Color Harmonies of #FB90D8
Complementary color
Monochromatic Colors of #FB90D8
Black with #FB90D8
Text Example
Text Example
White with #FB90D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB90D8; }
p { color: rgb(251,144,216); }
H1.HeaderClassName
{
color: #FB90D8;
}
.AnyTagClassName
{
color: #FB90D8;
}
</style>
background-color css
<style>
a { background-color: #FB90D8; }
a { background-color: rgb(251,144,216); }
div.DivClassName
{
background-color: #FB90D8;
}
.BgClassName
{
background-color: #FB90D8;
}
</style>
border-color css
<style>
span { border-color: #FB90D8; }
span { border-color: rgb(251,144,216); }
td.TdClassName
{
border-color: #FB90D8;
}
.TagClassName
{
border-color: #FB90D8;
}
</style>