Shades of Lavender Rose #FB96DB
Tints of Lavender Rose #FB96DB
RGB
CMYK
RGB Variations
Color information
#FB96DB (or 0xFB96DB) is known color: Lavender Rose. HEX triplet: FB, 96 and DB. RGB value is (251,150,219). Sum of RGB (Red+Green+Blue) = 251+150+219=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 150 (58.98% from 255 or 24.19% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FB96DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB96DB is #046924. Grayscale: #BBBBBB. Windows color (decimal): -289061 or 14391035. OLE color: 14391035.
HSL color Cylindrical-coordinate representation of color #FB96DB: hue angle of 319.01º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB96DB is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 150 | 219 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.02 |
| HSL | 319.01º | 0.93% | 0.79% | - |
| HSV(B) | 319.01º | 0.4% | 0.98% | - |
| XYZ | 63.48 | 47.44 | 72.83 | - |
| YUV | 188.07 | 145.46 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 150 | 219 | 0 | 0.40 | 0.13 | 0.02 | 319.01 | 0.93 | 0.79 |
| Hex | FB | 96 | DB | 0 | 28 | D | 2 | 13F | 5D | 4F |
| Octal | 373 | 226 | 333 | 0 | 50 | 15 | 2 | 477 | 135 | 117 |
| Binary | 11111011 | 10010110 | 11011011 | 0 | 101000 | 1101 | 10 | 100111111 | 1011101 | 1001111 |
Color Harmonies of #FB96DB
Complementary color
Monochromatic Colors of #FB96DB
Black with #FB96DB
Text Example
Text Example
White with #FB96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB96DB; }
p { color: rgb(251,150,219); }
H1.HeaderClassName
{
color: #FB96DB;
}
.AnyTagClassName
{
color: #FB96DB;
}
</style>
background-color css
<style>
a { background-color: #FB96DB; }
a { background-color: rgb(251,150,219); }
div.DivClassName
{
background-color: #FB96DB;
}
.BgClassName
{
background-color: #FB96DB;
}
</style>
border-color css
<style>
span { border-color: #FB96DB; }
span { border-color: rgb(251,150,219); }
td.TdClassName
{
border-color: #FB96DB;
}
.TagClassName
{
border-color: #FB96DB;
}
</style>