Shades of Lavender Rose #FF96DA
Tints of Lavender Rose #FF96DA
RGB
CMYK
RGB Variations
Color information
#FF96DA (or 0xFF96DA) is known color: Lavender Rose. HEX triplet: FF, 96 and DA. RGB value is (255,150,218). Sum of RGB (Red+Green+Blue) = 255+150+218=623 (82% of max value = 765). Red value is 255 (100% from 255 or 40.93% from 623); Green value is 150 (58.98% from 255 or 24.08% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96DA is #006925. Grayscale: #BCBCBC. Windows color (decimal): -26918 or 14325503. OLE color: 14325503.
HSL color Cylindrical-coordinate representation of color #FF96DA: hue angle of 321.14º 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 #FF96DA is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 218 | - |
| CMYK | 0 | 0.41 | 0.15 | 0 |
| HSL | 321.14º | 1% | 0.79% | - |
| HSV(B) | 321.14º | 0.41% | 1% | - |
| XYZ | 64.8 | 48.13 | 72.21 | - |
| YUV | 189.15 | 144.29 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 218 | 0 | 0.41 | 0.15 | 0 | 321.14 | 1 | 0.79 |
| Hex | FF | 96 | DA | 0 | 29 | F | 0 | 141 | 64 | 4F |
| Octal | 377 | 226 | 332 | 0 | 51 | 17 | 0 | 501 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11011010 | 0 | 101001 | 1111 | 0 | 101000001 | 1100100 | 1001111 |
Color Harmonies of #FF96DA
Complementary color
Monochromatic Colors of #FF96DA
Black with #FF96DA
Text Example
Text Example
White with #FF96DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96DA; }
p { color: rgb(255,150,218); }
H1.HeaderClassName
{
color: #FF96DA;
}
.AnyTagClassName
{
color: #FF96DA;
}
</style>
background-color css
<style>
a { background-color: #FF96DA; }
a { background-color: rgb(255,150,218); }
div.DivClassName
{
background-color: #FF96DA;
}
.BgClassName
{
background-color: #FF96DA;
}
</style>
border-color css
<style>
span { border-color: #FF96DA; }
span { border-color: rgb(255,150,218); }
td.TdClassName
{
border-color: #FF96DA;
}
.TagClassName
{
border-color: #FF96DA;
}
</style>