Shades of Lavender Rose #FF99E1
Tints of Lavender Rose #FF99E1
RGB
CMYK
RGB Variations
Color information
#FF99E1 (or 0xFF99E1) is known color: Lavender Rose. HEX triplet: FF, 99 and E1. RGB value is (255,153,225). Sum of RGB (Red+Green+Blue) = 255+153+225=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 153 (60.16% from 255 or 24.17% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99E1 is #00661E. Grayscale: #BFBFBF. Windows color (decimal): -26143 or 14785023. OLE color: 14785023.
HSL color Cylindrical-coordinate representation of color #FF99E1: hue angle of 317.65º 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 #FF99E1 is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 225 | - |
| CMYK | 0 | 0.4 | 0.12 | 0 |
| HSL | 317.65º | 1% | 0.8% | - |
| HSV(B) | 317.65º | 0.4% | 1% | - |
| XYZ | 66.22 | 49.48 | 77.29 | - |
| YUV | 191.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 225 | 0 | 0.4 | 0.12 | 0 | 317.65 | 1 | 0.8 |
| Hex | FF | 99 | E1 | 0 | 28 | C | 0 | 13E | 64 | 50 |
| Octal | 377 | 231 | 341 | 0 | 50 | 14 | 0 | 476 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11100001 | 0 | 101000 | 1100 | 0 | 100111110 | 1100100 | 1010000 |
Color Harmonies of #FF99E1
Complementary color
Monochromatic Colors of #FF99E1
Black with #FF99E1
Text Example
Text Example
White with #FF99E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99E1; }
p { color: rgb(255,153,225); }
H1.HeaderClassName
{
color: #FF99E1;
}
.AnyTagClassName
{
color: #FF99E1;
}
</style>
background-color css
<style>
a { background-color: #FF99E1; }
a { background-color: rgb(255,153,225); }
div.DivClassName
{
background-color: #FF99E1;
}
.BgClassName
{
background-color: #FF99E1;
}
</style>
border-color css
<style>
span { border-color: #FF99E1; }
span { border-color: rgb(255,153,225); }
td.TdClassName
{
border-color: #FF99E1;
}
.TagClassName
{
border-color: #FF99E1;
}
</style>