Shades of Lavender Rose #F5A1DE
Tints of Lavender Rose #F5A1DE
RGB
CMYK
RGB Variations
Color information
#F5A1DE (or 0xF5A1DE) is known color: Lavender Rose. HEX triplet: F5, A1 and DE. RGB value is (245,161,222). Sum of RGB (Red+Green+Blue) = 245+161+222=628 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.01% from 628); Green value is 161 (63.28% from 255 or 25.64% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A1DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A1DE is #0A5E21. Grayscale: #C0C0C0. Windows color (decimal): -679458 or 14590453. OLE color: 14590453.
HSL color Cylindrical-coordinate representation of color #F5A1DE: hue angle of 316.43º 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 #F5A1DE is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 161 | 222 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.04 |
| HSL | 316.43º | 0.81% | 0.8% | - |
| HSV(B) | 316.43º | 0.34% | 0.96% | - |
| XYZ | 63.59 | 50.18 | 75.44 | - |
| YUV | 193.07 | 144.33 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 161 | 222 | 0 | 0.34 | 0.09 | 0.04 | 316.43 | 0.81 | 0.8 |
| Hex | F5 | A1 | DE | 0 | 22 | 9 | 4 | 13C | 51 | 50 |
| Octal | 365 | 241 | 336 | 0 | 42 | 11 | 4 | 474 | 121 | 120 |
| Binary | 11110101 | 10100001 | 11011110 | 0 | 100010 | 1001 | 100 | 100111100 | 1010001 | 1010000 |
Color Harmonies of #F5A1DE
Complementary color
Monochromatic Colors of #F5A1DE
Black with #F5A1DE
Text Example
Text Example
White with #F5A1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A1DE; }
p { color: rgb(245,161,222); }
H1.HeaderClassName
{
color: #F5A1DE;
}
.AnyTagClassName
{
color: #F5A1DE;
}
</style>
background-color css
<style>
a { background-color: #F5A1DE; }
a { background-color: rgb(245,161,222); }
div.DivClassName
{
background-color: #F5A1DE;
}
.BgClassName
{
background-color: #F5A1DE;
}
</style>
border-color css
<style>
span { border-color: #F5A1DE; }
span { border-color: rgb(245,161,222); }
td.TdClassName
{
border-color: #F5A1DE;
}
.TagClassName
{
border-color: #F5A1DE;
}
</style>