Shades of French Lilac #F5C1EB
Tints of French Lilac #F5C1EB
RGB
CMYK
RGB Variations
Color information
#F5C1EB (or 0xF5C1EB) is known color: French Lilac. HEX triplet: F5, C1 and EB. RGB value is (245,193,235). Sum of RGB (Red+Green+Blue) = 245+193+235=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 193 (75.78% from 255 or 28.68% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C1EB is #0A3E14. Grayscale: #D5D5D5. Windows color (decimal): -671253 or 15450613. OLE color: 15450613.
HSL color Cylindrical-coordinate representation of color #F5C1EB: hue angle of 311.54º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5C1EB is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 235 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.04 |
| HSL | 311.54º | 0.72% | 0.86% | - |
| HSV(B) | 311.54º | 0.21% | 0.96% | - |
| XYZ | 71.72 | 63.55 | 87.08 | - |
| YUV | 213.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 235 | 0 | 0.21 | 0.04 | 0.04 | 311.54 | 0.72 | 0.86 |
| Hex | F5 | C1 | EB | 0 | 15 | 4 | 4 | 138 | 48 | 56 |
| Octal | 365 | 301 | 353 | 0 | 25 | 4 | 4 | 470 | 110 | 126 |
| Binary | 11110101 | 11000001 | 11101011 | 0 | 10101 | 100 | 100 | 100111000 | 1001000 | 1010110 |
Color Harmonies of #F5C1EB
Complementary color
Monochromatic Colors of #F5C1EB
Black with #F5C1EB
Text Example
Text Example
White with #F5C1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C1EB; }
p { color: rgb(245,193,235); }
H1.HeaderClassName
{
color: #F5C1EB;
}
.AnyTagClassName
{
color: #F5C1EB;
}
</style>
background-color css
<style>
a { background-color: #F5C1EB; }
a { background-color: rgb(245,193,235); }
div.DivClassName
{
background-color: #F5C1EB;
}
.BgClassName
{
background-color: #F5C1EB;
}
</style>
border-color css
<style>
span { border-color: #F5C1EB; }
span { border-color: rgb(245,193,235); }
td.TdClassName
{
border-color: #F5C1EB;
}
.TagClassName
{
border-color: #F5C1EB;
}
</style>