Shades of Lavender Rose #F697DB
Tints of Lavender Rose #F697DB
RGB
CMYK
RGB Variations
Color information
#F697DB (or 0xF697DB) is known color: Lavender Rose. HEX triplet: F6, 97 and DB. RGB value is (246,151,219). Sum of RGB (Red+Green+Blue) = 246+151+219=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 151 (59.38% from 255 or 24.51% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F697DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F697DB is #096824. Grayscale: #BABABA. Windows color (decimal): -616485 or 14391286. OLE color: 14391286.
HSL color Cylindrical-coordinate representation of color #F697DB: hue angle of 317.05º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F697DB is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 151 | 219 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.04 |
| HSL | 317.05º | 0.84% | 0.78% | - |
| HSV(B) | 317.05º | 0.39% | 0.96% | - |
| XYZ | 61.86 | 46.84 | 72.8 | - |
| YUV | 187.16 | 145.97 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 151 | 219 | 0 | 0.39 | 0.11 | 0.04 | 317.05 | 0.84 | 0.78 |
| Hex | F6 | 97 | DB | 0 | 27 | B | 4 | 13D | 54 | 4E |
| Octal | 366 | 227 | 333 | 0 | 47 | 13 | 4 | 475 | 124 | 116 |
| Binary | 11110110 | 10010111 | 11011011 | 0 | 100111 | 1011 | 100 | 100111101 | 1010100 | 1001110 |
Color Harmonies of #F697DB
Complementary color
Monochromatic Colors of #F697DB
Black with #F697DB
Text Example
Text Example
White with #F697DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F697DB; }
p { color: rgb(246,151,219); }
H1.HeaderClassName
{
color: #F697DB;
}
.AnyTagClassName
{
color: #F697DB;
}
</style>
background-color css
<style>
a { background-color: #F697DB; }
a { background-color: rgb(246,151,219); }
div.DivClassName
{
background-color: #F697DB;
}
.BgClassName
{
background-color: #F697DB;
}
</style>
border-color css
<style>
span { border-color: #F697DB; }
span { border-color: rgb(246,151,219); }
td.TdClassName
{
border-color: #F697DB;
}
.TagClassName
{
border-color: #F697DB;
}
</style>