Shades of Lavender Rose #F3A0DA
Tints of Lavender Rose #F3A0DA
RGB
CMYK
RGB Variations
Color information
#F3A0DA (or 0xF3A0DA) is known color: Lavender Rose. HEX triplet: F3, A0 and DA. RGB value is (243,160,218). Sum of RGB (Red+Green+Blue) = 243+160+218=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A0DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A0DA is #0C5F25. Grayscale: #BFBFBF. Windows color (decimal): -810790 or 14328051. OLE color: 14328051.
HSL color Cylindrical-coordinate representation of color #F3A0DA: hue angle of 318.07º 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 #F3A0DA is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 218 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.05 |
| HSL | 318.07º | 0.78% | 0.79% | - |
| HSV(B) | 318.07º | 0.34% | 0.95% | - |
| XYZ | 62.19 | 49.26 | 72.56 | - |
| YUV | 191.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 218 | 0 | 0.34 | 0.10 | 0.05 | 318.07 | 0.78 | 0.79 |
| Hex | F3 | A0 | DA | 0 | 22 | A | 5 | 13E | 4E | 4F |
| Octal | 363 | 240 | 332 | 0 | 42 | 12 | 5 | 476 | 116 | 117 |
| Binary | 11110011 | 10100000 | 11011010 | 0 | 100010 | 1010 | 101 | 100111110 | 1001110 | 1001111 |
Color Harmonies of #F3A0DA
Complementary color
Monochromatic Colors of #F3A0DA
Black with #F3A0DA
Text Example
Text Example
White with #F3A0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A0DA; }
p { color: rgb(243,160,218); }
H1.HeaderClassName
{
color: #F3A0DA;
}
.AnyTagClassName
{
color: #F3A0DA;
}
</style>
background-color css
<style>
a { background-color: #F3A0DA; }
a { background-color: rgb(243,160,218); }
div.DivClassName
{
background-color: #F3A0DA;
}
.BgClassName
{
background-color: #F3A0DA;
}
</style>
border-color css
<style>
span { border-color: #F3A0DA; }
span { border-color: rgb(243,160,218); }
td.TdClassName
{
border-color: #F3A0DA;
}
.TagClassName
{
border-color: #F3A0DA;
}
</style>