Shades of Lavender Rose #FF98DB
Tints of Lavender Rose #FF98DB
RGB
CMYK
RGB Variations
Color information
#FF98DB (or 0xFF98DB) is known color: Lavender Rose. HEX triplet: FF, 98 and DB. RGB value is (255,152,219). Sum of RGB (Red+Green+Blue) = 255+152+219=626 (82% of max value = 765). Red value is 255 (100% from 255 or 40.73% from 626); Green value is 152 (59.77% from 255 or 24.28% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 255 - color contains mainly: red. Hex color #FF98DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF98DB is #006724. Grayscale: #BEBEBE. Windows color (decimal): -26405 or 14391551. OLE color: 14391551.
HSL color Cylindrical-coordinate representation of color #FF98DB: hue angle of 320.97º 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 #FF98DB is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 152 | 219 | - |
| CMYK | 0 | 0.40 | 0.14 | 0 |
| HSL | 320.97º | 1% | 0.8% | - |
| HSV(B) | 320.97º | 0.4% | 1% | - |
| XYZ | 65.25 | 48.83 | 73 | - |
| YUV | 190.44 | 144.12 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 152 | 219 | 0 | 0.40 | 0.14 | 0 | 320.97 | 1 | 0.8 |
| Hex | FF | 98 | DB | 0 | 28 | E | 0 | 141 | 64 | 50 |
| Octal | 377 | 230 | 333 | 0 | 50 | 16 | 0 | 501 | 144 | 120 |
| Binary | 11111111 | 10011000 | 11011011 | 0 | 101000 | 1110 | 0 | 101000001 | 1100100 | 1010000 |
Color Harmonies of #FF98DB
Complementary color
Monochromatic Colors of #FF98DB
Black with #FF98DB
Text Example
Text Example
White with #FF98DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF98DB; }
p { color: rgb(255,152,219); }
H1.HeaderClassName
{
color: #FF98DB;
}
.AnyTagClassName
{
color: #FF98DB;
}
</style>
background-color css
<style>
a { background-color: #FF98DB; }
a { background-color: rgb(255,152,219); }
div.DivClassName
{
background-color: #FF98DB;
}
.BgClassName
{
background-color: #FF98DB;
}
</style>
border-color css
<style>
span { border-color: #FF98DB; }
span { border-color: rgb(255,152,219); }
td.TdClassName
{
border-color: #FF98DB;
}
.TagClassName
{
border-color: #FF98DB;
}
</style>