Shades of Lavender Rose #FF9DF0
Tints of Lavender Rose #FF9DF0
RGB
CMYK
RGB Variations
Color information
#FF9DF0 (or 0xFF9DF0) is known color: Lavender Rose. HEX triplet: FF, 9D and F0. RGB value is (255,157,240). Sum of RGB (Red+Green+Blue) = 255+157+240=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 157 (61.72% from 255 or 24.08% from 652); Blue value is 240 (94.14% from 255 or 36.81% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9DF0 is #00620F. Grayscale: #C3C3C3. Windows color (decimal): -25104 or 15769087. OLE color: 15769087.
HSL color Cylindrical-coordinate representation of color #FF9DF0: hue angle of 309.18º 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 #FF9DF0 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 240 | - |
| CMYK | 0 | 0.38 | 0.06 | 0 |
| HSL | 309.18º | 1% | 0.81% | - |
| HSV(B) | 309.18º | 0.38% | 1% | - |
| XYZ | 69.03 | 51.67 | 88.77 | - |
| YUV | 195.76 | 152.97 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 240 | 0 | 0.38 | 0.06 | 0 | 309.18 | 1 | 0.81 |
| Hex | FF | 9D | F0 | 0 | 26 | 6 | 0 | 135 | 64 | 51 |
| Octal | 377 | 235 | 360 | 0 | 46 | 6 | 0 | 465 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11110000 | 0 | 100110 | 110 | 0 | 100110101 | 1100100 | 1010001 |
Color Harmonies of #FF9DF0
Complementary color
Monochromatic Colors of #FF9DF0
Black with #FF9DF0
Text Example
Text Example
White with #FF9DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DF0; }
p { color: rgb(255,157,240); }
H1.HeaderClassName
{
color: #FF9DF0;
}
.AnyTagClassName
{
color: #FF9DF0;
}
</style>
background-color css
<style>
a { background-color: #FF9DF0; }
a { background-color: rgb(255,157,240); }
div.DivClassName
{
background-color: #FF9DF0;
}
.BgClassName
{
background-color: #FF9DF0;
}
</style>
border-color css
<style>
span { border-color: #FF9DF0; }
span { border-color: rgb(255,157,240); }
td.TdClassName
{
border-color: #FF9DF0;
}
.TagClassName
{
border-color: #FF9DF0;
}
</style>