Shades of Lavender Rose #F6A1DB
Tints of Lavender Rose #F6A1DB
RGB
CMYK
RGB Variations
Color information
#F6A1DB (or 0xF6A1DB) is known color: Lavender Rose. HEX triplet: F6, A1 and DB. RGB value is (246,161,219). Sum of RGB (Red+Green+Blue) = 246+161+219=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 161 (63.28% from 255 or 25.72% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A1DB is #095E24. Grayscale: #C0C0C0. Windows color (decimal): -613925 or 14393846. OLE color: 14393846.
HSL color Cylindrical-coordinate representation of color #F6A1DB: hue angle of 319.06º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A1DB is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 161 | 219 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.04 |
| HSL | 319.06º | 0.83% | 0.8% | - |
| HSV(B) | 319.06º | 0.35% | 0.96% | - |
| XYZ | 63.54 | 50.2 | 73.36 | - |
| YUV | 193.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 219 | 0 | 0.35 | 0.11 | 0.04 | 319.06 | 0.83 | 0.8 |
| Hex | F6 | A1 | DB | 0 | 23 | B | 4 | 13F | 53 | 50 |
| Octal | 366 | 241 | 333 | 0 | 43 | 13 | 4 | 477 | 123 | 120 |
| Binary | 11110110 | 10100001 | 11011011 | 0 | 100011 | 1011 | 100 | 100111111 | 1010011 | 1010000 |
Color Harmonies of #F6A1DB
Complementary color
Monochromatic Colors of #F6A1DB
Black with #F6A1DB
Text Example
Text Example
White with #F6A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A1DB; }
p { color: rgb(246,161,219); }
H1.HeaderClassName
{
color: #F6A1DB;
}
.AnyTagClassName
{
color: #F6A1DB;
}
</style>
background-color css
<style>
a { background-color: #F6A1DB; }
a { background-color: rgb(246,161,219); }
div.DivClassName
{
background-color: #F6A1DB;
}
.BgClassName
{
background-color: #F6A1DB;
}
</style>
border-color css
<style>
span { border-color: #F6A1DB; }
span { border-color: rgb(246,161,219); }
td.TdClassName
{
border-color: #F6A1DB;
}
.TagClassName
{
border-color: #F6A1DB;
}
</style>