Shades of Lavender Rose #F998DB
Tints of Lavender Rose #F998DB
RGB
CMYK
RGB Variations
Color information
#F998DB (or 0xF998DB) is known color: Lavender Rose. HEX triplet: F9, 98 and DB. RGB value is (249,152,219). Sum of RGB (Red+Green+Blue) = 249+152+219=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F998DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998DB is #066724. Grayscale: #BCBCBC. Windows color (decimal): -419621 or 14391545. OLE color: 14391545.
HSL color Cylindrical-coordinate representation of color #F998DB: hue angle of 318.56º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F998DB is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 219 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.02 |
| HSL | 318.56º | 0.89% | 0.79% | - |
| HSV(B) | 318.56º | 0.39% | 0.98% | - |
| XYZ | 63.08 | 47.71 | 72.9 | - |
| YUV | 188.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 219 | 0 | 0.39 | 0.12 | 0.02 | 318.56 | 0.89 | 0.79 |
| Hex | F9 | 98 | DB | 0 | 27 | C | 2 | 13F | 59 | 4F |
| Octal | 371 | 230 | 333 | 0 | 47 | 14 | 2 | 477 | 131 | 117 |
| Binary | 11111001 | 10011000 | 11011011 | 0 | 100111 | 1100 | 10 | 100111111 | 1011001 | 1001111 |
Color Harmonies of #F998DB
Complementary color
Monochromatic Colors of #F998DB
Black with #F998DB
Text Example
Text Example
White with #F998DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998DB; }
p { color: rgb(249,152,219); }
H1.HeaderClassName
{
color: #F998DB;
}
.AnyTagClassName
{
color: #F998DB;
}
</style>
background-color css
<style>
a { background-color: #F998DB; }
a { background-color: rgb(249,152,219); }
div.DivClassName
{
background-color: #F998DB;
}
.BgClassName
{
background-color: #F998DB;
}
</style>
border-color css
<style>
span { border-color: #F998DB; }
span { border-color: rgb(249,152,219); }
td.TdClassName
{
border-color: #F998DB;
}
.TagClassName
{
border-color: #F998DB;
}
</style>