Shades of Lavender Rose #F2A3EC
Tints of Lavender Rose #F2A3EC
RGB
CMYK
RGB Variations
Color information
#F2A3EC (or 0xF2A3EC) is known color: Lavender Rose. HEX triplet: F2, A3 and EC. RGB value is (242,163,236). Sum of RGB (Red+Green+Blue) = 242+163+236=641 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.75% from 641); Green value is 163 (64.06% from 255 or 25.43% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A3EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A3EC is #0D5C13. Grayscale: #C2C2C2. Windows color (decimal): -875540 or 15508466. OLE color: 15508466.
HSL color Cylindrical-coordinate representation of color #F2A3EC: hue angle of 304.56º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F2A3EC is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 163 | 236 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.05 |
| HSL | 304.56º | 0.75% | 0.79% | - |
| HSV(B) | 304.56º | 0.33% | 0.95% | - |
| XYZ | 64.86 | 51.13 | 85.81 | - |
| YUV | 194.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 163 | 236 | 0 | 0.33 | 0.02 | 0.05 | 304.56 | 0.75 | 0.79 |
| Hex | F2 | A3 | EC | 0 | 21 | 2 | 5 | 131 | 4B | 4F |
| Octal | 362 | 243 | 354 | 0 | 41 | 2 | 5 | 461 | 113 | 117 |
| Binary | 11110010 | 10100011 | 11101100 | 0 | 100001 | 10 | 101 | 100110001 | 1001011 | 1001111 |
Color Harmonies of #F2A3EC
Complementary color
Monochromatic Colors of #F2A3EC
Black with #F2A3EC
Text Example
Text Example
White with #F2A3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A3EC; }
p { color: rgb(242,163,236); }
H1.HeaderClassName
{
color: #F2A3EC;
}
.AnyTagClassName
{
color: #F2A3EC;
}
</style>
background-color css
<style>
a { background-color: #F2A3EC; }
a { background-color: rgb(242,163,236); }
div.DivClassName
{
background-color: #F2A3EC;
}
.BgClassName
{
background-color: #F2A3EC;
}
</style>
border-color css
<style>
span { border-color: #F2A3EC; }
span { border-color: rgb(242,163,236); }
td.TdClassName
{
border-color: #F2A3EC;
}
.TagClassName
{
border-color: #F2A3EC;
}
</style>