Shades of Lavender Rose #FF9EDB
Tints of Lavender Rose #FF9EDB
RGB
CMYK
RGB Variations
Color information
#FF9EDB (or 0xFF9EDB) is known color: Lavender Rose. HEX triplet: FF, 9E and DB. RGB value is (255,158,219). Sum of RGB (Red+Green+Blue) = 255+158+219=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 158 (62.11% from 255 or 25% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EDB is #006124. Grayscale: #C1C1C1. Windows color (decimal): -24869 or 14393087. OLE color: 14393087.
HSL color Cylindrical-coordinate representation of color #FF9EDB: hue angle of 322.27º 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 #FF9EDB is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 219 | - |
| CMYK | 0 | 0.38 | 0.14 | 0 |
| HSL | 322.27º | 1% | 0.81% | - |
| HSV(B) | 322.27º | 0.38% | 1% | - |
| XYZ | 66.25 | 50.83 | 73.34 | - |
| YUV | 193.96 | 142.14 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 219 | 0 | 0.38 | 0.14 | 0 | 322.27 | 1 | 0.81 |
| Hex | FF | 9E | DB | 0 | 26 | E | 0 | 142 | 64 | 51 |
| Octal | 377 | 236 | 333 | 0 | 46 | 16 | 0 | 502 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11011011 | 0 | 100110 | 1110 | 0 | 101000010 | 1100100 | 1010001 |
Color Harmonies of #FF9EDB
Complementary color
Monochromatic Colors of #FF9EDB
Black with #FF9EDB
Text Example
Text Example
White with #FF9EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EDB; }
p { color: rgb(255,158,219); }
H1.HeaderClassName
{
color: #FF9EDB;
}
.AnyTagClassName
{
color: #FF9EDB;
}
</style>
background-color css
<style>
a { background-color: #FF9EDB; }
a { background-color: rgb(255,158,219); }
div.DivClassName
{
background-color: #FF9EDB;
}
.BgClassName
{
background-color: #FF9EDB;
}
</style>
border-color css
<style>
span { border-color: #FF9EDB; }
span { border-color: rgb(255,158,219); }
td.TdClassName
{
border-color: #FF9EDB;
}
.TagClassName
{
border-color: #FF9EDB;
}
</style>