Shades of Lavender Rose #FF96E9
Tints of Lavender Rose #FF96E9
RGB
CMYK
RGB Variations
Color information
#FF96E9 (or 0xFF96E9) is known color: Lavender Rose. HEX triplet: FF, 96 and E9. RGB value is (255,150,233). Sum of RGB (Red+Green+Blue) = 255+150+233=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 150 (58.98% from 255 or 23.51% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96E9 is #006916. Grayscale: #BEBEBE. Windows color (decimal): -26903 or 15308543. OLE color: 15308543.
HSL color Cylindrical-coordinate representation of color #FF96E9: hue angle of 312.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 #FF96E9 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 233 | - |
| CMYK | 0 | 0.41 | 0.09 | 0 |
| HSL | 312.57º | 1% | 0.79% | - |
| HSV(B) | 312.57º | 0.41% | 1% | - |
| XYZ | 66.85 | 48.96 | 83.02 | - |
| YUV | 190.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 233 | 0 | 0.41 | 0.09 | 0 | 312.57 | 1 | 0.79 |
| Hex | FF | 96 | E9 | 0 | 29 | 9 | 0 | 139 | 64 | 4F |
| Octal | 377 | 226 | 351 | 0 | 51 | 11 | 0 | 471 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11101001 | 0 | 101001 | 1001 | 0 | 100111001 | 1100100 | 1001111 |
Color Harmonies of #FF96E9
Complementary color
Monochromatic Colors of #FF96E9
Black with #FF96E9
Text Example
Text Example
White with #FF96E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96E9; }
p { color: rgb(255,150,233); }
H1.HeaderClassName
{
color: #FF96E9;
}
.AnyTagClassName
{
color: #FF96E9;
}
</style>
background-color css
<style>
a { background-color: #FF96E9; }
a { background-color: rgb(255,150,233); }
div.DivClassName
{
background-color: #FF96E9;
}
.BgClassName
{
background-color: #FF96E9;
}
</style>
border-color css
<style>
span { border-color: #FF96E9; }
span { border-color: rgb(255,150,233); }
td.TdClassName
{
border-color: #FF96E9;
}
.TagClassName
{
border-color: #FF96E9;
}
</style>