Shades of Lavender Rose #FF96DE
Tints of Lavender Rose #FF96DE
RGB
CMYK
RGB Variations
Color information
#FF96DE (or 0xFF96DE) is known color: Lavender Rose. HEX triplet: FF, 96 and DE. RGB value is (255,150,222). Sum of RGB (Red+Green+Blue) = 255+150+222=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 150 (58.98% from 255 or 23.92% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96DE is #006921. Grayscale: #BDBDBD. Windows color (decimal): -26914 or 14587647. OLE color: 14587647.
HSL color Cylindrical-coordinate representation of color #FF96DE: hue angle of 318.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 #FF96DE is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 222 | - |
| CMYK | 0 | 0.41 | 0.13 | 0 |
| HSL | 318.86º | 1% | 0.79% | - |
| HSV(B) | 318.86º | 0.41% | 1% | - |
| XYZ | 65.33 | 48.35 | 75 | - |
| YUV | 189.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 222 | 0 | 0.41 | 0.13 | 0 | 318.86 | 1 | 0.79 |
| Hex | FF | 96 | DE | 0 | 29 | D | 0 | 13F | 64 | 4F |
| Octal | 377 | 226 | 336 | 0 | 51 | 15 | 0 | 477 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11011110 | 0 | 101001 | 1101 | 0 | 100111111 | 1100100 | 1001111 |
Color Harmonies of #FF96DE
Complementary color
Monochromatic Colors of #FF96DE
Black with #FF96DE
Text Example
Text Example
White with #FF96DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96DE; }
p { color: rgb(255,150,222); }
H1.HeaderClassName
{
color: #FF96DE;
}
.AnyTagClassName
{
color: #FF96DE;
}
</style>
background-color css
<style>
a { background-color: #FF96DE; }
a { background-color: rgb(255,150,222); }
div.DivClassName
{
background-color: #FF96DE;
}
.BgClassName
{
background-color: #FF96DE;
}
</style>
border-color css
<style>
span { border-color: #FF96DE; }
span { border-color: rgb(255,150,222); }
td.TdClassName
{
border-color: #FF96DE;
}
.TagClassName
{
border-color: #FF96DE;
}
</style>