Shades of Lavender Rose #FF96D8
Tints of Lavender Rose #FF96D8
RGB
CMYK
RGB Variations
Color information
#FF96D8 (or 0xFF96D8) is known color: Lavender Rose. HEX triplet: FF, 96 and D8. RGB value is (255,150,216). Sum of RGB (Red+Green+Blue) = 255+150+216=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 150 (58.98% from 255 or 24.15% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96D8 is #006927. Grayscale: #BCBCBC. Windows color (decimal): -26920 or 14194431. OLE color: 14194431.
HSL color Cylindrical-coordinate representation of color #FF96D8: hue angle of 322.29º 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 #FF96D8 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 216 | - |
| CMYK | 0 | 0.41 | 0.15 | 0 |
| HSL | 322.29º | 1% | 0.79% | - |
| HSV(B) | 322.29º | 0.41% | 1% | - |
| XYZ | 64.54 | 48.03 | 70.83 | - |
| YUV | 188.92 | 143.29 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 216 | 0 | 0.41 | 0.15 | 0 | 322.29 | 1 | 0.79 |
| Hex | FF | 96 | D8 | 0 | 29 | F | 0 | 142 | 64 | 4F |
| Octal | 377 | 226 | 330 | 0 | 51 | 17 | 0 | 502 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11011000 | 0 | 101001 | 1111 | 0 | 101000010 | 1100100 | 1001111 |
Color Harmonies of #FF96D8
Complementary color
Monochromatic Colors of #FF96D8
Black with #FF96D8
Text Example
Text Example
White with #FF96D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96D8; }
p { color: rgb(255,150,216); }
H1.HeaderClassName
{
color: #FF96D8;
}
.AnyTagClassName
{
color: #FF96D8;
}
</style>
background-color css
<style>
a { background-color: #FF96D8; }
a { background-color: rgb(255,150,216); }
div.DivClassName
{
background-color: #FF96D8;
}
.BgClassName
{
background-color: #FF96D8;
}
</style>
border-color css
<style>
span { border-color: #FF96D8; }
span { border-color: rgb(255,150,216); }
td.TdClassName
{
border-color: #FF96D8;
}
.TagClassName
{
border-color: #FF96D8;
}
</style>