Shades of Lavender Rose #FF9EEC
Tints of Lavender Rose #FF9EEC
RGB
CMYK
RGB Variations
Color information
#FF9EEC (or 0xFF9EEC) is known color: Lavender Rose. HEX triplet: FF, 9E and EC. RGB value is (255,158,236). Sum of RGB (Red+Green+Blue) = 255+158+236=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 158 (62.11% from 255 or 24.35% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EEC is #006113. Grayscale: #C3C3C3. Windows color (decimal): -24852 or 15507199. OLE color: 15507199.
HSL color Cylindrical-coordinate representation of color #FF9EEC: hue angle of 311.75º 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 #FF9EEC is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 236 | - |
| CMYK | 0 | 0.38 | 0.07 | 0 |
| HSL | 311.75º | 1% | 0.81% | - |
| HSV(B) | 311.75º | 0.38% | 1% | - |
| XYZ | 68.61 | 51.77 | 85.73 | - |
| YUV | 195.9 | 150.64 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 236 | 0 | 0.38 | 0.07 | 0 | 311.75 | 1 | 0.81 |
| Hex | FF | 9E | EC | 0 | 26 | 7 | 0 | 138 | 64 | 51 |
| Octal | 377 | 236 | 354 | 0 | 46 | 7 | 0 | 470 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11101100 | 0 | 100110 | 111 | 0 | 100111000 | 1100100 | 1010001 |
Color Harmonies of #FF9EEC
Complementary color
Monochromatic Colors of #FF9EEC
Black with #FF9EEC
Text Example
Text Example
White with #FF9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EEC; }
p { color: rgb(255,158,236); }
H1.HeaderClassName
{
color: #FF9EEC;
}
.AnyTagClassName
{
color: #FF9EEC;
}
</style>
background-color css
<style>
a { background-color: #FF9EEC; }
a { background-color: rgb(255,158,236); }
div.DivClassName
{
background-color: #FF9EEC;
}
.BgClassName
{
background-color: #FF9EEC;
}
</style>
border-color css
<style>
span { border-color: #FF9EEC; }
span { border-color: rgb(255,158,236); }
td.TdClassName
{
border-color: #FF9EEC;
}
.TagClassName
{
border-color: #FF9EEC;
}
</style>