Shades of Lavender Rose #FF96E5
Tints of Lavender Rose #FF96E5
RGB
CMYK
RGB Variations
Color information
#FF96E5 (or 0xFF96E5) is known color: Lavender Rose. HEX triplet: FF, 96 and E5. RGB value is (255,150,229). Sum of RGB (Red+Green+Blue) = 255+150+229=634 (83% of max value = 765). Red value is 255 (100% from 255 or 40.22% from 634); Green value is 150 (58.98% from 255 or 23.66% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96E5 is #00691A. Grayscale: #BEBEBE. Windows color (decimal): -26907 or 15046399. OLE color: 15046399.
HSL color Cylindrical-coordinate representation of color #FF96E5: hue angle of 314.86º 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 #FF96E5 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 229 | - |
| CMYK | 0 | 0.41 | 0.10 | 0 |
| HSL | 314.86º | 1% | 0.79% | - |
| HSV(B) | 314.86º | 0.41% | 1% | - |
| XYZ | 66.29 | 48.73 | 80.04 | - |
| YUV | 190.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 229 | 0 | 0.41 | 0.10 | 0 | 314.86 | 1 | 0.79 |
| Hex | FF | 96 | E5 | 0 | 29 | A | 0 | 13B | 64 | 4F |
| Octal | 377 | 226 | 345 | 0 | 51 | 12 | 0 | 473 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11100101 | 0 | 101001 | 1010 | 0 | 100111011 | 1100100 | 1001111 |
Color Harmonies of #FF96E5
Complementary color
Monochromatic Colors of #FF96E5
Black with #FF96E5
Text Example
Text Example
White with #FF96E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96E5; }
p { color: rgb(255,150,229); }
H1.HeaderClassName
{
color: #FF96E5;
}
.AnyTagClassName
{
color: #FF96E5;
}
</style>
background-color css
<style>
a { background-color: #FF96E5; }
a { background-color: rgb(255,150,229); }
div.DivClassName
{
background-color: #FF96E5;
}
.BgClassName
{
background-color: #FF96E5;
}
</style>
border-color css
<style>
span { border-color: #FF96E5; }
span { border-color: rgb(255,150,229); }
td.TdClassName
{
border-color: #FF96E5;
}
.TagClassName
{
border-color: #FF96E5;
}
</style>