Shades of Lavender Rose #F1A4DC
Tints of Lavender Rose #F1A4DC
RGB
CMYK
RGB Variations
Color information
#F1A4DC (or 0xF1A4DC) is known color: Lavender Rose. HEX triplet: F1, A4 and DC. RGB value is (241,164,220). Sum of RGB (Red+Green+Blue) = 241+164+220=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4DC is #0E5B23. Grayscale: #C1C1C1. Windows color (decimal): -940836 or 14460145. OLE color: 14460145.
HSL color Cylindrical-coordinate representation of color #F1A4DC: hue angle of 316.36º 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 #F1A4DC is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 220 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.05 |
| HSL | 316.36º | 0.73% | 0.79% | - |
| HSV(B) | 316.36º | 0.32% | 0.95% | - |
| XYZ | 62.47 | 50.42 | 74.15 | - |
| YUV | 193.41 | 143.01 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 220 | 0 | 0.32 | 0.09 | 0.05 | 316.36 | 0.73 | 0.79 |
| Hex | F1 | A4 | DC | 0 | 20 | 9 | 5 | 13C | 49 | 4F |
| Octal | 361 | 244 | 334 | 0 | 40 | 11 | 5 | 474 | 111 | 117 |
| Binary | 11110001 | 10100100 | 11011100 | 0 | 100000 | 1001 | 101 | 100111100 | 1001001 | 1001111 |
Color Harmonies of #F1A4DC
Complementary color
Monochromatic Colors of #F1A4DC
Black with #F1A4DC
Text Example
Text Example
White with #F1A4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A4DC; }
p { color: rgb(241,164,220); }
H1.HeaderClassName
{
color: #F1A4DC;
}
.AnyTagClassName
{
color: #F1A4DC;
}
</style>
background-color css
<style>
a { background-color: #F1A4DC; }
a { background-color: rgb(241,164,220); }
div.DivClassName
{
background-color: #F1A4DC;
}
.BgClassName
{
background-color: #F1A4DC;
}
</style>
border-color css
<style>
span { border-color: #F1A4DC; }
span { border-color: rgb(241,164,220); }
td.TdClassName
{
border-color: #F1A4DC;
}
.TagClassName
{
border-color: #F1A4DC;
}
</style>