Shades of Lavender Rose #FF96ED
Tints of Lavender Rose #FF96ED
RGB
CMYK
RGB Variations
Color information
#FF96ED (or 0xFF96ED) is known color: Lavender Rose. HEX triplet: FF, 96 and ED. RGB value is (255,150,237). Sum of RGB (Red+Green+Blue) = 255+150+237=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 150 (58.98% from 255 or 23.36% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF96ED is #006912. Grayscale: #BFBFBF. Windows color (decimal): -26899 or 15570687. OLE color: 15570687.
HSL color Cylindrical-coordinate representation of color #FF96ED: hue angle of 310.29º 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 #FF96ED is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 237 | - |
| CMYK | 0 | 0.41 | 0.07 | 0 |
| HSL | 310.29º | 1% | 0.79% | - |
| HSV(B) | 310.29º | 0.41% | 1% | - |
| XYZ | 67.43 | 49.19 | 86.06 | - |
| YUV | 191.31 | 153.79 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 237 | 0 | 0.41 | 0.07 | 0 | 310.29 | 1 | 0.79 |
| Hex | FF | 96 | ED | 0 | 29 | 7 | 0 | 136 | 64 | 4F |
| Octal | 377 | 226 | 355 | 0 | 51 | 7 | 0 | 466 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11101101 | 0 | 101001 | 111 | 0 | 100110110 | 1100100 | 1001111 |
Color Harmonies of #FF96ED
Complementary color
Monochromatic Colors of #FF96ED
Black with #FF96ED
Text Example
Text Example
White with #FF96ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96ED; }
p { color: rgb(255,150,237); }
H1.HeaderClassName
{
color: #FF96ED;
}
.AnyTagClassName
{
color: #FF96ED;
}
</style>
background-color css
<style>
a { background-color: #FF96ED; }
a { background-color: rgb(255,150,237); }
div.DivClassName
{
background-color: #FF96ED;
}
.BgClassName
{
background-color: #FF96ED;
}
</style>
border-color css
<style>
span { border-color: #FF96ED; }
span { border-color: rgb(255,150,237); }
td.TdClassName
{
border-color: #FF96ED;
}
.TagClassName
{
border-color: #FF96ED;
}
</style>