Shades of Lavender Rose #FF9ED7
Tints of Lavender Rose #FF9ED7
RGB
CMYK
RGB Variations
Color information
#FF9ED7 (or 0xFF9ED7) is known color: Lavender Rose. HEX triplet: FF, 9E and D7. RGB value is (255,158,215). Sum of RGB (Red+Green+Blue) = 255+158+215=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ED7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ED7 is #006128. Grayscale: #C1C1C1. Windows color (decimal): -24873 or 14130943. OLE color: 14130943.
HSL color Cylindrical-coordinate representation of color #FF9ED7: hue angle of 324.74º 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 #FF9ED7 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 215 | - |
| CMYK | 0 | 0.38 | 0.16 | 0 |
| HSL | 324.74º | 1% | 0.81% | - |
| HSV(B) | 324.74º | 0.38% | 1% | - |
| XYZ | 65.73 | 50.62 | 70.6 | - |
| YUV | 193.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 215 | 0 | 0.38 | 0.16 | 0 | 324.74 | 1 | 0.81 |
| Hex | FF | 9E | D7 | 0 | 26 | 10 | 0 | 145 | 64 | 51 |
| Octal | 377 | 236 | 327 | 0 | 46 | 20 | 0 | 505 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11010111 | 0 | 100110 | 10000 | 0 | 101000101 | 1100100 | 1010001 |
Color Harmonies of #FF9ED7
Complementary color
Monochromatic Colors of #FF9ED7
Black with #FF9ED7
Text Example
Text Example
White with #FF9ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9ED7; }
p { color: rgb(255,158,215); }
H1.HeaderClassName
{
color: #FF9ED7;
}
.AnyTagClassName
{
color: #FF9ED7;
}
</style>
background-color css
<style>
a { background-color: #FF9ED7; }
a { background-color: rgb(255,158,215); }
div.DivClassName
{
background-color: #FF9ED7;
}
.BgClassName
{
background-color: #FF9ED7;
}
</style>
border-color css
<style>
span { border-color: #FF9ED7; }
span { border-color: rgb(255,158,215); }
td.TdClassName
{
border-color: #FF9ED7;
}
.TagClassName
{
border-color: #FF9ED7;
}
</style>