Shades of Lavender Rose #FF96EE
Tints of Lavender Rose #FF96EE
RGB
CMYK
RGB Variations
Color information
#FF96EE (or 0xFF96EE) is known color: Lavender Rose. HEX triplet: FF, 96 and EE. RGB value is (255,150,238). Sum of RGB (Red+Green+Blue) = 255+150+238=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 150 (58.98% from 255 or 23.33% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96EE is #006911. Grayscale: #BFBFBF. Windows color (decimal): -26898 or 15636223. OLE color: 15636223.
HSL color Cylindrical-coordinate representation of color #FF96EE: hue angle of 309.71º 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 #FF96EE is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 238 | - |
| CMYK | 0 | 0.41 | 0.07 | 0 |
| HSL | 309.71º | 1% | 0.79% | - |
| HSV(B) | 309.71º | 0.41% | 1% | - |
| XYZ | 67.58 | 49.25 | 86.83 | - |
| YUV | 191.43 | 154.29 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 238 | 0 | 0.41 | 0.07 | 0 | 309.71 | 1 | 0.79 |
| Hex | FF | 96 | EE | 0 | 29 | 7 | 0 | 136 | 64 | 4F |
| Octal | 377 | 226 | 356 | 0 | 51 | 7 | 0 | 466 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11101110 | 0 | 101001 | 111 | 0 | 100110110 | 1100100 | 1001111 |
Color Harmonies of #FF96EE
Complementary color
Monochromatic Colors of #FF96EE
Black with #FF96EE
Text Example
Text Example
White with #FF96EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96EE; }
p { color: rgb(255,150,238); }
H1.HeaderClassName
{
color: #FF96EE;
}
.AnyTagClassName
{
color: #FF96EE;
}
</style>
background-color css
<style>
a { background-color: #FF96EE; }
a { background-color: rgb(255,150,238); }
div.DivClassName
{
background-color: #FF96EE;
}
.BgClassName
{
background-color: #FF96EE;
}
</style>
border-color css
<style>
span { border-color: #FF96EE; }
span { border-color: rgb(255,150,238); }
td.TdClassName
{
border-color: #FF96EE;
}
.TagClassName
{
border-color: #FF96EE;
}
</style>