Shades of Lavender Rose #F3A4EC
Tints of Lavender Rose #F3A4EC
RGB
CMYK
RGB Variations
Color information
#F3A4EC (or 0xF3A4EC) is known color: Lavender Rose. HEX triplet: F3, A4 and EC. RGB value is (243,164,236). Sum of RGB (Red+Green+Blue) = 243+164+236=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 164 (64.45% from 255 or 25.51% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A4EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A4EC is #0C5B13. Grayscale: #C3C3C3. Windows color (decimal): -809748 or 15508723. OLE color: 15508723.
HSL color Cylindrical-coordinate representation of color #F3A4EC: hue angle of 305.32º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A4EC is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 164 | 236 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.05 |
| HSL | 305.32º | 0.77% | 0.8% | - |
| HSV(B) | 305.32º | 0.33% | 0.95% | - |
| XYZ | 65.38 | 51.66 | 85.88 | - |
| YUV | 195.83 | 150.67 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 164 | 236 | 0 | 0.33 | 0.03 | 0.05 | 305.32 | 0.77 | 0.8 |
| Hex | F3 | A4 | EC | 0 | 21 | 3 | 5 | 131 | 4D | 50 |
| Octal | 363 | 244 | 354 | 0 | 41 | 3 | 5 | 461 | 115 | 120 |
| Binary | 11110011 | 10100100 | 11101100 | 0 | 100001 | 11 | 101 | 100110001 | 1001101 | 1010000 |
Color Harmonies of #F3A4EC
Complementary color
Monochromatic Colors of #F3A4EC
Black with #F3A4EC
Text Example
Text Example
White with #F3A4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A4EC; }
p { color: rgb(243,164,236); }
H1.HeaderClassName
{
color: #F3A4EC;
}
.AnyTagClassName
{
color: #F3A4EC;
}
</style>
background-color css
<style>
a { background-color: #F3A4EC; }
a { background-color: rgb(243,164,236); }
div.DivClassName
{
background-color: #F3A4EC;
}
.BgClassName
{
background-color: #F3A4EC;
}
</style>
border-color css
<style>
span { border-color: #F3A4EC; }
span { border-color: rgb(243,164,236); }
td.TdClassName
{
border-color: #F3A4EC;
}
.TagClassName
{
border-color: #F3A4EC;
}
</style>