Shades of Lavender Rose #F3A0E4
Tints of Lavender Rose #F3A0E4
RGB
CMYK
RGB Variations
Color information
#F3A0E4 (or 0xF3A0E4) is known color: Lavender Rose. HEX triplet: F3, A0 and E4. RGB value is (243,160,228). Sum of RGB (Red+Green+Blue) = 243+160+228=631 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.51% from 631); Green value is 160 (62.89% from 255 or 25.36% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A0E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A0E4 is #0C5F1B. Grayscale: #C0C0C0. Windows color (decimal): -810780 or 14983411. OLE color: 14983411.
HSL color Cylindrical-coordinate representation of color #F3A0E4: hue angle of 310.84º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F3A0E4 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 228 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.05 |
| HSL | 310.84º | 0.78% | 0.79% | - |
| HSV(B) | 310.84º | 0.34% | 0.95% | - |
| XYZ | 63.54 | 49.8 | 79.66 | - |
| YUV | 192.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 228 | 0 | 0.34 | 0.06 | 0.05 | 310.84 | 0.78 | 0.79 |
| Hex | F3 | A0 | E4 | 0 | 22 | 6 | 5 | 137 | 4E | 4F |
| Octal | 363 | 240 | 344 | 0 | 42 | 6 | 5 | 467 | 116 | 117 |
| Binary | 11110011 | 10100000 | 11100100 | 0 | 100010 | 110 | 101 | 100110111 | 1001110 | 1001111 |
Color Harmonies of #F3A0E4
Complementary color
Monochromatic Colors of #F3A0E4
Black with #F3A0E4
Text Example
Text Example
White with #F3A0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A0E4; }
p { color: rgb(243,160,228); }
H1.HeaderClassName
{
color: #F3A0E4;
}
.AnyTagClassName
{
color: #F3A0E4;
}
</style>
background-color css
<style>
a { background-color: #F3A0E4; }
a { background-color: rgb(243,160,228); }
div.DivClassName
{
background-color: #F3A0E4;
}
.BgClassName
{
background-color: #F3A0E4;
}
</style>
border-color css
<style>
span { border-color: #F3A0E4; }
span { border-color: rgb(243,160,228); }
td.TdClassName
{
border-color: #F3A0E4;
}
.TagClassName
{
border-color: #F3A0E4;
}
</style>