Shades of Lavender Rose #F5A0DF
Tints of Lavender Rose #F5A0DF
RGB
CMYK
RGB Variations
Color information
#F5A0DF (or 0xF5A0DF) is known color: Lavender Rose. HEX triplet: F5, A0 and DF. RGB value is (245,160,223). Sum of RGB (Red+Green+Blue) = 245+160+223=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 160 (62.89% from 255 or 25.48% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A0DF is #0A5F20. Grayscale: #C0C0C0. Windows color (decimal): -679713 or 14655733. OLE color: 14655733.
HSL color Cylindrical-coordinate representation of color #F5A0DF: hue angle of 315.53º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F5A0DF is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 160 | 223 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.04 |
| HSL | 315.53º | 0.81% | 0.79% | - |
| HSV(B) | 315.53º | 0.35% | 0.96% | - |
| XYZ | 63.55 | 49.88 | 76.09 | - |
| YUV | 192.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 160 | 223 | 0 | 0.35 | 0.09 | 0.04 | 315.53 | 0.81 | 0.79 |
| Hex | F5 | A0 | DF | 0 | 23 | 9 | 4 | 13C | 51 | 4F |
| Octal | 365 | 240 | 337 | 0 | 43 | 11 | 4 | 474 | 121 | 117 |
| Binary | 11110101 | 10100000 | 11011111 | 0 | 100011 | 1001 | 100 | 100111100 | 1010001 | 1001111 |
Color Harmonies of #F5A0DF
Complementary color
Monochromatic Colors of #F5A0DF
Black with #F5A0DF
Text Example
Text Example
White with #F5A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A0DF; }
p { color: rgb(245,160,223); }
H1.HeaderClassName
{
color: #F5A0DF;
}
.AnyTagClassName
{
color: #F5A0DF;
}
</style>
background-color css
<style>
a { background-color: #F5A0DF; }
a { background-color: rgb(245,160,223); }
div.DivClassName
{
background-color: #F5A0DF;
}
.BgClassName
{
background-color: #F5A0DF;
}
</style>
border-color css
<style>
span { border-color: #F5A0DF; }
span { border-color: rgb(245,160,223); }
td.TdClassName
{
border-color: #F5A0DF;
}
.TagClassName
{
border-color: #F5A0DF;
}
</style>