Shades of French Lilac #F1C1E8
Tints of French Lilac #F1C1E8
RGB
CMYK
RGB Variations
Color information
#F1C1E8 (or 0xF1C1E8) is known color: French Lilac. HEX triplet: F1, C1 and E8. RGB value is (241,193,232). Sum of RGB (Red+Green+Blue) = 241+193+232=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 232 (91.02% from 255 or 34.83% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C1E8 is #0E3E17. Grayscale: #D3D3D3. Windows color (decimal): -933400 or 15254001. OLE color: 15254001.
HSL color Cylindrical-coordinate representation of color #F1C1E8: hue angle of 311.25º 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 #F1C1E8 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 193 | 232 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.05 |
| HSL | 311.25º | 0.63% | 0.85% | - |
| HSV(B) | 311.25º | 0.2% | 0.95% | - |
| XYZ | 69.91 | 62.67 | 84.76 | - |
| YUV | 211.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 193 | 232 | 0 | 0.20 | 0.04 | 0.05 | 311.25 | 0.63 | 0.85 |
| Hex | F1 | C1 | E8 | 0 | 14 | 4 | 5 | 137 | 3F | 55 |
| Octal | 361 | 301 | 350 | 0 | 24 | 4 | 5 | 467 | 77 | 125 |
| Binary | 11110001 | 11000001 | 11101000 | 0 | 10100 | 100 | 101 | 100110111 | 111111 | 1010101 |
Color Harmonies of #F1C1E8
Complementary color
Monochromatic Colors of #F1C1E8
Black with #F1C1E8
Text Example
Text Example
White with #F1C1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C1E8; }
p { color: rgb(241,193,232); }
H1.HeaderClassName
{
color: #F1C1E8;
}
.AnyTagClassName
{
color: #F1C1E8;
}
</style>
background-color css
<style>
a { background-color: #F1C1E8; }
a { background-color: rgb(241,193,232); }
div.DivClassName
{
background-color: #F1C1E8;
}
.BgClassName
{
background-color: #F1C1E8;
}
</style>
border-color css
<style>
span { border-color: #F1C1E8; }
span { border-color: rgb(241,193,232); }
td.TdClassName
{
border-color: #F1C1E8;
}
.TagClassName
{
border-color: #F1C1E8;
}
</style>