Shades of Lavender Rose #FF99EB
Tints of Lavender Rose #FF99EB
RGB
CMYK
RGB Variations
Color information
#FF99EB (or 0xFF99EB) is known color: Lavender Rose. HEX triplet: FF, 99 and EB. RGB value is (255,153,235). Sum of RGB (Red+Green+Blue) = 255+153+235=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 153 (60.16% from 255 or 23.79% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF99EB is #006614. Grayscale: #C0C0C0. Windows color (decimal): -26133 or 15440383. OLE color: 15440383.
HSL color Cylindrical-coordinate representation of color #FF99EB: hue angle of 311.76º 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 #FF99EB is Cyan = 0, Magento = 0.4, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 235 | - |
| CMYK | 0 | 0.4 | 0.08 | 0 |
| HSL | 311.76º | 1% | 0.8% | - |
| HSV(B) | 311.76º | 0.4% | 1% | - |
| XYZ | 67.63 | 50.04 | 84.69 | - |
| YUV | 192.85 | 151.79 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 235 | 0 | 0.4 | 0.08 | 0 | 311.76 | 1 | 0.8 |
| Hex | FF | 99 | EB | 0 | 28 | 8 | 0 | 138 | 64 | 50 |
| Octal | 377 | 231 | 353 | 0 | 50 | 10 | 0 | 470 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11101011 | 0 | 101000 | 1000 | 0 | 100111000 | 1100100 | 1010000 |
Color Harmonies of #FF99EB
Complementary color
Monochromatic Colors of #FF99EB
Black with #FF99EB
Text Example
Text Example
White with #FF99EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99EB; }
p { color: rgb(255,153,235); }
H1.HeaderClassName
{
color: #FF99EB;
}
.AnyTagClassName
{
color: #FF99EB;
}
</style>
background-color css
<style>
a { background-color: #FF99EB; }
a { background-color: rgb(255,153,235); }
div.DivClassName
{
background-color: #FF99EB;
}
.BgClassName
{
background-color: #FF99EB;
}
</style>
border-color css
<style>
span { border-color: #FF99EB; }
span { border-color: rgb(255,153,235); }
td.TdClassName
{
border-color: #FF99EB;
}
.TagClassName
{
border-color: #FF99EB;
}
</style>