Shades of Lavender Rose #F6A5EC
Tints of Lavender Rose #F6A5EC
RGB
CMYK
RGB Variations
Color information
#F6A5EC (or 0xF6A5EC) is known color: Lavender Rose. HEX triplet: F6, A5 and EC. RGB value is (246,165,236). Sum of RGB (Red+Green+Blue) = 246+165+236=647 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.02% from 647); Green value is 165 (64.84% from 255 or 25.50% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A5EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A5EC is #095A13. Grayscale: #C5C5C5. Windows color (decimal): -612884 or 15508982. OLE color: 15508982.
HSL color Cylindrical-coordinate representation of color #F6A5EC: hue angle of 307.41º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A5EC is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 165 | 236 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.04 |
| HSL | 307.41º | 0.82% | 0.81% | - |
| HSV(B) | 307.41º | 0.33% | 0.96% | - |
| XYZ | 66.6 | 52.56 | 85.99 | - |
| YUV | 197.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 165 | 236 | 0 | 0.33 | 0.04 | 0.04 | 307.41 | 0.82 | 0.81 |
| Hex | F6 | A5 | EC | 0 | 21 | 4 | 4 | 133 | 52 | 51 |
| Octal | 366 | 245 | 354 | 0 | 41 | 4 | 4 | 463 | 122 | 121 |
| Binary | 11110110 | 10100101 | 11101100 | 0 | 100001 | 100 | 100 | 100110011 | 1010010 | 1010001 |
Color Harmonies of #F6A5EC
Complementary color
Monochromatic Colors of #F6A5EC
Black with #F6A5EC
Text Example
Text Example
White with #F6A5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A5EC; }
p { color: rgb(246,165,236); }
H1.HeaderClassName
{
color: #F6A5EC;
}
.AnyTagClassName
{
color: #F6A5EC;
}
</style>
background-color css
<style>
a { background-color: #F6A5EC; }
a { background-color: rgb(246,165,236); }
div.DivClassName
{
background-color: #F6A5EC;
}
.BgClassName
{
background-color: #F6A5EC;
}
</style>
border-color css
<style>
span { border-color: #F6A5EC; }
span { border-color: rgb(246,165,236); }
td.TdClassName
{
border-color: #F6A5EC;
}
.TagClassName
{
border-color: #F6A5EC;
}
</style>