Shades of Lavender Rose #F5A1DA
Tints of Lavender Rose #F5A1DA
RGB
CMYK
RGB Variations
Color information
#F5A1DA (or 0xF5A1DA) is known color: Lavender Rose. HEX triplet: F5, A1 and DA. RGB value is (245,161,218). Sum of RGB (Red+Green+Blue) = 245+161+218=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 161 (63.28% from 255 or 25.80% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A1DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A1DA is #0A5E25. Grayscale: #C0C0C0. Windows color (decimal): -679462 or 14328309. OLE color: 14328309.
HSL color Cylindrical-coordinate representation of color #F5A1DA: hue angle of 319.29º 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 #F5A1DA is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 218 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.04 |
| HSL | 319.29º | 0.81% | 0.8% | - |
| HSV(B) | 319.29º | 0.34% | 0.96% | - |
| XYZ | 63.06 | 49.96 | 72.65 | - |
| YUV | 192.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 218 | 0 | 0.34 | 0.11 | 0.04 | 319.29 | 0.81 | 0.8 |
| Hex | F5 | A1 | DA | 0 | 22 | B | 4 | 13F | 51 | 50 |
| Octal | 365 | 241 | 332 | 0 | 42 | 13 | 4 | 477 | 121 | 120 |
| Binary | 11110101 | 10100001 | 11011010 | 0 | 100010 | 1011 | 100 | 100111111 | 1010001 | 1010000 |
Color Harmonies of #F5A1DA
Complementary color
Monochromatic Colors of #F5A1DA
Black with #F5A1DA
Text Example
Text Example
White with #F5A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A1DA; }
p { color: rgb(245,161,218); }
H1.HeaderClassName
{
color: #F5A1DA;
}
.AnyTagClassName
{
color: #F5A1DA;
}
</style>
background-color css
<style>
a { background-color: #F5A1DA; }
a { background-color: rgb(245,161,218); }
div.DivClassName
{
background-color: #F5A1DA;
}
.BgClassName
{
background-color: #F5A1DA;
}
</style>
border-color css
<style>
span { border-color: #F5A1DA; }
span { border-color: rgb(245,161,218); }
td.TdClassName
{
border-color: #F5A1DA;
}
.TagClassName
{
border-color: #F5A1DA;
}
</style>