Shades of Lavender Rose #FF9DF6
Tints of Lavender Rose #FF9DF6
RGB
CMYK
RGB Variations
Color information
#FF9DF6 (or 0xFF9DF6) is known color: Lavender Rose. HEX triplet: FF, 9D and F6. RGB value is (255,157,246). Sum of RGB (Red+Green+Blue) = 255+157+246=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 157 (61.72% from 255 or 23.86% from 658); Blue value is 246 (96.48% from 255 or 37.39% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9DF6 is #006209. Grayscale: #C4C4C4. Windows color (decimal): -25098 or 16162303. OLE color: 16162303.
HSL color Cylindrical-coordinate representation of color #FF9DF6: hue angle of 305.51º 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 #FF9DF6 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 246 | - |
| CMYK | 0 | 0.38 | 0.04 | 0 |
| HSL | 305.51º | 1% | 0.81% | - |
| HSV(B) | 305.51º | 0.38% | 1% | - |
| XYZ | 69.93 | 52.03 | 93.55 | - |
| YUV | 196.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 246 | 0 | 0.38 | 0.04 | 0 | 305.51 | 1 | 0.81 |
| Hex | FF | 9D | F6 | 0 | 26 | 4 | 0 | 132 | 64 | 51 |
| Octal | 377 | 235 | 366 | 0 | 46 | 4 | 0 | 462 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11110110 | 0 | 100110 | 100 | 0 | 100110010 | 1100100 | 1010001 |
Color Harmonies of #FF9DF6
Complementary color
Monochromatic Colors of #FF9DF6
Black with #FF9DF6
Text Example
Text Example
White with #FF9DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DF6; }
p { color: rgb(255,157,246); }
H1.HeaderClassName
{
color: #FF9DF6;
}
.AnyTagClassName
{
color: #FF9DF6;
}
</style>
background-color css
<style>
a { background-color: #FF9DF6; }
a { background-color: rgb(255,157,246); }
div.DivClassName
{
background-color: #FF9DF6;
}
.BgClassName
{
background-color: #FF9DF6;
}
</style>
border-color css
<style>
span { border-color: #FF9DF6; }
span { border-color: rgb(255,157,246); }
td.TdClassName
{
border-color: #FF9DF6;
}
.TagClassName
{
border-color: #FF9DF6;
}
</style>