Shades of Lavender Rose #FF96D5
Tints of Lavender Rose #FF96D5
RGB
CMYK
RGB Variations
Color information
#FF96D5 (or 0xFF96D5) is known color: Lavender Rose. HEX triplet: FF, 96 and D5. RGB value is (255,150,213). Sum of RGB (Red+Green+Blue) = 255+150+213=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96D5 is #00692A. Grayscale: #BCBCBC. Windows color (decimal): -26923 or 13997823. OLE color: 13997823.
HSL color Cylindrical-coordinate representation of color #FF96D5: hue angle of 324º 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 #FF96D5 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 213 | - |
| CMYK | 0 | 0.41 | 0.16 | 0 |
| HSL | 324º | 1% | 0.79% | - |
| HSV(B) | 324º | 0.41% | 1% | - |
| XYZ | 64.16 | 47.88 | 68.81 | - |
| YUV | 188.58 | 141.79 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 213 | 0 | 0.41 | 0.16 | 0 | 324 | 1 | 0.79 |
| Hex | FF | 96 | D5 | 0 | 29 | 10 | 0 | 144 | 64 | 4F |
| Octal | 377 | 226 | 325 | 0 | 51 | 20 | 0 | 504 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11010101 | 0 | 101001 | 10000 | 0 | 101000100 | 1100100 | 1001111 |
Color Harmonies of #FF96D5
Complementary color
Monochromatic Colors of #FF96D5
Black with #FF96D5
Text Example
Text Example
White with #FF96D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96D5; }
p { color: rgb(255,150,213); }
H1.HeaderClassName
{
color: #FF96D5;
}
.AnyTagClassName
{
color: #FF96D5;
}
</style>
background-color css
<style>
a { background-color: #FF96D5; }
a { background-color: rgb(255,150,213); }
div.DivClassName
{
background-color: #FF96D5;
}
.BgClassName
{
background-color: #FF96D5;
}
</style>
border-color css
<style>
span { border-color: #FF96D5; }
span { border-color: rgb(255,150,213); }
td.TdClassName
{
border-color: #FF96D5;
}
.TagClassName
{
border-color: #FF96D5;
}
</style>