Shades of Lavender Rose #FF9DF9
Tints of Lavender Rose #FF9DF9
RGB
CMYK
RGB Variations
Color information
#FF9DF9 (or 0xFF9DF9) is known color: Lavender Rose. HEX triplet: FF, 9D and F9. RGB value is (255,157,249). Sum of RGB (Red+Green+Blue) = 255+157+249=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 157 (61.72% from 255 or 23.75% from 661); Blue value is 249 (97.66% from 255 or 37.67% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9DF9 is #006206. Grayscale: #C4C4C4. Windows color (decimal): -25095 or 16358911. OLE color: 16358911.
HSL color Cylindrical-coordinate representation of color #FF9DF9: hue angle of 303.67º 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 #FF9DF9 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 249 | - |
| CMYK | 0 | 0.38 | 0.02 | 0 |
| HSL | 303.67º | 1% | 0.81% | - |
| HSV(B) | 303.67º | 0.38% | 1% | - |
| XYZ | 70.4 | 52.21 | 95.99 | - |
| YUV | 196.79 | 157.47 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 249 | 0 | 0.38 | 0.02 | 0 | 303.67 | 1 | 0.81 |
| Hex | FF | 9D | F9 | 0 | 26 | 2 | 0 | 130 | 64 | 51 |
| Octal | 377 | 235 | 371 | 0 | 46 | 2 | 0 | 460 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11111001 | 0 | 100110 | 10 | 0 | 100110000 | 1100100 | 1010001 |
Color Harmonies of #FF9DF9
Complementary color
Monochromatic Colors of #FF9DF9
Black with #FF9DF9
Text Example
Text Example
White with #FF9DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DF9; }
p { color: rgb(255,157,249); }
H1.HeaderClassName
{
color: #FF9DF9;
}
.AnyTagClassName
{
color: #FF9DF9;
}
</style>
background-color css
<style>
a { background-color: #FF9DF9; }
a { background-color: rgb(255,157,249); }
div.DivClassName
{
background-color: #FF9DF9;
}
.BgClassName
{
background-color: #FF9DF9;
}
</style>
border-color css
<style>
span { border-color: #FF9DF9; }
span { border-color: rgb(255,157,249); }
td.TdClassName
{
border-color: #FF9DF9;
}
.TagClassName
{
border-color: #FF9DF9;
}
</style>