Shades of Lavender Rose #FF96E2
Tints of Lavender Rose #FF96E2
RGB
CMYK
RGB Variations
Color information
#FF96E2 (or 0xFF96E2) is known color: Lavender Rose. HEX triplet: FF, 96 and E2. RGB value is (255,150,226). Sum of RGB (Red+Green+Blue) = 255+150+226=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 150 (58.98% from 255 or 23.77% from 631); Blue value is 226 (88.67% from 255 or 35.82% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96E2 is #00691D. Grayscale: #BDBDBD. Windows color (decimal): -26910 or 14849791. OLE color: 14849791.
HSL color Cylindrical-coordinate representation of color #FF96E2: hue angle of 316.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 #FF96E2 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 226 | - |
| CMYK | 0 | 0.41 | 0.11 | 0 |
| HSL | 316.57º | 1% | 0.79% | - |
| HSV(B) | 316.57º | 0.41% | 1% | - |
| XYZ | 65.87 | 48.56 | 77.85 | - |
| YUV | 190.06 | 148.29 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 226 | 0 | 0.41 | 0.11 | 0 | 316.57 | 1 | 0.79 |
| Hex | FF | 96 | E2 | 0 | 29 | B | 0 | 13D | 64 | 4F |
| Octal | 377 | 226 | 342 | 0 | 51 | 13 | 0 | 475 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11100010 | 0 | 101001 | 1011 | 0 | 100111101 | 1100100 | 1001111 |
Color Harmonies of #FF96E2
Complementary color
Monochromatic Colors of #FF96E2
Black with #FF96E2
Text Example
Text Example
White with #FF96E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96E2; }
p { color: rgb(255,150,226); }
H1.HeaderClassName
{
color: #FF96E2;
}
.AnyTagClassName
{
color: #FF96E2;
}
</style>
background-color css
<style>
a { background-color: #FF96E2; }
a { background-color: rgb(255,150,226); }
div.DivClassName
{
background-color: #FF96E2;
}
.BgClassName
{
background-color: #FF96E2;
}
</style>
border-color css
<style>
span { border-color: #FF96E2; }
span { border-color: rgb(255,150,226); }
td.TdClassName
{
border-color: #FF96E2;
}
.TagClassName
{
border-color: #FF96E2;
}
</style>