Shades of Lavender Rose #FF96E4
Tints of Lavender Rose #FF96E4
RGB
CMYK
RGB Variations
Color information
#FF96E4 (or 0xFF96E4) is known color: Lavender Rose. HEX triplet: FF, 96 and E4. RGB value is (255,150,228). Sum of RGB (Red+Green+Blue) = 255+150+228=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 150 (58.98% from 255 or 23.70% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96E4 is #00691B. Grayscale: #BEBEBE. Windows color (decimal): -26908 or 14980863. OLE color: 14980863.
HSL color Cylindrical-coordinate representation of color #FF96E4: hue angle of 315.43º 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 #FF96E4 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 228 | - |
| CMYK | 0 | 0.41 | 0.11 | 0 |
| HSL | 315.43º | 1% | 0.79% | - |
| HSV(B) | 315.43º | 0.41% | 1% | - |
| XYZ | 66.15 | 48.67 | 79.31 | - |
| YUV | 190.29 | 149.29 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 228 | 0 | 0.41 | 0.11 | 0 | 315.43 | 1 | 0.79 |
| Hex | FF | 96 | E4 | 0 | 29 | B | 0 | 13B | 64 | 4F |
| Octal | 377 | 226 | 344 | 0 | 51 | 13 | 0 | 473 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11100100 | 0 | 101001 | 1011 | 0 | 100111011 | 1100100 | 1001111 |
Color Harmonies of #FF96E4
Complementary color
Monochromatic Colors of #FF96E4
Black with #FF96E4
Text Example
Text Example
White with #FF96E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96E4; }
p { color: rgb(255,150,228); }
H1.HeaderClassName
{
color: #FF96E4;
}
.AnyTagClassName
{
color: #FF96E4;
}
</style>
background-color css
<style>
a { background-color: #FF96E4; }
a { background-color: rgb(255,150,228); }
div.DivClassName
{
background-color: #FF96E4;
}
.BgClassName
{
background-color: #FF96E4;
}
</style>
border-color css
<style>
span { border-color: #FF96E4; }
span { border-color: rgb(255,150,228); }
td.TdClassName
{
border-color: #FF96E4;
}
.TagClassName
{
border-color: #FF96E4;
}
</style>