Shades of French Lilac #F5C1EA
Tints of French Lilac #F5C1EA
RGB
CMYK
RGB Variations
Color information
#F5C1EA (or 0xF5C1EA) is known color: French Lilac. HEX triplet: F5, C1 and EA. RGB value is (245,193,234). Sum of RGB (Red+Green+Blue) = 245+193+234=672 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.46% from 672); Green value is 193 (75.78% from 255 or 28.72% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C1EA is #0A3E15. Grayscale: #D5D5D5. Windows color (decimal): -671254 or 15385077. OLE color: 15385077.
HSL color Cylindrical-coordinate representation of color #F5C1EA: hue angle of 312.69º 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 #F5C1EA is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 234 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.04 |
| HSL | 312.69º | 0.72% | 0.86% | - |
| HSV(B) | 312.69º | 0.21% | 0.96% | - |
| XYZ | 71.58 | 63.49 | 86.32 | - |
| YUV | 213.22 | 139.73 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 234 | 0 | 0.21 | 0.04 | 0.04 | 312.69 | 0.72 | 0.86 |
| Hex | F5 | C1 | EA | 0 | 15 | 4 | 4 | 139 | 48 | 56 |
| Octal | 365 | 301 | 352 | 0 | 25 | 4 | 4 | 471 | 110 | 126 |
| Binary | 11110101 | 11000001 | 11101010 | 0 | 10101 | 100 | 100 | 100111001 | 1001000 | 1010110 |
Color Harmonies of #F5C1EA
Complementary color
Monochromatic Colors of #F5C1EA
Black with #F5C1EA
Text Example
Text Example
White with #F5C1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C1EA; }
p { color: rgb(245,193,234); }
H1.HeaderClassName
{
color: #F5C1EA;
}
.AnyTagClassName
{
color: #F5C1EA;
}
</style>
background-color css
<style>
a { background-color: #F5C1EA; }
a { background-color: rgb(245,193,234); }
div.DivClassName
{
background-color: #F5C1EA;
}
.BgClassName
{
background-color: #F5C1EA;
}
</style>
border-color css
<style>
span { border-color: #F5C1EA; }
span { border-color: rgb(245,193,234); }
td.TdClassName
{
border-color: #F5C1EA;
}
.TagClassName
{
border-color: #F5C1EA;
}
</style>