Shades of Lavender Rose #FF9EDA
Tints of Lavender Rose #FF9EDA
RGB
CMYK
RGB Variations
Color information
#FF9EDA (or 0xFF9EDA) is known color: Lavender Rose. HEX triplet: FF, 9E and DA. RGB value is (255,158,218). Sum of RGB (Red+Green+Blue) = 255+158+218=631 (83% of max value = 765). Red value is 255 (100% from 255 or 40.41% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EDA is #006125. Grayscale: #C1C1C1. Windows color (decimal): -24870 or 14327551. OLE color: 14327551.
HSL color Cylindrical-coordinate representation of color #FF9EDA: hue angle of 322.89º 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 #FF9EDA is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 218 | - |
| CMYK | 0 | 0.38 | 0.15 | 0 |
| HSL | 322.89º | 1% | 0.81% | - |
| HSV(B) | 322.89º | 0.38% | 1% | - |
| XYZ | 66.12 | 50.78 | 72.65 | - |
| YUV | 193.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 218 | 0 | 0.38 | 0.15 | 0 | 322.89 | 1 | 0.81 |
| Hex | FF | 9E | DA | 0 | 26 | F | 0 | 143 | 64 | 51 |
| Octal | 377 | 236 | 332 | 0 | 46 | 17 | 0 | 503 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11011010 | 0 | 100110 | 1111 | 0 | 101000011 | 1100100 | 1010001 |
Color Harmonies of #FF9EDA
Complementary color
Monochromatic Colors of #FF9EDA
Black with #FF9EDA
Text Example
Text Example
White with #FF9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EDA; }
p { color: rgb(255,158,218); }
H1.HeaderClassName
{
color: #FF9EDA;
}
.AnyTagClassName
{
color: #FF9EDA;
}
</style>
background-color css
<style>
a { background-color: #FF9EDA; }
a { background-color: rgb(255,158,218); }
div.DivClassName
{
background-color: #FF9EDA;
}
.BgClassName
{
background-color: #FF9EDA;
}
</style>
border-color css
<style>
span { border-color: #FF9EDA; }
span { border-color: rgb(255,158,218); }
td.TdClassName
{
border-color: #FF9EDA;
}
.TagClassName
{
border-color: #FF9EDA;
}
</style>