Shades of Lavender Rose #F694DB
Tints of Lavender Rose #F694DB
RGB
CMYK
RGB Variations
Color information
#F694DB (or 0xF694DB) is known color: Lavender Rose. HEX triplet: F6, 94 and DB. RGB value is (246,148,219). Sum of RGB (Red+Green+Blue) = 246+148+219=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F694DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F694DB is #096B24. Grayscale: #B9B9B9. Windows color (decimal): -617253 or 14390518. OLE color: 14390518.
HSL color Cylindrical-coordinate representation of color #F694DB: hue angle of 316.53º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F694DB is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 219 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.04 |
| HSL | 316.53º | 0.84% | 0.77% | - |
| HSV(B) | 316.53º | 0.4% | 0.96% | - |
| XYZ | 61.38 | 45.89 | 72.64 | - |
| YUV | 185.4 | 146.97 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 219 | 0 | 0.40 | 0.11 | 0.04 | 316.53 | 0.84 | 0.77 |
| Hex | F6 | 94 | DB | 0 | 28 | B | 4 | 13D | 54 | 4D |
| Octal | 366 | 224 | 333 | 0 | 50 | 13 | 4 | 475 | 124 | 115 |
| Binary | 11110110 | 10010100 | 11011011 | 0 | 101000 | 1011 | 100 | 100111101 | 1010100 | 1001101 |
Color Harmonies of #F694DB
Complementary color
Monochromatic Colors of #F694DB
Black with #F694DB
Text Example
Text Example
White with #F694DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694DB; }
p { color: rgb(246,148,219); }
H1.HeaderClassName
{
color: #F694DB;
}
.AnyTagClassName
{
color: #F694DB;
}
</style>
background-color css
<style>
a { background-color: #F694DB; }
a { background-color: rgb(246,148,219); }
div.DivClassName
{
background-color: #F694DB;
}
.BgClassName
{
background-color: #F694DB;
}
</style>
border-color css
<style>
span { border-color: #F694DB; }
span { border-color: rgb(246,148,219); }
td.TdClassName
{
border-color: #F694DB;
}
.TagClassName
{
border-color: #F694DB;
}
</style>