Shades of Lavender Rose #F1A4DB
Tints of Lavender Rose #F1A4DB
RGB
CMYK
RGB Variations
Color information
#F1A4DB (or 0xF1A4DB) is known color: Lavender Rose. HEX triplet: F1, A4 and DB. RGB value is (241,164,219). Sum of RGB (Red+Green+Blue) = 241+164+219=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 164 (64.45% from 255 or 26.28% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4DB is #0E5B24. Grayscale: #C1C1C1. Windows color (decimal): -940837 or 14394609. OLE color: 14394609.
HSL color Cylindrical-coordinate representation of color #F1A4DB: hue angle of 317.14º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F1A4DB is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 219 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.05 |
| HSL | 317.14º | 0.73% | 0.79% | - |
| HSV(B) | 317.14º | 0.32% | 0.95% | - |
| XYZ | 62.34 | 50.37 | 73.45 | - |
| YUV | 193.29 | 142.51 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 219 | 0 | 0.32 | 0.09 | 0.05 | 317.14 | 0.73 | 0.79 |
| Hex | F1 | A4 | DB | 0 | 20 | 9 | 5 | 13D | 49 | 4F |
| Octal | 361 | 244 | 333 | 0 | 40 | 11 | 5 | 475 | 111 | 117 |
| Binary | 11110001 | 10100100 | 11011011 | 0 | 100000 | 1001 | 101 | 100111101 | 1001001 | 1001111 |
Color Harmonies of #F1A4DB
Complementary color
Monochromatic Colors of #F1A4DB
Black with #F1A4DB
Text Example
Text Example
White with #F1A4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A4DB; }
p { color: rgb(241,164,219); }
H1.HeaderClassName
{
color: #F1A4DB;
}
.AnyTagClassName
{
color: #F1A4DB;
}
</style>
background-color css
<style>
a { background-color: #F1A4DB; }
a { background-color: rgb(241,164,219); }
div.DivClassName
{
background-color: #F1A4DB;
}
.BgClassName
{
background-color: #F1A4DB;
}
</style>
border-color css
<style>
span { border-color: #F1A4DB; }
span { border-color: rgb(241,164,219); }
td.TdClassName
{
border-color: #F1A4DB;
}
.TagClassName
{
border-color: #F1A4DB;
}
</style>