Shades of Lavender Rose #FF96D4
Tints of Lavender Rose #FF96D4
RGB
CMYK
RGB Variations
Color information
#FF96D4 (or 0xFF96D4) is known color: Lavender Rose. HEX triplet: FF, 96 and D4. RGB value is (255,150,212). Sum of RGB (Red+Green+Blue) = 255+150+212=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96D4 is #00692B. Grayscale: #BCBCBC. Windows color (decimal): -26924 or 13932287. OLE color: 13932287.
HSL color Cylindrical-coordinate representation of color #FF96D4: hue angle of 324.57º 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 #FF96D4 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 212 | - |
| CMYK | 0 | 0.41 | 0.17 | 0 |
| HSL | 324.57º | 1% | 0.79% | - |
| HSV(B) | 324.57º | 0.41% | 1% | - |
| XYZ | 64.03 | 47.83 | 68.14 | - |
| YUV | 188.46 | 141.29 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 212 | 0 | 0.41 | 0.17 | 0 | 324.57 | 1 | 0.79 |
| Hex | FF | 96 | D4 | 0 | 29 | 11 | 0 | 145 | 64 | 4F |
| Octal | 377 | 226 | 324 | 0 | 51 | 21 | 0 | 505 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11010100 | 0 | 101001 | 10001 | 0 | 101000101 | 1100100 | 1001111 |
Color Harmonies of #FF96D4
Complementary color
Monochromatic Colors of #FF96D4
Black with #FF96D4
Text Example
Text Example
White with #FF96D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96D4; }
p { color: rgb(255,150,212); }
H1.HeaderClassName
{
color: #FF96D4;
}
.AnyTagClassName
{
color: #FF96D4;
}
</style>
background-color css
<style>
a { background-color: #FF96D4; }
a { background-color: rgb(255,150,212); }
div.DivClassName
{
background-color: #FF96D4;
}
.BgClassName
{
background-color: #FF96D4;
}
</style>
border-color css
<style>
span { border-color: #FF96D4; }
span { border-color: rgb(255,150,212); }
td.TdClassName
{
border-color: #FF96D4;
}
.TagClassName
{
border-color: #FF96D4;
}
</style>