Shades of Lavender Rose #FF9EDF
Tints of Lavender Rose #FF9EDF
RGB
CMYK
RGB Variations
Color information
#FF9EDF (or 0xFF9EDF) is known color: Lavender Rose. HEX triplet: FF, 9E and DF. RGB value is (255,158,223). Sum of RGB (Red+Green+Blue) = 255+158+223=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 158 (62.11% from 255 or 24.84% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EDF is #006120. Grayscale: #C2C2C2. Windows color (decimal): -24865 or 14655231. OLE color: 14655231.
HSL color Cylindrical-coordinate representation of color #FF9EDF: hue angle of 319.79º 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 #FF9EDF is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 223 | - |
| CMYK | 0 | 0.38 | 0.13 | 0 |
| HSL | 319.79º | 1% | 0.81% | - |
| HSV(B) | 319.79º | 0.38% | 1% | - |
| XYZ | 66.79 | 51.04 | 76.14 | - |
| YUV | 194.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 223 | 0 | 0.38 | 0.13 | 0 | 319.79 | 1 | 0.81 |
| Hex | FF | 9E | DF | 0 | 26 | D | 0 | 140 | 64 | 51 |
| Octal | 377 | 236 | 337 | 0 | 46 | 15 | 0 | 500 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11011111 | 0 | 100110 | 1101 | 0 | 101000000 | 1100100 | 1010001 |
Color Harmonies of #FF9EDF
Complementary color
Monochromatic Colors of #FF9EDF
Black with #FF9EDF
Text Example
Text Example
White with #FF9EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EDF; }
p { color: rgb(255,158,223); }
H1.HeaderClassName
{
color: #FF9EDF;
}
.AnyTagClassName
{
color: #FF9EDF;
}
</style>
background-color css
<style>
a { background-color: #FF9EDF; }
a { background-color: rgb(255,158,223); }
div.DivClassName
{
background-color: #FF9EDF;
}
.BgClassName
{
background-color: #FF9EDF;
}
</style>
border-color css
<style>
span { border-color: #FF9EDF; }
span { border-color: rgb(255,158,223); }
td.TdClassName
{
border-color: #FF9EDF;
}
.TagClassName
{
border-color: #FF9EDF;
}
</style>