Shades of Lavender Rose #F5A1D9
Tints of Lavender Rose #F5A1D9
RGB
CMYK
RGB Variations
Color information
#F5A1D9 (or 0xF5A1D9) is known color: Lavender Rose. HEX triplet: F5, A1 and D9. RGB value is (245,161,217). Sum of RGB (Red+Green+Blue) = 245+161+217=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 161 (63.28% from 255 or 25.84% from 623); Blue value is 217 (85.16% from 255 or 34.83% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A1D9 is #0A5E26. Grayscale: #C0C0C0. Windows color (decimal): -679463 or 14262773. OLE color: 14262773.
HSL color Cylindrical-coordinate representation of color #F5A1D9: hue angle of 320º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F5A1D9 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 217 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.04 |
| HSL | 320º | 0.81% | 0.8% | - |
| HSV(B) | 320º | 0.34% | 0.96% | - |
| XYZ | 62.93 | 49.91 | 71.96 | - |
| YUV | 192.5 | 141.83 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 217 | 0 | 0.34 | 0.11 | 0.04 | 320 | 0.81 | 0.8 |
| Hex | F5 | A1 | D9 | 0 | 22 | B | 4 | 140 | 51 | 50 |
| Octal | 365 | 241 | 331 | 0 | 42 | 13 | 4 | 500 | 121 | 120 |
| Binary | 11110101 | 10100001 | 11011001 | 0 | 100010 | 1011 | 100 | 101000000 | 1010001 | 1010000 |
Color Harmonies of #F5A1D9
Complementary color
Monochromatic Colors of #F5A1D9
Black with #F5A1D9
Text Example
Text Example
White with #F5A1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A1D9; }
p { color: rgb(245,161,217); }
H1.HeaderClassName
{
color: #F5A1D9;
}
.AnyTagClassName
{
color: #F5A1D9;
}
</style>
background-color css
<style>
a { background-color: #F5A1D9; }
a { background-color: rgb(245,161,217); }
div.DivClassName
{
background-color: #F5A1D9;
}
.BgClassName
{
background-color: #F5A1D9;
}
</style>
border-color css
<style>
span { border-color: #F5A1D9; }
span { border-color: rgb(245,161,217); }
td.TdClassName
{
border-color: #F5A1D9;
}
.TagClassName
{
border-color: #F5A1D9;
}
</style>