Shades of Lavender Rose #FF96DD
Tints of Lavender Rose #FF96DD
RGB
CMYK
RGB Variations
Color information
#FF96DD (or 0xFF96DD) is known color: Lavender Rose. HEX triplet: FF, 96 and DD. RGB value is (255,150,221). Sum of RGB (Red+Green+Blue) = 255+150+221=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96DD is #006922. Grayscale: #BDBDBD. Windows color (decimal): -26915 or 14522111. OLE color: 14522111.
HSL color Cylindrical-coordinate representation of color #FF96DD: hue angle of 319.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 #FF96DD is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 221 | - |
| CMYK | 0 | 0.41 | 0.13 | 0 |
| HSL | 319.43º | 1% | 0.79% | - |
| HSV(B) | 319.43º | 0.41% | 1% | - |
| XYZ | 65.2 | 48.29 | 74.29 | - |
| YUV | 189.49 | 145.79 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 221 | 0 | 0.41 | 0.13 | 0 | 319.43 | 1 | 0.79 |
| Hex | FF | 96 | DD | 0 | 29 | D | 0 | 13F | 64 | 4F |
| Octal | 377 | 226 | 335 | 0 | 51 | 15 | 0 | 477 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11011101 | 0 | 101001 | 1101 | 0 | 100111111 | 1100100 | 1001111 |
Color Harmonies of #FF96DD
Complementary color
Monochromatic Colors of #FF96DD
Black with #FF96DD
Text Example
Text Example
White with #FF96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96DD; }
p { color: rgb(255,150,221); }
H1.HeaderClassName
{
color: #FF96DD;
}
.AnyTagClassName
{
color: #FF96DD;
}
</style>
background-color css
<style>
a { background-color: #FF96DD; }
a { background-color: rgb(255,150,221); }
div.DivClassName
{
background-color: #FF96DD;
}
.BgClassName
{
background-color: #FF96DD;
}
</style>
border-color css
<style>
span { border-color: #FF96DD; }
span { border-color: rgb(255,150,221); }
td.TdClassName
{
border-color: #FF96DD;
}
.TagClassName
{
border-color: #FF96DD;
}
</style>