Shades of Lavender Rose #FF96E6
Tints of Lavender Rose #FF96E6
RGB
CMYK
RGB Variations
Color information
#FF96E6 (or 0xFF96E6) is known color: Lavender Rose. HEX triplet: FF, 96 and E6. RGB value is (255,150,230). Sum of RGB (Red+Green+Blue) = 255+150+230=635 (84% of max value = 765). Red value is 255 (100% from 255 or 40.16% from 635); Green value is 150 (58.98% from 255 or 23.62% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96E6 is #006919. Grayscale: #BEBEBE. Windows color (decimal): -26906 or 15111935. OLE color: 15111935.
HSL color Cylindrical-coordinate representation of color #FF96E6: hue angle of 314.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 #FF96E6 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 230 | - |
| CMYK | 0 | 0.41 | 0.10 | 0 |
| HSL | 314.29º | 1% | 0.79% | - |
| HSV(B) | 314.29º | 0.41% | 1% | - |
| XYZ | 66.43 | 48.79 | 80.78 | - |
| YUV | 190.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 230 | 0 | 0.41 | 0.10 | 0 | 314.29 | 1 | 0.79 |
| Hex | FF | 96 | E6 | 0 | 29 | A | 0 | 13A | 64 | 4F |
| Octal | 377 | 226 | 346 | 0 | 51 | 12 | 0 | 472 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11100110 | 0 | 101001 | 1010 | 0 | 100111010 | 1100100 | 1001111 |
Color Harmonies of #FF96E6
Complementary color
Monochromatic Colors of #FF96E6
Black with #FF96E6
Text Example
Text Example
White with #FF96E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96E6; }
p { color: rgb(255,150,230); }
H1.HeaderClassName
{
color: #FF96E6;
}
.AnyTagClassName
{
color: #FF96E6;
}
</style>
background-color css
<style>
a { background-color: #FF96E6; }
a { background-color: rgb(255,150,230); }
div.DivClassName
{
background-color: #FF96E6;
}
.BgClassName
{
background-color: #FF96E6;
}
</style>
border-color css
<style>
span { border-color: #FF96E6; }
span { border-color: rgb(255,150,230); }
td.TdClassName
{
border-color: #FF96E6;
}
.TagClassName
{
border-color: #FF96E6;
}
</style>