Shades of Lavender Rose #FF99EC
Tints of Lavender Rose #FF99EC
RGB
CMYK
RGB Variations
Color information
#FF99EC (or 0xFF99EC) is known color: Lavender Rose. HEX triplet: FF, 99 and EC. RGB value is (255,153,236). Sum of RGB (Red+Green+Blue) = 255+153+236=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 153 (60.16% from 255 or 23.76% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF99EC is #006613. Grayscale: #C0C0C0. Windows color (decimal): -26132 or 15505919. OLE color: 15505919.
HSL color Cylindrical-coordinate representation of color #FF99EC: hue angle of 311.18º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF99EC is Cyan = 0, Magento = 0.4, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 236 | - |
| CMYK | 0 | 0.4 | 0.07 | 0 |
| HSL | 311.18º | 1% | 0.8% | - |
| HSV(B) | 311.18º | 0.4% | 1% | - |
| XYZ | 67.77 | 50.1 | 85.45 | - |
| YUV | 192.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 236 | 0 | 0.4 | 0.07 | 0 | 311.18 | 1 | 0.8 |
| Hex | FF | 99 | EC | 0 | 28 | 7 | 0 | 137 | 64 | 50 |
| Octal | 377 | 231 | 354 | 0 | 50 | 7 | 0 | 467 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11101100 | 0 | 101000 | 111 | 0 | 100110111 | 1100100 | 1010000 |
Color Harmonies of #FF99EC
Complementary color
Monochromatic Colors of #FF99EC
Black with #FF99EC
Text Example
Text Example
White with #FF99EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99EC; }
p { color: rgb(255,153,236); }
H1.HeaderClassName
{
color: #FF99EC;
}
.AnyTagClassName
{
color: #FF99EC;
}
</style>
background-color css
<style>
a { background-color: #FF99EC; }
a { background-color: rgb(255,153,236); }
div.DivClassName
{
background-color: #FF99EC;
}
.BgClassName
{
background-color: #FF99EC;
}
</style>
border-color css
<style>
span { border-color: #FF99EC; }
span { border-color: rgb(255,153,236); }
td.TdClassName
{
border-color: #FF99EC;
}
.TagClassName
{
border-color: #FF99EC;
}
</style>