Shades of French Lilac #F1C4E6
Tints of French Lilac #F1C4E6
RGB
CMYK
RGB Variations
Color information
#F1C4E6 (or 0xF1C4E6) is known color: French Lilac. HEX triplet: F1, C4 and E6. RGB value is (241,196,230). Sum of RGB (Red+Green+Blue) = 241+196+230=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 196 (76.95% from 255 or 29.39% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C4E6 is #0E3B19. Grayscale: #D5D5D5. Windows color (decimal): -932634 or 15123697. OLE color: 15123697.
HSL color Cylindrical-coordinate representation of color #F1C4E6: hue angle of 314.67º 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 #F1C4E6 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 196 | 230 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.05 |
| HSL | 314.67º | 0.62% | 0.86% | - |
| HSV(B) | 314.67º | 0.19% | 0.95% | - |
| XYZ | 70.3 | 63.89 | 83.49 | - |
| YUV | 213.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 196 | 230 | 0 | 0.19 | 0.05 | 0.05 | 314.67 | 0.62 | 0.86 |
| Hex | F1 | C4 | E6 | 0 | 13 | 5 | 5 | 13B | 3E | 56 |
| Octal | 361 | 304 | 346 | 0 | 23 | 5 | 5 | 473 | 76 | 126 |
| Binary | 11110001 | 11000100 | 11100110 | 0 | 10011 | 101 | 101 | 100111011 | 111110 | 1010110 |
Color Harmonies of #F1C4E6
Complementary color
Monochromatic Colors of #F1C4E6
Black with #F1C4E6
Text Example
Text Example
White with #F1C4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C4E6; }
p { color: rgb(241,196,230); }
H1.HeaderClassName
{
color: #F1C4E6;
}
.AnyTagClassName
{
color: #F1C4E6;
}
</style>
background-color css
<style>
a { background-color: #F1C4E6; }
a { background-color: rgb(241,196,230); }
div.DivClassName
{
background-color: #F1C4E6;
}
.BgClassName
{
background-color: #F1C4E6;
}
</style>
border-color css
<style>
span { border-color: #F1C4E6; }
span { border-color: rgb(241,196,230); }
td.TdClassName
{
border-color: #F1C4E6;
}
.TagClassName
{
border-color: #F1C4E6;
}
</style>