Shades of Lavender Rose #F3A0D9
Tints of Lavender Rose #F3A0D9
RGB
CMYK
RGB Variations
Color information
#F3A0D9 (or 0xF3A0D9) is known color: Lavender Rose. HEX triplet: F3, A0 and D9. RGB value is (243,160,217). Sum of RGB (Red+Green+Blue) = 243+160+217=620 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.19% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A0D9 is #0C5F26. Grayscale: #BFBFBF. Windows color (decimal): -810791 or 14262515. OLE color: 14262515.
HSL color Cylindrical-coordinate representation of color #F3A0D9: hue angle of 318.8º 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 #F3A0D9 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 160 | 217 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.05 |
| HSL | 318.8º | 0.78% | 0.79% | - |
| HSV(B) | 318.8º | 0.34% | 0.95% | - |
| XYZ | 62.06 | 49.21 | 71.87 | - |
| YUV | 191.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 217 | 0 | 0.34 | 0.11 | 0.05 | 318.8 | 0.78 | 0.79 |
| Hex | F3 | A0 | D9 | 0 | 22 | B | 5 | 13F | 4E | 4F |
| Octal | 363 | 240 | 331 | 0 | 42 | 13 | 5 | 477 | 116 | 117 |
| Binary | 11110011 | 10100000 | 11011001 | 0 | 100010 | 1011 | 101 | 100111111 | 1001110 | 1001111 |
Color Harmonies of #F3A0D9
Complementary color
Monochromatic Colors of #F3A0D9
Black with #F3A0D9
Text Example
Text Example
White with #F3A0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A0D9; }
p { color: rgb(243,160,217); }
H1.HeaderClassName
{
color: #F3A0D9;
}
.AnyTagClassName
{
color: #F3A0D9;
}
</style>
background-color css
<style>
a { background-color: #F3A0D9; }
a { background-color: rgb(243,160,217); }
div.DivClassName
{
background-color: #F3A0D9;
}
.BgClassName
{
background-color: #F3A0D9;
}
</style>
border-color css
<style>
span { border-color: #F3A0D9; }
span { border-color: rgb(243,160,217); }
td.TdClassName
{
border-color: #F3A0D9;
}
.TagClassName
{
border-color: #F3A0D9;
}
</style>