Shades of French Lilac #F1C1EB
Tints of French Lilac #F1C1EB
RGB
CMYK
RGB Variations
Color information
#F1C1EB (or 0xF1C1EB) is known color: French Lilac. HEX triplet: F1, C1 and EB. RGB value is (241,193,235). Sum of RGB (Red+Green+Blue) = 241+193+235=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C1EB is #0E3E14. Grayscale: #D4D4D4. Windows color (decimal): -933397 or 15450609. OLE color: 15450609.
HSL color Cylindrical-coordinate representation of color #F1C1EB: hue angle of 307.5º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C1EB is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 193 | 235 | - |
| CMYK | 0 | 0.20 | 0.02 | 0.05 |
| HSL | 307.5º | 0.63% | 0.85% | - |
| HSV(B) | 307.5º | 0.2% | 0.95% | - |
| XYZ | 70.34 | 62.84 | 87.02 | - |
| YUV | 212.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 193 | 235 | 0 | 0.20 | 0.02 | 0.05 | 307.5 | 0.63 | 0.85 |
| Hex | F1 | C1 | EB | 0 | 14 | 2 | 5 | 134 | 3F | 55 |
| Octal | 361 | 301 | 353 | 0 | 24 | 2 | 5 | 464 | 77 | 125 |
| Binary | 11110001 | 11000001 | 11101011 | 0 | 10100 | 10 | 101 | 100110100 | 111111 | 1010101 |
Color Harmonies of #F1C1EB
Complementary color
Monochromatic Colors of #F1C1EB
Black with #F1C1EB
Text Example
Text Example
White with #F1C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C1EB; }
p { color: rgb(241,193,235); }
H1.HeaderClassName
{
color: #F1C1EB;
}
.AnyTagClassName
{
color: #F1C1EB;
}
</style>
background-color css
<style>
a { background-color: #F1C1EB; }
a { background-color: rgb(241,193,235); }
div.DivClassName
{
background-color: #F1C1EB;
}
.BgClassName
{
background-color: #F1C1EB;
}
</style>
border-color css
<style>
span { border-color: #F1C1EB; }
span { border-color: rgb(241,193,235); }
td.TdClassName
{
border-color: #F1C1EB;
}
.TagClassName
{
border-color: #F1C1EB;
}
</style>