Shades of Lavender Rose #FF99EA
Tints of Lavender Rose #FF99EA
RGB
CMYK
RGB Variations
Color information
#FF99EA (or 0xFF99EA) is known color: Lavender Rose. HEX triplet: FF, 99 and EA. RGB value is (255,153,234). Sum of RGB (Red+Green+Blue) = 255+153+234=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 153 (60.16% from 255 or 23.83% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF99EA is #006615. Grayscale: #C0C0C0. Windows color (decimal): -26134 or 15374847. OLE color: 15374847.
HSL color Cylindrical-coordinate representation of color #FF99EA: hue angle of 312.35º 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 #FF99EA is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 234 | - |
| CMYK | 0 | 0.4 | 0.08 | 0 |
| HSL | 312.35º | 1% | 0.8% | - |
| HSV(B) | 312.35º | 0.4% | 1% | - |
| XYZ | 67.48 | 49.98 | 83.93 | - |
| YUV | 192.73 | 151.29 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 234 | 0 | 0.4 | 0.08 | 0 | 312.35 | 1 | 0.8 |
| Hex | FF | 99 | EA | 0 | 28 | 8 | 0 | 138 | 64 | 50 |
| Octal | 377 | 231 | 352 | 0 | 50 | 10 | 0 | 470 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11101010 | 0 | 101000 | 1000 | 0 | 100111000 | 1100100 | 1010000 |
Color Harmonies of #FF99EA
Complementary color
Monochromatic Colors of #FF99EA
Black with #FF99EA
Text Example
Text Example
White with #FF99EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99EA; }
p { color: rgb(255,153,234); }
H1.HeaderClassName
{
color: #FF99EA;
}
.AnyTagClassName
{
color: #FF99EA;
}
</style>
background-color css
<style>
a { background-color: #FF99EA; }
a { background-color: rgb(255,153,234); }
div.DivClassName
{
background-color: #FF99EA;
}
.BgClassName
{
background-color: #FF99EA;
}
</style>
border-color css
<style>
span { border-color: #FF99EA; }
span { border-color: rgb(255,153,234); }
td.TdClassName
{
border-color: #FF99EA;
}
.TagClassName
{
border-color: #FF99EA;
}
</style>