Shades of Lavender Rose #F692DB
Tints of Lavender Rose #F692DB
RGB
CMYK
RGB Variations
Color information
#F692DB (or 0xF692DB) is known color: Lavender Rose. HEX triplet: F6, 92 and DB. RGB value is (246,146,219). Sum of RGB (Red+Green+Blue) = 246+146+219=611 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.26% from 611); Green value is 146 (57.42% from 255 or 23.90% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 246 - color contains mainly: red. Hex color #F692DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F692DB is #096D24. Grayscale: #B8B8B8. Windows color (decimal): -617765 or 14390006. OLE color: 14390006.
HSL color Cylindrical-coordinate representation of color #F692DB: hue angle of 316.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F692DB is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 219 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.04 |
| HSL | 316.2º | 0.85% | 0.77% | - |
| HSV(B) | 316.2º | 0.41% | 0.96% | - |
| XYZ | 61.07 | 45.27 | 72.54 | - |
| YUV | 184.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 219 | 0 | 0.41 | 0.11 | 0.04 | 316.2 | 0.85 | 0.77 |
| Hex | F6 | 92 | DB | 0 | 29 | B | 4 | 13C | 55 | 4D |
| Octal | 366 | 222 | 333 | 0 | 51 | 13 | 4 | 474 | 125 | 115 |
| Binary | 11110110 | 10010010 | 11011011 | 0 | 101001 | 1011 | 100 | 100111100 | 1010101 | 1001101 |
Color Harmonies of #F692DB
Complementary color
Monochromatic Colors of #F692DB
Black with #F692DB
Text Example
Text Example
White with #F692DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F692DB; }
p { color: rgb(246,146,219); }
H1.HeaderClassName
{
color: #F692DB;
}
.AnyTagClassName
{
color: #F692DB;
}
</style>
background-color css
<style>
a { background-color: #F692DB; }
a { background-color: rgb(246,146,219); }
div.DivClassName
{
background-color: #F692DB;
}
.BgClassName
{
background-color: #F692DB;
}
</style>
border-color css
<style>
span { border-color: #F692DB; }
span { border-color: rgb(246,146,219); }
td.TdClassName
{
border-color: #F692DB;
}
.TagClassName
{
border-color: #F692DB;
}
</style>