Shades of French Lilac #F1C4EA
Tints of French Lilac #F1C4EA
RGB
CMYK
RGB Variations
Color information
#F1C4EA (or 0xF1C4EA) is known color: French Lilac. HEX triplet: F1, C4 and EA. RGB value is (241,196,234). Sum of RGB (Red+Green+Blue) = 241+196+234=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 196 (76.95% from 255 or 29.21% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C4EA is #0E3B15. Grayscale: #D5D5D5. Windows color (decimal): -932630 or 15385841. OLE color: 15385841.
HSL color Cylindrical-coordinate representation of color #F1C4EA: hue angle of 309.33º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1C4EA is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 196 | 234 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.05 |
| HSL | 309.33º | 0.62% | 0.86% | - |
| HSV(B) | 309.33º | 0.19% | 0.95% | - |
| XYZ | 70.87 | 64.12 | 86.48 | - |
| YUV | 213.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 234 | 0 | 0.19 | 0.03 | 0.05 | 309.33 | 0.62 | 0.86 |
| Hex | F1 | C4 | EA | 0 | 13 | 3 | 5 | 135 | 3E | 56 |
| Octal | 361 | 304 | 352 | 0 | 23 | 3 | 5 | 465 | 76 | 126 |
| Binary | 11110001 | 11000100 | 11101010 | 0 | 10011 | 11 | 101 | 100110101 | 111110 | 1010110 |
Color Harmonies of #F1C4EA
Complementary color
Monochromatic Colors of #F1C4EA
Black with #F1C4EA
Text Example
Text Example
White with #F1C4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C4EA; }
p { color: rgb(241,196,234); }
H1.HeaderClassName
{
color: #F1C4EA;
}
.AnyTagClassName
{
color: #F1C4EA;
}
</style>
background-color css
<style>
a { background-color: #F1C4EA; }
a { background-color: rgb(241,196,234); }
div.DivClassName
{
background-color: #F1C4EA;
}
.BgClassName
{
background-color: #F1C4EA;
}
</style>
border-color css
<style>
span { border-color: #F1C4EA; }
span { border-color: rgb(241,196,234); }
td.TdClassName
{
border-color: #F1C4EA;
}
.TagClassName
{
border-color: #F1C4EA;
}
</style>