Shades of Lavender Rose #FF96DC
Tints of Lavender Rose #FF96DC
RGB
CMYK
RGB Variations
Color information
#FF96DC (or 0xFF96DC) is known color: Lavender Rose. HEX triplet: FF, 96 and DC. RGB value is (255,150,220). Sum of RGB (Red+Green+Blue) = 255+150+220=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 150 (58.98% from 255 or 24% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96DC is #006923. Grayscale: #BDBDBD. Windows color (decimal): -26916 or 14456575. OLE color: 14456575.
HSL color Cylindrical-coordinate representation of color #FF96DC: hue angle of 320º 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 #FF96DC is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 220 | - |
| CMYK | 0 | 0.41 | 0.14 | 0 |
| HSL | 320º | 1% | 0.79% | - |
| HSV(B) | 320º | 0.41% | 1% | - |
| XYZ | 65.06 | 48.24 | 73.59 | - |
| YUV | 189.38 | 145.29 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 220 | 0 | 0.41 | 0.14 | 0 | 320 | 1 | 0.79 |
| Hex | FF | 96 | DC | 0 | 29 | E | 0 | 140 | 64 | 4F |
| Octal | 377 | 226 | 334 | 0 | 51 | 16 | 0 | 500 | 144 | 117 |
| Binary | 11111111 | 10010110 | 11011100 | 0 | 101001 | 1110 | 0 | 101000000 | 1100100 | 1001111 |
Color Harmonies of #FF96DC
Complementary color
Monochromatic Colors of #FF96DC
Black with #FF96DC
Text Example
Text Example
White with #FF96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF96DC; }
p { color: rgb(255,150,220); }
H1.HeaderClassName
{
color: #FF96DC;
}
.AnyTagClassName
{
color: #FF96DC;
}
</style>
background-color css
<style>
a { background-color: #FF96DC; }
a { background-color: rgb(255,150,220); }
div.DivClassName
{
background-color: #FF96DC;
}
.BgClassName
{
background-color: #FF96DC;
}
</style>
border-color css
<style>
span { border-color: #FF96DC; }
span { border-color: rgb(255,150,220); }
td.TdClassName
{
border-color: #FF96DC;
}
.TagClassName
{
border-color: #FF96DC;
}
</style>