Shades of Lavender Rose #FF96DF
Tints of Lavender Rose #FF96DF
RGB
CMYK
RGB Variations
Color information
#FF96DF (or 0xFF96DF) is known color: Lavender Rose. HEX triplet: FF, 96 and DF. RGB value is (255,150,223). Sum of RGB (Red+Green+Blue) = 255+150+223=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96DF is #006920. Grayscale: #BDBDBD. Windows color (decimal): -26913 or 14653183. OLE color: 14653183.
HSL color Cylindrical-coordinate representation of color #FF96DF: hue angle of 318.29º 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 #FF96DF is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 223 | - |
| CMYK | 0 | 0.41 | 0.13 | 0 |
| HSL | 318.29º | 1% | 0.79% | - |
| HSV(B) | 318.29º | 0.41% | 1% | - |
| XYZ | 65.47 | 48.4 | 75.7 | - |
| YUV | 189.72 | 146.79 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 223 | 0 | 0.41 | 0.13 | 0 | 318.29 | 1 | 0.79 |
| Hex | FF | 96 | DF | 0 | 29 | D | 0 | 13E | 64 | 4F |
| Octal | 377 | 226 | 337 | 0 | 51 | 15 | 0 | 476 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11011111 | 0 | 101001 | 1101 | 0 | 100111110 | 1100100 | 1001111 |
Color Harmonies of #FF96DF
Complementary color
Monochromatic Colors of #FF96DF
Black with #FF96DF
Text Example
Text Example
White with #FF96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96DF; }
p { color: rgb(255,150,223); }
H1.HeaderClassName
{
color: #FF96DF;
}
.AnyTagClassName
{
color: #FF96DF;
}
</style>
background-color css
<style>
a { background-color: #FF96DF; }
a { background-color: rgb(255,150,223); }
div.DivClassName
{
background-color: #FF96DF;
}
.BgClassName
{
background-color: #FF96DF;
}
</style>
border-color css
<style>
span { border-color: #FF96DF; }
span { border-color: rgb(255,150,223); }
td.TdClassName
{
border-color: #FF96DF;
}
.TagClassName
{
border-color: #FF96DF;
}
</style>