Shades of Lavender Rose #F1ACF1
Tints of Lavender Rose #F1ACF1
RGB
CMYK
RGB Variations
Color information
#F1ACF1 (or 0xF1ACF1) is known color: Lavender Rose. HEX triplet: F1, AC and F1. RGB value is (241,172,241). Sum of RGB (Red+Green+Blue) = 241+172+241=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 172 (67.58% from 255 or 26.30% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1ACF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1ACF1 is #0E530E. Grayscale: #C8C8C8. Windows color (decimal): -938767 or 15838449. OLE color: 15838449.
HSL color Cylindrical-coordinate representation of color #F1ACF1: hue angle of 300º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1ACF1 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 172 | 241 | - |
| CMYK | 0 | 0.29 | 0 | 0.05 |
| HSL | 300º | 0.71% | 0.81% | - |
| HSV(B) | 300º | 0.29% | 0.95% | - |
| XYZ | 66.91 | 54.56 | 90.22 | - |
| YUV | 200.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 172 | 241 | 0 | 0.29 | 0 | 0.05 | 300 | 0.71 | 0.81 |
| Hex | F1 | AC | F1 | 0 | 1D | 0 | 5 | 12C | 47 | 51 |
| Octal | 361 | 254 | 361 | 0 | 35 | 0 | 5 | 454 | 107 | 121 |
| Binary | 11110001 | 10101100 | 11110001 | 0 | 11101 | 0 | 101 | 100101100 | 1000111 | 1010001 |
Color Harmonies of #F1ACF1
Complementary color
Monochromatic Colors of #F1ACF1
Black with #F1ACF1
Text Example
Text Example
White with #F1ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1ACF1; }
p { color: rgb(241,172,241); }
H1.HeaderClassName
{
color: #F1ACF1;
}
.AnyTagClassName
{
color: #F1ACF1;
}
</style>
background-color css
<style>
a { background-color: #F1ACF1; }
a { background-color: rgb(241,172,241); }
div.DivClassName
{
background-color: #F1ACF1;
}
.BgClassName
{
background-color: #F1ACF1;
}
</style>
border-color css
<style>
span { border-color: #F1ACF1; }
span { border-color: rgb(241,172,241); }
td.TdClassName
{
border-color: #F1ACF1;
}
.TagClassName
{
border-color: #F1ACF1;
}
</style>