Shades of Lavender Rose #FF96D9
Tints of Lavender Rose #FF96D9
RGB
CMYK
RGB Variations
Color information
#FF96D9 (or 0xFF96D9) is known color: Lavender Rose. HEX triplet: FF, 96 and D9. RGB value is (255,150,217). Sum of RGB (Red+Green+Blue) = 255+150+217=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 150 (58.98% from 255 or 24.12% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96D9 is #006926. Grayscale: #BCBCBC. Windows color (decimal): -26919 or 14259967. OLE color: 14259967.
HSL color Cylindrical-coordinate representation of color #FF96D9: hue angle of 321.71º 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 #FF96D9 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 217 | - |
| CMYK | 0 | 0.41 | 0.15 | 0 |
| HSL | 321.71º | 1% | 0.79% | - |
| HSV(B) | 321.71º | 0.41% | 1% | - |
| XYZ | 64.67 | 48.08 | 71.52 | - |
| YUV | 189.03 | 143.79 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 217 | 0 | 0.41 | 0.15 | 0 | 321.71 | 1 | 0.79 |
| Hex | FF | 96 | D9 | 0 | 29 | F | 0 | 142 | 64 | 4F |
| Octal | 377 | 226 | 331 | 0 | 51 | 17 | 0 | 502 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11011001 | 0 | 101001 | 1111 | 0 | 101000010 | 1100100 | 1001111 |
Color Harmonies of #FF96D9
Complementary color
Monochromatic Colors of #FF96D9
Black with #FF96D9
Text Example
Text Example
White with #FF96D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96D9; }
p { color: rgb(255,150,217); }
H1.HeaderClassName
{
color: #FF96D9;
}
.AnyTagClassName
{
color: #FF96D9;
}
</style>
background-color css
<style>
a { background-color: #FF96D9; }
a { background-color: rgb(255,150,217); }
div.DivClassName
{
background-color: #FF96D9;
}
.BgClassName
{
background-color: #FF96D9;
}
</style>
border-color css
<style>
span { border-color: #FF96D9; }
span { border-color: rgb(255,150,217); }
td.TdClassName
{
border-color: #FF96D9;
}
.TagClassName
{
border-color: #FF96D9;
}
</style>