Shades of Lavender Rose #FF96D3
Tints of Lavender Rose #FF96D3
RGB
CMYK
RGB Variations
Color information
#FF96D3 (or 0xFF96D3) is known color: Lavender Rose. HEX triplet: FF, 96 and D3. RGB value is (255,150,211). Sum of RGB (Red+Green+Blue) = 255+150+211=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 150 (58.98% from 255 or 24.35% from 616); Blue value is 211 (82.81% from 255 or 34.25% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96D3 is #00692C. Grayscale: #BCBCBC. Windows color (decimal): -26925 or 13866751. OLE color: 13866751.
HSL color Cylindrical-coordinate representation of color #FF96D3: hue angle of 325.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 #FF96D3 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 211 | - |
| CMYK | 0 | 0.41 | 0.17 | 0 |
| HSL | 325.14º | 1% | 0.79% | - |
| HSV(B) | 325.14º | 0.41% | 1% | - |
| XYZ | 63.9 | 47.78 | 67.48 | - |
| YUV | 188.35 | 140.79 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 211 | 0 | 0.41 | 0.17 | 0 | 325.14 | 1 | 0.79 |
| Hex | FF | 96 | D3 | 0 | 29 | 11 | 0 | 145 | 64 | 4F |
| Octal | 377 | 226 | 323 | 0 | 51 | 21 | 0 | 505 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11010011 | 0 | 101001 | 10001 | 0 | 101000101 | 1100100 | 1001111 |
Color Harmonies of #FF96D3
Complementary color
Monochromatic Colors of #FF96D3
Black with #FF96D3
Text Example
Text Example
White with #FF96D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96D3; }
p { color: rgb(255,150,211); }
H1.HeaderClassName
{
color: #FF96D3;
}
.AnyTagClassName
{
color: #FF96D3;
}
</style>
background-color css
<style>
a { background-color: #FF96D3; }
a { background-color: rgb(255,150,211); }
div.DivClassName
{
background-color: #FF96D3;
}
.BgClassName
{
background-color: #FF96D3;
}
</style>
border-color css
<style>
span { border-color: #FF96D3; }
span { border-color: rgb(255,150,211); }
td.TdClassName
{
border-color: #FF96D3;
}
.TagClassName
{
border-color: #FF96D3;
}
</style>