Shades of Lavender Rose #F5A4DC
Tints of Lavender Rose #F5A4DC
RGB
CMYK
RGB Variations
Color information
#F5A4DC (or 0xF5A4DC) is known color: Lavender Rose. HEX triplet: F5, A4 and DC. RGB value is (245,164,220). Sum of RGB (Red+Green+Blue) = 245+164+220=629 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.95% from 629); Green value is 164 (64.45% from 255 or 26.07% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A4DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5A4DC is #0A5B23. Grayscale: #C2C2C2. Windows color (decimal): -678692 or 14460149. OLE color: 14460149.
HSL color Cylindrical-coordinate representation of color #F5A4DC: hue angle of 318.52º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5A4DC is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 164 | 220 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.04 |
| HSL | 318.52º | 0.8% | 0.8% | - |
| HSV(B) | 318.52º | 0.33% | 0.96% | - |
| XYZ | 63.85 | 51.13 | 74.21 | - |
| YUV | 194.6 | 142.34 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 164 | 220 | 0 | 0.33 | 0.10 | 0.04 | 318.52 | 0.8 | 0.8 |
| Hex | F5 | A4 | DC | 0 | 21 | A | 4 | 13F | 50 | 50 |
| Octal | 365 | 244 | 334 | 0 | 41 | 12 | 4 | 477 | 120 | 120 |
| Binary | 11110101 | 10100100 | 11011100 | 0 | 100001 | 1010 | 100 | 100111111 | 1010000 | 1010000 |
Color Harmonies of #F5A4DC
Complementary color
Monochromatic Colors of #F5A4DC
Black with #F5A4DC
Text Example
Text Example
White with #F5A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A4DC; }
p { color: rgb(245,164,220); }
H1.HeaderClassName
{
color: #F5A4DC;
}
.AnyTagClassName
{
color: #F5A4DC;
}
</style>
background-color css
<style>
a { background-color: #F5A4DC; }
a { background-color: rgb(245,164,220); }
div.DivClassName
{
background-color: #F5A4DC;
}
.BgClassName
{
background-color: #F5A4DC;
}
</style>
border-color css
<style>
span { border-color: #F5A4DC; }
span { border-color: rgb(245,164,220); }
td.TdClassName
{
border-color: #F5A4DC;
}
.TagClassName
{
border-color: #F5A4DC;
}
</style>