Shades of Lavender Rose #F997DB
Tints of Lavender Rose #F997DB
RGB
CMYK
RGB Variations
Color information
#F997DB (or 0xF997DB) is known color: Lavender Rose. HEX triplet: F9, 97 and DB. RGB value is (249,151,219). Sum of RGB (Red+Green+Blue) = 249+151+219=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 151 (59.38% from 255 or 24.39% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F997DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997DB is #066824. Grayscale: #BBBBBB. Windows color (decimal): -419877 or 14391289. OLE color: 14391289.
HSL color Cylindrical-coordinate representation of color #F997DB: hue angle of 318.37º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F997DB is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 219 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.02 |
| HSL | 318.37º | 0.89% | 0.78% | - |
| HSV(B) | 318.37º | 0.39% | 0.98% | - |
| XYZ | 62.92 | 47.39 | 72.85 | - |
| YUV | 188.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 219 | 0 | 0.39 | 0.12 | 0.02 | 318.37 | 0.89 | 0.78 |
| Hex | F9 | 97 | DB | 0 | 27 | C | 2 | 13E | 59 | 4E |
| Octal | 371 | 227 | 333 | 0 | 47 | 14 | 2 | 476 | 131 | 116 |
| Binary | 11111001 | 10010111 | 11011011 | 0 | 100111 | 1100 | 10 | 100111110 | 1011001 | 1001110 |
Color Harmonies of #F997DB
Complementary color
Monochromatic Colors of #F997DB
Black with #F997DB
Text Example
Text Example
White with #F997DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F997DB; }
p { color: rgb(249,151,219); }
H1.HeaderClassName
{
color: #F997DB;
}
.AnyTagClassName
{
color: #F997DB;
}
</style>
background-color css
<style>
a { background-color: #F997DB; }
a { background-color: rgb(249,151,219); }
div.DivClassName
{
background-color: #F997DB;
}
.BgClassName
{
background-color: #F997DB;
}
</style>
border-color css
<style>
span { border-color: #F997DB; }
span { border-color: rgb(249,151,219); }
td.TdClassName
{
border-color: #F997DB;
}
.TagClassName
{
border-color: #F997DB;
}
</style>