Shades of Lavender Rose #FF96E8
Tints of Lavender Rose #FF96E8
RGB
CMYK
RGB Variations
Color information
#FF96E8 (or 0xFF96E8) is known color: Lavender Rose. HEX triplet: FF, 96 and E8. RGB value is (255,150,232). Sum of RGB (Red+Green+Blue) = 255+150+232=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 150 (58.98% from 255 or 23.55% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96E8 is #006917. Grayscale: #BEBEBE. Windows color (decimal): -26904 or 15243007. OLE color: 15243007.
HSL color Cylindrical-coordinate representation of color #FF96E8: hue angle of 313.14º 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 #FF96E8 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 232 | - |
| CMYK | 0 | 0.41 | 0.09 | 0 |
| HSL | 313.14º | 1% | 0.79% | - |
| HSV(B) | 313.14º | 0.41% | 1% | - |
| XYZ | 66.71 | 48.9 | 82.27 | - |
| YUV | 190.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 232 | 0 | 0.41 | 0.09 | 0 | 313.14 | 1 | 0.79 |
| Hex | FF | 96 | E8 | 0 | 29 | 9 | 0 | 139 | 64 | 4F |
| Octal | 377 | 226 | 350 | 0 | 51 | 11 | 0 | 471 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11101000 | 0 | 101001 | 1001 | 0 | 100111001 | 1100100 | 1001111 |
Color Harmonies of #FF96E8
Complementary color
Monochromatic Colors of #FF96E8
Black with #FF96E8
Text Example
Text Example
White with #FF96E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96E8; }
p { color: rgb(255,150,232); }
H1.HeaderClassName
{
color: #FF96E8;
}
.AnyTagClassName
{
color: #FF96E8;
}
</style>
background-color css
<style>
a { background-color: #FF96E8; }
a { background-color: rgb(255,150,232); }
div.DivClassName
{
background-color: #FF96E8;
}
.BgClassName
{
background-color: #FF96E8;
}
</style>
border-color css
<style>
span { border-color: #FF96E8; }
span { border-color: rgb(255,150,232); }
td.TdClassName
{
border-color: #FF96E8;
}
.TagClassName
{
border-color: #FF96E8;
}
</style>