Shades of Lavender Rose #F3A5EA
Tints of Lavender Rose #F3A5EA
RGB
CMYK
RGB Variations
Color information
#F3A5EA (or 0xF3A5EA) is known color: Lavender Rose. HEX triplet: F3, A5 and EA. RGB value is (243,165,234). Sum of RGB (Red+Green+Blue) = 243+165+234=642 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.85% from 642); Green value is 165 (64.84% from 255 or 25.70% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A5EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A5EA is #0C5A15. Grayscale: #C3C3C3. Windows color (decimal): -809494 or 15377907. OLE color: 15377907.
HSL color Cylindrical-coordinate representation of color #F3A5EA: hue angle of 306.92º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F3A5EA is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 165 | 234 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.05 |
| HSL | 306.92º | 0.76% | 0.8% | - |
| HSV(B) | 306.92º | 0.32% | 0.95% | - |
| XYZ | 65.27 | 51.91 | 84.42 | - |
| YUV | 196.19 | 149.34 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 165 | 234 | 0 | 0.32 | 0.04 | 0.05 | 306.92 | 0.76 | 0.8 |
| Hex | F3 | A5 | EA | 0 | 20 | 4 | 5 | 133 | 4C | 50 |
| Octal | 363 | 245 | 352 | 0 | 40 | 4 | 5 | 463 | 114 | 120 |
| Binary | 11110011 | 10100101 | 11101010 | 0 | 100000 | 100 | 101 | 100110011 | 1001100 | 1010000 |
Color Harmonies of #F3A5EA
Complementary color
Monochromatic Colors of #F3A5EA
Black with #F3A5EA
Text Example
Text Example
White with #F3A5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A5EA; }
p { color: rgb(243,165,234); }
H1.HeaderClassName
{
color: #F3A5EA;
}
.AnyTagClassName
{
color: #F3A5EA;
}
</style>
background-color css
<style>
a { background-color: #F3A5EA; }
a { background-color: rgb(243,165,234); }
div.DivClassName
{
background-color: #F3A5EA;
}
.BgClassName
{
background-color: #F3A5EA;
}
</style>
border-color css
<style>
span { border-color: #F3A5EA; }
span { border-color: rgb(243,165,234); }
td.TdClassName
{
border-color: #F3A5EA;
}
.TagClassName
{
border-color: #F3A5EA;
}
</style>