Shades of French Lilac #F6C1EA
Tints of French Lilac #F6C1EA
RGB
CMYK
RGB Variations
Color information
#F6C1EA (or 0xF6C1EA) is known color: French Lilac. HEX triplet: F6, C1 and EA. RGB value is (246,193,234). Sum of RGB (Red+Green+Blue) = 246+193+234=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 193 (75.78% from 255 or 28.68% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6C1EA is #093E15. Grayscale: #D5D5D5. Windows color (decimal): -605718 or 15385078. OLE color: 15385078.
HSL color Cylindrical-coordinate representation of color #F6C1EA: hue angle of 313.58º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F6C1EA is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 193 | 234 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.04 |
| HSL | 313.58º | 0.75% | 0.86% | - |
| HSV(B) | 313.58º | 0.22% | 0.96% | - |
| XYZ | 71.93 | 63.67 | 86.34 | - |
| YUV | 213.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 193 | 234 | 0 | 0.22 | 0.05 | 0.04 | 313.58 | 0.75 | 0.86 |
| Hex | F6 | C1 | EA | 0 | 16 | 5 | 4 | 13A | 4B | 56 |
| Octal | 366 | 301 | 352 | 0 | 26 | 5 | 4 | 472 | 113 | 126 |
| Binary | 11110110 | 11000001 | 11101010 | 0 | 10110 | 101 | 100 | 100111010 | 1001011 | 1010110 |
Color Harmonies of #F6C1EA
Complementary color
Monochromatic Colors of #F6C1EA
Black with #F6C1EA
Text Example
Text Example
White with #F6C1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C1EA; }
p { color: rgb(246,193,234); }
H1.HeaderClassName
{
color: #F6C1EA;
}
.AnyTagClassName
{
color: #F6C1EA;
}
</style>
background-color css
<style>
a { background-color: #F6C1EA; }
a { background-color: rgb(246,193,234); }
div.DivClassName
{
background-color: #F6C1EA;
}
.BgClassName
{
background-color: #F6C1EA;
}
</style>
border-color css
<style>
span { border-color: #F6C1EA; }
span { border-color: rgb(246,193,234); }
td.TdClassName
{
border-color: #F6C1EA;
}
.TagClassName
{
border-color: #F6C1EA;
}
</style>