Shades of Lavender Rose #FF96EA
Tints of Lavender Rose #FF96EA
RGB
CMYK
RGB Variations
Color information
#FF96EA (or 0xFF96EA) is known color: Lavender Rose. HEX triplet: FF, 96 and EA. RGB value is (255,150,234). Sum of RGB (Red+Green+Blue) = 255+150+234=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 150 (58.98% from 255 or 23.47% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96EA is #006915. Grayscale: #BEBEBE. Windows color (decimal): -26902 or 15374079. OLE color: 15374079.
HSL color Cylindrical-coordinate representation of color #FF96EA: hue angle of 312º 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 #FF96EA is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 234 | - |
| CMYK | 0 | 0.41 | 0.08 | 0 |
| HSL | 312º | 1% | 0.79% | - |
| HSV(B) | 312º | 0.41% | 1% | - |
| XYZ | 67 | 49.01 | 83.77 | - |
| YUV | 190.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 234 | 0 | 0.41 | 0.08 | 0 | 312 | 1 | 0.79 |
| Hex | FF | 96 | EA | 0 | 29 | 8 | 0 | 138 | 64 | 4F |
| Octal | 377 | 226 | 352 | 0 | 51 | 10 | 0 | 470 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11101010 | 0 | 101001 | 1000 | 0 | 100111000 | 1100100 | 1001111 |
Color Harmonies of #FF96EA
Complementary color
Monochromatic Colors of #FF96EA
Black with #FF96EA
Text Example
Text Example
White with #FF96EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96EA; }
p { color: rgb(255,150,234); }
H1.HeaderClassName
{
color: #FF96EA;
}
.AnyTagClassName
{
color: #FF96EA;
}
</style>
background-color css
<style>
a { background-color: #FF96EA; }
a { background-color: rgb(255,150,234); }
div.DivClassName
{
background-color: #FF96EA;
}
.BgClassName
{
background-color: #FF96EA;
}
</style>
border-color css
<style>
span { border-color: #FF96EA; }
span { border-color: rgb(255,150,234); }
td.TdClassName
{
border-color: #FF96EA;
}
.TagClassName
{
border-color: #FF96EA;
}
</style>