Shades of Lavender Rose #F6A2DB
Tints of Lavender Rose #F6A2DB
RGB
CMYK
RGB Variations
Color information
#F6A2DB (or 0xF6A2DB) is known color: Lavender Rose. HEX triplet: F6, A2 and DB. RGB value is (246,162,219). Sum of RGB (Red+Green+Blue) = 246+162+219=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 162 (63.67% from 255 or 25.84% from 627); Blue value is 219 (85.94% from 255 or 34.93% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6A2DB is #095D24. Grayscale: #C1C1C1. Windows color (decimal): -613669 or 14394102. OLE color: 14394102.
HSL color Cylindrical-coordinate representation of color #F6A2DB: hue angle of 319.29º 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 #F6A2DB is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 162 | 219 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.04 |
| HSL | 319.29º | 0.82% | 0.8% | - |
| HSV(B) | 319.29º | 0.34% | 0.96% | - |
| XYZ | 63.71 | 50.55 | 73.42 | - |
| YUV | 193.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 162 | 219 | 0 | 0.34 | 0.11 | 0.04 | 319.29 | 0.82 | 0.8 |
| Hex | F6 | A2 | DB | 0 | 22 | B | 4 | 13F | 52 | 50 |
| Octal | 366 | 242 | 333 | 0 | 42 | 13 | 4 | 477 | 122 | 120 |
| Binary | 11110110 | 10100010 | 11011011 | 0 | 100010 | 1011 | 100 | 100111111 | 1010010 | 1010000 |
Color Harmonies of #F6A2DB
Complementary color
Monochromatic Colors of #F6A2DB
Black with #F6A2DB
Text Example
Text Example
White with #F6A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A2DB; }
p { color: rgb(246,162,219); }
H1.HeaderClassName
{
color: #F6A2DB;
}
.AnyTagClassName
{
color: #F6A2DB;
}
</style>
background-color css
<style>
a { background-color: #F6A2DB; }
a { background-color: rgb(246,162,219); }
div.DivClassName
{
background-color: #F6A2DB;
}
.BgClassName
{
background-color: #F6A2DB;
}
</style>
border-color css
<style>
span { border-color: #F6A2DB; }
span { border-color: rgb(246,162,219); }
td.TdClassName
{
border-color: #F6A2DB;
}
.TagClassName
{
border-color: #F6A2DB;
}
</style>