Shades of Lavender Rose #F6A3DB
Tints of Lavender Rose #F6A3DB
RGB
CMYK
RGB Variations
Color information
#F6A3DB (or 0xF6A3DB) is known color: Lavender Rose. HEX triplet: F6, A3 and DB. RGB value is (246,163,219). Sum of RGB (Red+Green+Blue) = 246+163+219=628 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.17% from 628); Green value is 163 (64.06% from 255 or 25.96% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A3DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A3DB is #095C24. Grayscale: #C2C2C2. Windows color (decimal): -613413 or 14394358. OLE color: 14394358.
HSL color Cylindrical-coordinate representation of color #F6A3DB: hue angle of 319.52º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6A3DB is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 163 | 219 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.04 |
| HSL | 319.52º | 0.82% | 0.8% | - |
| HSV(B) | 319.52º | 0.34% | 0.96% | - |
| XYZ | 63.89 | 50.9 | 73.48 | - |
| YUV | 194.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 219 | 0 | 0.34 | 0.11 | 0.04 | 319.52 | 0.82 | 0.8 |
| Hex | F6 | A3 | DB | 0 | 22 | B | 4 | 140 | 52 | 50 |
| Octal | 366 | 243 | 333 | 0 | 42 | 13 | 4 | 500 | 122 | 120 |
| Binary | 11110110 | 10100011 | 11011011 | 0 | 100010 | 1011 | 100 | 101000000 | 1010010 | 1010000 |
Color Harmonies of #F6A3DB
Complementary color
Monochromatic Colors of #F6A3DB
Black with #F6A3DB
Text Example
Text Example
White with #F6A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A3DB; }
p { color: rgb(246,163,219); }
H1.HeaderClassName
{
color: #F6A3DB;
}
.AnyTagClassName
{
color: #F6A3DB;
}
</style>
background-color css
<style>
a { background-color: #F6A3DB; }
a { background-color: rgb(246,163,219); }
div.DivClassName
{
background-color: #F6A3DB;
}
.BgClassName
{
background-color: #F6A3DB;
}
</style>
border-color css
<style>
span { border-color: #F6A3DB; }
span { border-color: rgb(246,163,219); }
td.TdClassName
{
border-color: #F6A3DB;
}
.TagClassName
{
border-color: #F6A3DB;
}
</style>