Shades of Lavender Rose #F1A4EC
Tints of Lavender Rose #F1A4EC
RGB
CMYK
RGB Variations
Color information
#F1A4EC (or 0xF1A4EC) is known color: Lavender Rose. HEX triplet: F1, A4 and EC. RGB value is (241,164,236). Sum of RGB (Red+Green+Blue) = 241+164+236=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 164 (64.45% from 255 or 25.59% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A4EC is #0E5B13. Grayscale: #C3C3C3. Windows color (decimal): -940820 or 15508721. OLE color: 15508721.
HSL color Cylindrical-coordinate representation of color #F1A4EC: hue angle of 303.9º 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 #F1A4EC is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 164 | 236 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.05 |
| HSL | 303.9º | 0.73% | 0.79% | - |
| HSV(B) | 303.9º | 0.32% | 0.95% | - |
| XYZ | 64.69 | 51.31 | 85.85 | - |
| YUV | 195.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 164 | 236 | 0 | 0.32 | 0.02 | 0.05 | 303.9 | 0.73 | 0.79 |
| Hex | F1 | A4 | EC | 0 | 20 | 2 | 5 | 130 | 49 | 4F |
| Octal | 361 | 244 | 354 | 0 | 40 | 2 | 5 | 460 | 111 | 117 |
| Binary | 11110001 | 10100100 | 11101100 | 0 | 100000 | 10 | 101 | 100110000 | 1001001 | 1001111 |
Color Harmonies of #F1A4EC
Complementary color
Monochromatic Colors of #F1A4EC
Black with #F1A4EC
Text Example
Text Example
White with #F1A4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A4EC; }
p { color: rgb(241,164,236); }
H1.HeaderClassName
{
color: #F1A4EC;
}
.AnyTagClassName
{
color: #F1A4EC;
}
</style>
background-color css
<style>
a { background-color: #F1A4EC; }
a { background-color: rgb(241,164,236); }
div.DivClassName
{
background-color: #F1A4EC;
}
.BgClassName
{
background-color: #F1A4EC;
}
</style>
border-color css
<style>
span { border-color: #F1A4EC; }
span { border-color: rgb(241,164,236); }
td.TdClassName
{
border-color: #F1A4EC;
}
.TagClassName
{
border-color: #F1A4EC;
}
</style>