Shades of Lavender Rose #F1A1DB
Tints of Lavender Rose #F1A1DB
RGB
CMYK
RGB Variations
Color information
#F1A1DB (or 0xF1A1DB) is known color: Lavender Rose. HEX triplet: F1, A1 and DB. RGB value is (241,161,219). Sum of RGB (Red+Green+Blue) = 241+161+219=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A1DB is #0E5E24. Grayscale: #BFBFBF. Windows color (decimal): -941605 or 14393841. OLE color: 14393841.
HSL color Cylindrical-coordinate representation of color #F1A1DB: hue angle of 316.5º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F1A1DB is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 161 | 219 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.05 |
| HSL | 316.5º | 0.74% | 0.79% | - |
| HSV(B) | 316.5º | 0.33% | 0.95% | - |
| XYZ | 61.81 | 49.3 | 73.28 | - |
| YUV | 191.53 | 143.5 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 161 | 219 | 0 | 0.33 | 0.09 | 0.05 | 316.5 | 0.74 | 0.79 |
| Hex | F1 | A1 | DB | 0 | 21 | 9 | 5 | 13C | 4A | 4F |
| Octal | 361 | 241 | 333 | 0 | 41 | 11 | 5 | 474 | 112 | 117 |
| Binary | 11110001 | 10100001 | 11011011 | 0 | 100001 | 1001 | 101 | 100111100 | 1001010 | 1001111 |
Color Harmonies of #F1A1DB
Complementary color
Monochromatic Colors of #F1A1DB
Black with #F1A1DB
Text Example
Text Example
White with #F1A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A1DB; }
p { color: rgb(241,161,219); }
H1.HeaderClassName
{
color: #F1A1DB;
}
.AnyTagClassName
{
color: #F1A1DB;
}
</style>
background-color css
<style>
a { background-color: #F1A1DB; }
a { background-color: rgb(241,161,219); }
div.DivClassName
{
background-color: #F1A1DB;
}
.BgClassName
{
background-color: #F1A1DB;
}
</style>
border-color css
<style>
span { border-color: #F1A1DB; }
span { border-color: rgb(241,161,219); }
td.TdClassName
{
border-color: #F1A1DB;
}
.TagClassName
{
border-color: #F1A1DB;
}
</style>