Shades of Lavender Rose #F699DB
Tints of Lavender Rose #F699DB
RGB
CMYK
RGB Variations
Color information
#F699DB (or 0xF699DB) is known color: Lavender Rose. HEX triplet: F6, 99 and DB. RGB value is (246,153,219). Sum of RGB (Red+Green+Blue) = 246+153+219=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 153 (60.16% from 255 or 24.76% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F699DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F699DB is #096624. Grayscale: #BCBCBC. Windows color (decimal): -615973 or 14391798. OLE color: 14391798.
HSL color Cylindrical-coordinate representation of color #F699DB: hue angle of 317.42º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F699DB is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 153 | 219 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.04 |
| HSL | 317.42º | 0.84% | 0.78% | - |
| HSV(B) | 317.42º | 0.38% | 0.96% | - |
| XYZ | 62.18 | 47.49 | 72.91 | - |
| YUV | 188.33 | 145.31 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 153 | 219 | 0 | 0.38 | 0.11 | 0.04 | 317.42 | 0.84 | 0.78 |
| Hex | F6 | 99 | DB | 0 | 26 | B | 4 | 13D | 54 | 4E |
| Octal | 366 | 231 | 333 | 0 | 46 | 13 | 4 | 475 | 124 | 116 |
| Binary | 11110110 | 10011001 | 11011011 | 0 | 100110 | 1011 | 100 | 100111101 | 1010100 | 1001110 |
Color Harmonies of #F699DB
Complementary color
Monochromatic Colors of #F699DB
Black with #F699DB
Text Example
Text Example
White with #F699DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F699DB; }
p { color: rgb(246,153,219); }
H1.HeaderClassName
{
color: #F699DB;
}
.AnyTagClassName
{
color: #F699DB;
}
</style>
background-color css
<style>
a { background-color: #F699DB; }
a { background-color: rgb(246,153,219); }
div.DivClassName
{
background-color: #F699DB;
}
.BgClassName
{
background-color: #F699DB;
}
</style>
border-color css
<style>
span { border-color: #F699DB; }
span { border-color: rgb(246,153,219); }
td.TdClassName
{
border-color: #F699DB;
}
.TagClassName
{
border-color: #F699DB;
}
</style>