Shades of Lavender Rose #FF9DF7
Tints of Lavender Rose #FF9DF7
RGB
CMYK
RGB Variations
Color information
#FF9DF7 (or 0xFF9DF7) is known color: Lavender Rose. HEX triplet: FF, 9D and F7. RGB value is (255,157,247). Sum of RGB (Red+Green+Blue) = 255+157+247=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 157 (61.72% from 255 or 23.82% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9DF7 is #006208. Grayscale: #C4C4C4. Windows color (decimal): -25097 or 16227839. OLE color: 16227839.
HSL color Cylindrical-coordinate representation of color #FF9DF7: hue angle of 304.9º 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 #FF9DF7 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 247 | - |
| CMYK | 0 | 0.38 | 0.03 | 0 |
| HSL | 304.9º | 1% | 0.81% | - |
| HSV(B) | 304.9º | 0.38% | 1% | - |
| XYZ | 70.09 | 52.09 | 94.36 | - |
| YUV | 196.56 | 156.47 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 247 | 0 | 0.38 | 0.03 | 0 | 304.9 | 1 | 0.81 |
| Hex | FF | 9D | F7 | 0 | 26 | 3 | 0 | 131 | 64 | 51 |
| Octal | 377 | 235 | 367 | 0 | 46 | 3 | 0 | 461 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11110111 | 0 | 100110 | 11 | 0 | 100110001 | 1100100 | 1010001 |
Color Harmonies of #FF9DF7
Complementary color
Monochromatic Colors of #FF9DF7
Black with #FF9DF7
Text Example
Text Example
White with #FF9DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DF7; }
p { color: rgb(255,157,247); }
H1.HeaderClassName
{
color: #FF9DF7;
}
.AnyTagClassName
{
color: #FF9DF7;
}
</style>
background-color css
<style>
a { background-color: #FF9DF7; }
a { background-color: rgb(255,157,247); }
div.DivClassName
{
background-color: #FF9DF7;
}
.BgClassName
{
background-color: #FF9DF7;
}
</style>
border-color css
<style>
span { border-color: #FF9DF7; }
span { border-color: rgb(255,157,247); }
td.TdClassName
{
border-color: #FF9DF7;
}
.TagClassName
{
border-color: #FF9DF7;
}
</style>