Shades of Lavender Rose #FF99DB
Tints of Lavender Rose #FF99DB
RGB
CMYK
RGB Variations
Color information
#FF99DB (or 0xFF99DB) is known color: Lavender Rose. HEX triplet: FF, 99 and DB. RGB value is (255,153,219). Sum of RGB (Red+Green+Blue) = 255+153+219=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 153 (60.16% from 255 or 24.40% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FF99DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF99DB is #006624. Grayscale: #BEBEBE. Windows color (decimal): -26149 or 14391807. OLE color: 14391807.
HSL color Cylindrical-coordinate representation of color #FF99DB: hue angle of 321.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 #FF99DB is Cyan = 0, Magento = 0.4, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 219 | - |
| CMYK | 0 | 0.4 | 0.14 | 0 |
| HSL | 321.18º | 1% | 0.8% | - |
| HSV(B) | 321.18º | 0.4% | 1% | - |
| XYZ | 65.42 | 49.16 | 73.06 | - |
| YUV | 191.02 | 143.79 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 219 | 0 | 0.4 | 0.14 | 0 | 321.18 | 1 | 0.8 |
| Hex | FF | 99 | DB | 0 | 28 | E | 0 | 141 | 64 | 50 |
| Octal | 377 | 231 | 333 | 0 | 50 | 16 | 0 | 501 | 144 | 120 |
| Binary | 11111111 | 10011001 | 11011011 | 0 | 101000 | 1110 | 0 | 101000001 | 1100100 | 1010000 |
Color Harmonies of #FF99DB
Complementary color
Monochromatic Colors of #FF99DB
Black with #FF99DB
Text Example
Text Example
White with #FF99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF99DB; }
p { color: rgb(255,153,219); }
H1.HeaderClassName
{
color: #FF99DB;
}
.AnyTagClassName
{
color: #FF99DB;
}
</style>
background-color css
<style>
a { background-color: #FF99DB; }
a { background-color: rgb(255,153,219); }
div.DivClassName
{
background-color: #FF99DB;
}
.BgClassName
{
background-color: #FF99DB;
}
</style>
border-color css
<style>
span { border-color: #FF99DB; }
span { border-color: rgb(255,153,219); }
td.TdClassName
{
border-color: #FF99DB;
}
.TagClassName
{
border-color: #FF99DB;
}
</style>