Shades of Lavender Rose #FF9DE5
Tints of Lavender Rose #FF9DE5
RGB
CMYK
RGB Variations
Color information
#FF9DE5 (or 0xFF9DE5) is known color: Lavender Rose. HEX triplet: FF, 9D and E5. RGB value is (255,157,229). Sum of RGB (Red+Green+Blue) = 255+157+229=641 (84% of max value = 765). Red value is 255 (100% from 255 or 39.78% from 641); Green value is 157 (61.72% from 255 or 24.49% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DE5 is #00621A. Grayscale: #C2C2C2. Windows color (decimal): -25115 or 15048191. OLE color: 15048191.
HSL color Cylindrical-coordinate representation of color #FF9DE5: hue angle of 315.92º 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 #FF9DE5 is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 229 | - |
| CMYK | 0 | 0.38 | 0.10 | 0 |
| HSL | 315.92º | 1% | 0.81% | - |
| HSV(B) | 315.92º | 0.38% | 1% | - |
| XYZ | 67.44 | 51.03 | 80.42 | - |
| YUV | 194.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 229 | 0 | 0.38 | 0.10 | 0 | 315.92 | 1 | 0.81 |
| Hex | FF | 9D | E5 | 0 | 26 | A | 0 | 13C | 64 | 51 |
| Octal | 377 | 235 | 345 | 0 | 46 | 12 | 0 | 474 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11100101 | 0 | 100110 | 1010 | 0 | 100111100 | 1100100 | 1010001 |
Color Harmonies of #FF9DE5
Complementary color
Monochromatic Colors of #FF9DE5
Black with #FF9DE5
Text Example
Text Example
White with #FF9DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DE5; }
p { color: rgb(255,157,229); }
H1.HeaderClassName
{
color: #FF9DE5;
}
.AnyTagClassName
{
color: #FF9DE5;
}
</style>
background-color css
<style>
a { background-color: #FF9DE5; }
a { background-color: rgb(255,157,229); }
div.DivClassName
{
background-color: #FF9DE5;
}
.BgClassName
{
background-color: #FF9DE5;
}
</style>
border-color css
<style>
span { border-color: #FF9DE5; }
span { border-color: rgb(255,157,229); }
td.TdClassName
{
border-color: #FF9DE5;
}
.TagClassName
{
border-color: #FF9DE5;
}
</style>