Shades of Lavender Rose #FF9DF5
Tints of Lavender Rose #FF9DF5
RGB
CMYK
RGB Variations
Color information
#FF9DF5 (or 0xFF9DF5) is known color: Lavender Rose. HEX triplet: FF, 9D and F5. RGB value is (255,157,245). Sum of RGB (Red+Green+Blue) = 255+157+245=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 157 (61.72% from 255 or 23.90% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9DF5 is #00620A. Grayscale: #C4C4C4. Windows color (decimal): -25099 or 16096767. OLE color: 16096767.
HSL color Cylindrical-coordinate representation of color #FF9DF5: hue angle of 306.12º 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 #FF9DF5 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 245 | - |
| CMYK | 0 | 0.38 | 0.04 | 0 |
| HSL | 306.12º | 1% | 0.81% | - |
| HSV(B) | 306.12º | 0.38% | 1% | - |
| XYZ | 69.78 | 51.97 | 92.74 | - |
| YUV | 196.33 | 155.47 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 245 | 0 | 0.38 | 0.04 | 0 | 306.12 | 1 | 0.81 |
| Hex | FF | 9D | F5 | 0 | 26 | 4 | 0 | 132 | 64 | 51 |
| Octal | 377 | 235 | 365 | 0 | 46 | 4 | 0 | 462 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11110101 | 0 | 100110 | 100 | 0 | 100110010 | 1100100 | 1010001 |
Color Harmonies of #FF9DF5
Complementary color
Monochromatic Colors of #FF9DF5
Black with #FF9DF5
Text Example
Text Example
White with #FF9DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DF5; }
p { color: rgb(255,157,245); }
H1.HeaderClassName
{
color: #FF9DF5;
}
.AnyTagClassName
{
color: #FF9DF5;
}
</style>
background-color css
<style>
a { background-color: #FF9DF5; }
a { background-color: rgb(255,157,245); }
div.DivClassName
{
background-color: #FF9DF5;
}
.BgClassName
{
background-color: #FF9DF5;
}
</style>
border-color css
<style>
span { border-color: #FF9DF5; }
span { border-color: rgb(255,157,245); }
td.TdClassName
{
border-color: #FF9DF5;
}
.TagClassName
{
border-color: #FF9DF5;
}
</style>