Shades of French Lilac #F5C1EE
Tints of French Lilac #F5C1EE
RGB
CMYK
RGB Variations
Color information
#F5C1EE (or 0xF5C1EE) is known color: French Lilac. HEX triplet: F5, C1 and EE. RGB value is (245,193,238). Sum of RGB (Red+Green+Blue) = 245+193+238=676 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.24% from 676); Green value is 193 (75.78% from 255 or 28.55% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C1EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C1EE is #0A3E11. Grayscale: #D5D5D5. Windows color (decimal): -671250 or 15647221. OLE color: 15647221.
HSL color Cylindrical-coordinate representation of color #F5C1EE: hue angle of 308.08º 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 #F5C1EE is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 238 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.04 |
| HSL | 308.08º | 0.72% | 0.86% | - |
| HSV(B) | 308.08º | 0.21% | 0.96% | - |
| XYZ | 72.16 | 63.73 | 89.39 | - |
| YUV | 213.68 | 141.73 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 238 | 0 | 0.21 | 0.03 | 0.04 | 308.08 | 0.72 | 0.86 |
| Hex | F5 | C1 | EE | 0 | 15 | 3 | 4 | 134 | 48 | 56 |
| Octal | 365 | 301 | 356 | 0 | 25 | 3 | 4 | 464 | 110 | 126 |
| Binary | 11110101 | 11000001 | 11101110 | 0 | 10101 | 11 | 100 | 100110100 | 1001000 | 1010110 |
Color Harmonies of #F5C1EE
Complementary color
Monochromatic Colors of #F5C1EE
Black with #F5C1EE
Text Example
Text Example
White with #F5C1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C1EE; }
p { color: rgb(245,193,238); }
H1.HeaderClassName
{
color: #F5C1EE;
}
.AnyTagClassName
{
color: #F5C1EE;
}
</style>
background-color css
<style>
a { background-color: #F5C1EE; }
a { background-color: rgb(245,193,238); }
div.DivClassName
{
background-color: #F5C1EE;
}
.BgClassName
{
background-color: #F5C1EE;
}
</style>
border-color css
<style>
span { border-color: #F5C1EE; }
span { border-color: rgb(245,193,238); }
td.TdClassName
{
border-color: #F5C1EE;
}
.TagClassName
{
border-color: #F5C1EE;
}
</style>