Shades of Lavender Rose #FB95DB
Tints of Lavender Rose #FB95DB
RGB
CMYK
RGB Variations
Color information
#FB95DB (or 0xFB95DB) is known color: Lavender Rose. HEX triplet: FB, 95 and DB. RGB value is (251,149,219). Sum of RGB (Red+Green+Blue) = 251+149+219=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FB95DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB95DB is #046A24. Grayscale: #BBBBBB. Windows color (decimal): -289317 or 14390779. OLE color: 14390779.
HSL color Cylindrical-coordinate representation of color #FB95DB: hue angle of 318.82º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB95DB is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 219 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.02 |
| HSL | 318.82º | 0.93% | 0.78% | - |
| HSV(B) | 318.82º | 0.41% | 0.98% | - |
| XYZ | 63.32 | 47.12 | 72.78 | - |
| YUV | 187.48 | 145.79 | 173.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 219 | 0 | 0.41 | 0.13 | 0.02 | 318.82 | 0.93 | 0.78 |
| Hex | FB | 95 | DB | 0 | 29 | D | 2 | 13F | 5D | 4E |
| Octal | 373 | 225 | 333 | 0 | 51 | 15 | 2 | 477 | 135 | 116 |
| Binary | 11111011 | 10010101 | 11011011 | 0 | 101001 | 1101 | 10 | 100111111 | 1011101 | 1001110 |
Color Harmonies of #FB95DB
Complementary color
Monochromatic Colors of #FB95DB
Black with #FB95DB
Text Example
Text Example
White with #FB95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB95DB; }
p { color: rgb(251,149,219); }
H1.HeaderClassName
{
color: #FB95DB;
}
.AnyTagClassName
{
color: #FB95DB;
}
</style>
background-color css
<style>
a { background-color: #FB95DB; }
a { background-color: rgb(251,149,219); }
div.DivClassName
{
background-color: #FB95DB;
}
.BgClassName
{
background-color: #FB95DB;
}
</style>
border-color css
<style>
span { border-color: #FB95DB; }
span { border-color: rgb(251,149,219); }
td.TdClassName
{
border-color: #FB95DB;
}
.TagClassName
{
border-color: #FB95DB;
}
</style>