Shades of Lavender Rose #F999DB
Tints of Lavender Rose #F999DB
RGB
CMYK
RGB Variations
Color information
#F999DB (or 0xF999DB) is known color: Lavender Rose. HEX triplet: F9, 99 and DB. RGB value is (249,153,219). Sum of RGB (Red+Green+Blue) = 249+153+219=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 153 (60.16% from 255 or 24.64% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F999DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F999DB is #066624. Grayscale: #BDBDBD. Windows color (decimal): -419365 or 14391801. OLE color: 14391801.
HSL color Cylindrical-coordinate representation of color #F999DB: hue angle of 318.75º 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 #F999DB is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 219 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.02 |
| HSL | 318.75º | 0.89% | 0.79% | - |
| HSV(B) | 318.75º | 0.39% | 0.98% | - |
| XYZ | 63.24 | 48.04 | 72.96 | - |
| YUV | 189.23 | 144.8 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 219 | 0 | 0.39 | 0.12 | 0.02 | 318.75 | 0.89 | 0.79 |
| Hex | F9 | 99 | DB | 0 | 27 | C | 2 | 13F | 59 | 4F |
| Octal | 371 | 231 | 333 | 0 | 47 | 14 | 2 | 477 | 131 | 117 |
| Binary | 11111001 | 10011001 | 11011011 | 0 | 100111 | 1100 | 10 | 100111111 | 1011001 | 1001111 |
Color Harmonies of #F999DB
Complementary color
Monochromatic Colors of #F999DB
Black with #F999DB
Text Example
Text Example
White with #F999DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F999DB; }
p { color: rgb(249,153,219); }
H1.HeaderClassName
{
color: #F999DB;
}
.AnyTagClassName
{
color: #F999DB;
}
</style>
background-color css
<style>
a { background-color: #F999DB; }
a { background-color: rgb(249,153,219); }
div.DivClassName
{
background-color: #F999DB;
}
.BgClassName
{
background-color: #F999DB;
}
</style>
border-color css
<style>
span { border-color: #F999DB; }
span { border-color: rgb(249,153,219); }
td.TdClassName
{
border-color: #F999DB;
}
.TagClassName
{
border-color: #F999DB;
}
</style>