Shades of French Lilac #F1C5EA
Tints of French Lilac #F1C5EA
RGB
CMYK
RGB Variations
Color information
#F1C5EA (or 0xF1C5EA) is known color: French Lilac. HEX triplet: F1, C5 and EA. RGB value is (241,197,234). Sum of RGB (Red+Green+Blue) = 241+197+234=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C5EA is #0E3A15. Grayscale: #D6D6D6. Windows color (decimal): -932374 or 15386097. OLE color: 15386097.
HSL color Cylindrical-coordinate representation of color #F1C5EA: hue angle of 309.55º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F1C5EA is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 234 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.05 |
| HSL | 309.55º | 0.61% | 0.86% | - |
| HSV(B) | 309.55º | 0.18% | 0.95% | - |
| XYZ | 71.09 | 64.57 | 86.56 | - |
| YUV | 214.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 234 | 0 | 0.18 | 0.03 | 0.05 | 309.55 | 0.61 | 0.86 |
| Hex | F1 | C5 | EA | 0 | 12 | 3 | 5 | 136 | 3D | 56 |
| Octal | 361 | 305 | 352 | 0 | 22 | 3 | 5 | 466 | 75 | 126 |
| Binary | 11110001 | 11000101 | 11101010 | 0 | 10010 | 11 | 101 | 100110110 | 111101 | 1010110 |
Color Harmonies of #F1C5EA
Complementary color
Monochromatic Colors of #F1C5EA
Black with #F1C5EA
Text Example
Text Example
White with #F1C5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5EA; }
p { color: rgb(241,197,234); }
H1.HeaderClassName
{
color: #F1C5EA;
}
.AnyTagClassName
{
color: #F1C5EA;
}
</style>
background-color css
<style>
a { background-color: #F1C5EA; }
a { background-color: rgb(241,197,234); }
div.DivClassName
{
background-color: #F1C5EA;
}
.BgClassName
{
background-color: #F1C5EA;
}
</style>
border-color css
<style>
span { border-color: #F1C5EA; }
span { border-color: rgb(241,197,234); }
td.TdClassName
{
border-color: #F1C5EA;
}
.TagClassName
{
border-color: #F1C5EA;
}
</style>