Shades of Lavender Rose #FF9DE6
Tints of Lavender Rose #FF9DE6
RGB
CMYK
RGB Variations
Color information
#FF9DE6 (or 0xFF9DE6) is known color: Lavender Rose. HEX triplet: FF, 9D and E6. RGB value is (255,157,230). Sum of RGB (Red+Green+Blue) = 255+157+230=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 157 (61.72% from 255 or 24.45% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9DE6 is #006219. Grayscale: #C2C2C2. Windows color (decimal): -25114 or 15113727. OLE color: 15113727.
HSL color Cylindrical-coordinate representation of color #FF9DE6: hue angle of 315.31º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9DE6 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 230 | - |
| CMYK | 0 | 0.38 | 0.10 | 0 |
| HSL | 315.31º | 1% | 0.81% | - |
| HSV(B) | 315.31º | 0.38% | 1% | - |
| XYZ | 67.58 | 51.09 | 81.16 | - |
| YUV | 194.62 | 147.97 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 230 | 0 | 0.38 | 0.10 | 0 | 315.31 | 1 | 0.81 |
| Hex | FF | 9D | E6 | 0 | 26 | A | 0 | 13B | 64 | 51 |
| Octal | 377 | 235 | 346 | 0 | 46 | 12 | 0 | 473 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11100110 | 0 | 100110 | 1010 | 0 | 100111011 | 1100100 | 1010001 |
Color Harmonies of #FF9DE6
Complementary color
Monochromatic Colors of #FF9DE6
Black with #FF9DE6
Text Example
Text Example
White with #FF9DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DE6; }
p { color: rgb(255,157,230); }
H1.HeaderClassName
{
color: #FF9DE6;
}
.AnyTagClassName
{
color: #FF9DE6;
}
</style>
background-color css
<style>
a { background-color: #FF9DE6; }
a { background-color: rgb(255,157,230); }
div.DivClassName
{
background-color: #FF9DE6;
}
.BgClassName
{
background-color: #FF9DE6;
}
</style>
border-color css
<style>
span { border-color: #FF9DE6; }
span { border-color: rgb(255,157,230); }
td.TdClassName
{
border-color: #FF9DE6;
}
.TagClassName
{
border-color: #FF9DE6;
}
</style>