Shades of Lavender Rose #F6A3EC
Tints of Lavender Rose #F6A3EC
RGB
CMYK
RGB Variations
Color information
#F6A3EC (or 0xF6A3EC) is known color: Lavender Rose. HEX triplet: F6, A3 and EC. RGB value is (246,163,236). Sum of RGB (Red+Green+Blue) = 246+163+236=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 163 (64.06% from 255 or 25.27% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A3EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A3EC is #095C13. Grayscale: #C3C3C3. Windows color (decimal): -613396 or 15508470. OLE color: 15508470.
HSL color Cylindrical-coordinate representation of color #F6A3EC: hue angle of 307.23º 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 #F6A3EC is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 163 | 236 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.04 |
| HSL | 307.23º | 0.82% | 0.8% | - |
| HSV(B) | 307.23º | 0.34% | 0.96% | - |
| XYZ | 66.24 | 51.84 | 85.87 | - |
| YUV | 196.14 | 150.5 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 163 | 236 | 0 | 0.34 | 0.04 | 0.04 | 307.23 | 0.82 | 0.8 |
| Hex | F6 | A3 | EC | 0 | 22 | 4 | 4 | 133 | 52 | 50 |
| Octal | 366 | 243 | 354 | 0 | 42 | 4 | 4 | 463 | 122 | 120 |
| Binary | 11110110 | 10100011 | 11101100 | 0 | 100010 | 100 | 100 | 100110011 | 1010010 | 1010000 |
Color Harmonies of #F6A3EC
Complementary color
Monochromatic Colors of #F6A3EC
Black with #F6A3EC
Text Example
Text Example
White with #F6A3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A3EC; }
p { color: rgb(246,163,236); }
H1.HeaderClassName
{
color: #F6A3EC;
}
.AnyTagClassName
{
color: #F6A3EC;
}
</style>
background-color css
<style>
a { background-color: #F6A3EC; }
a { background-color: rgb(246,163,236); }
div.DivClassName
{
background-color: #F6A3EC;
}
.BgClassName
{
background-color: #F6A3EC;
}
</style>
border-color css
<style>
span { border-color: #F6A3EC; }
span { border-color: rgb(246,163,236); }
td.TdClassName
{
border-color: #F6A3EC;
}
.TagClassName
{
border-color: #F6A3EC;
}
</style>