Shades of Lavender Rose #FF96DB
Tints of Lavender Rose #FF96DB
RGB
CMYK
RGB Variations
Color information
#FF96DB (or 0xFF96DB) is known color: Lavender Rose. HEX triplet: FF, 96 and DB. RGB value is (255,150,219). Sum of RGB (Red+Green+Blue) = 255+150+219=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 150 (58.98% from 255 or 24.04% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96DB is #006924. Grayscale: #BDBDBD. Windows color (decimal): -26917 or 14391039. OLE color: 14391039.
HSL color Cylindrical-coordinate representation of color #FF96DB: hue angle of 320.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FF96DB is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 219 | - |
| CMYK | 0 | 0.41 | 0.14 | 0 |
| HSL | 320.57º | 1% | 0.79% | - |
| HSV(B) | 320.57º | 0.41% | 1% | - |
| XYZ | 64.93 | 48.19 | 72.9 | - |
| YUV | 189.26 | 144.79 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 219 | 0 | 0.41 | 0.14 | 0 | 320.57 | 1 | 0.79 |
| Hex | FF | 96 | DB | 0 | 29 | E | 0 | 141 | 64 | 4F |
| Octal | 377 | 226 | 333 | 0 | 51 | 16 | 0 | 501 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11011011 | 0 | 101001 | 1110 | 0 | 101000001 | 1100100 | 1001111 |
Color Harmonies of #FF96DB
Complementary color
Monochromatic Colors of #FF96DB
Black with #FF96DB
Text Example
Text Example
White with #FF96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96DB; }
p { color: rgb(255,150,219); }
H1.HeaderClassName
{
color: #FF96DB;
}
.AnyTagClassName
{
color: #FF96DB;
}
</style>
background-color css
<style>
a { background-color: #FF96DB; }
a { background-color: rgb(255,150,219); }
div.DivClassName
{
background-color: #FF96DB;
}
.BgClassName
{
background-color: #FF96DB;
}
</style>
border-color css
<style>
span { border-color: #FF96DB; }
span { border-color: rgb(255,150,219); }
td.TdClassName
{
border-color: #FF96DB;
}
.TagClassName
{
border-color: #FF96DB;
}
</style>