Shades of French Lilac #F1C0EA
Tints of French Lilac #F1C0EA
RGB
CMYK
RGB Variations
Color information
#F1C0EA (or 0xF1C0EA) is known color: French Lilac. HEX triplet: F1, C0 and EA. RGB value is (241,192,234). Sum of RGB (Red+Green+Blue) = 241+192+234=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C0EA is #0E3F15. Grayscale: #D3D3D3. Windows color (decimal): -933654 or 15384817. OLE color: 15384817.
HSL color Cylindrical-coordinate representation of color #F1C0EA: hue angle of 308.57º degrees, saturation: 0.64, 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 #F1C0EA is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 234 | - |
| CMYK | 0 | 0.20 | 0.03 | 0.05 |
| HSL | 308.57º | 0.64% | 0.85% | - |
| HSV(B) | 308.57º | 0.2% | 0.95% | - |
| XYZ | 69.98 | 62.34 | 86.19 | - |
| YUV | 211.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 234 | 0 | 0.20 | 0.03 | 0.05 | 308.57 | 0.64 | 0.85 |
| Hex | F1 | C0 | EA | 0 | 14 | 3 | 5 | 135 | 40 | 55 |
| Octal | 361 | 300 | 352 | 0 | 24 | 3 | 5 | 465 | 100 | 125 |
| Binary | 11110001 | 11000000 | 11101010 | 0 | 10100 | 11 | 101 | 100110101 | 1000000 | 1010101 |
Color Harmonies of #F1C0EA
Complementary color
Monochromatic Colors of #F1C0EA
Black with #F1C0EA
Text Example
Text Example
White with #F1C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C0EA; }
p { color: rgb(241,192,234); }
H1.HeaderClassName
{
color: #F1C0EA;
}
.AnyTagClassName
{
color: #F1C0EA;
}
</style>
background-color css
<style>
a { background-color: #F1C0EA; }
a { background-color: rgb(241,192,234); }
div.DivClassName
{
background-color: #F1C0EA;
}
.BgClassName
{
background-color: #F1C0EA;
}
</style>
border-color css
<style>
span { border-color: #F1C0EA; }
span { border-color: rgb(241,192,234); }
td.TdClassName
{
border-color: #F1C0EA;
}
.TagClassName
{
border-color: #F1C0EA;
}
</style>