Shades of Lavender Rose #F2A6EC
Tints of Lavender Rose #F2A6EC
RGB
CMYK
RGB Variations
Color information
#F2A6EC (or 0xF2A6EC) is known color: Lavender Rose. HEX triplet: F2, A6 and EC. RGB value is (242,166,236). Sum of RGB (Red+Green+Blue) = 242+166+236=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 166 (65.23% from 255 or 25.78% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A6EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A6EC is #0D5913. Grayscale: #C4C4C4. Windows color (decimal): -874772 or 15509234. OLE color: 15509234.
HSL color Cylindrical-coordinate representation of color #F2A6EC: hue angle of 304.74º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2A6EC is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 236 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.05 |
| HSL | 304.74º | 0.75% | 0.8% | - |
| HSV(B) | 304.74º | 0.31% | 0.95% | - |
| XYZ | 65.39 | 52.21 | 85.99 | - |
| YUV | 196.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 236 | 0 | 0.31 | 0.02 | 0.05 | 304.74 | 0.75 | 0.8 |
| Hex | F2 | A6 | EC | 0 | 1F | 2 | 5 | 131 | 4B | 50 |
| Octal | 362 | 246 | 354 | 0 | 37 | 2 | 5 | 461 | 113 | 120 |
| Binary | 11110010 | 10100110 | 11101100 | 0 | 11111 | 10 | 101 | 100110001 | 1001011 | 1010000 |
Color Harmonies of #F2A6EC
Complementary color
Monochromatic Colors of #F2A6EC
Black with #F2A6EC
Text Example
Text Example
White with #F2A6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A6EC; }
p { color: rgb(242,166,236); }
H1.HeaderClassName
{
color: #F2A6EC;
}
.AnyTagClassName
{
color: #F2A6EC;
}
</style>
background-color css
<style>
a { background-color: #F2A6EC; }
a { background-color: rgb(242,166,236); }
div.DivClassName
{
background-color: #F2A6EC;
}
.BgClassName
{
background-color: #F2A6EC;
}
</style>
border-color css
<style>
span { border-color: #F2A6EC; }
span { border-color: rgb(242,166,236); }
td.TdClassName
{
border-color: #F2A6EC;
}
.TagClassName
{
border-color: #F2A6EC;
}
</style>