Shades of French Lilac #F3C1EC
Tints of French Lilac #F3C1EC
RGB
CMYK
RGB Variations
Color information
#F3C1EC (or 0xF3C1EC) is known color: French Lilac. HEX triplet: F3, C1 and EC. RGB value is (243,193,236). Sum of RGB (Red+Green+Blue) = 243+193+236=672 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.16% from 672); Green value is 193 (75.78% from 255 or 28.72% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C1EC is #0C3E13. Grayscale: #D4D4D4. Windows color (decimal): -802324 or 15516147. OLE color: 15516147.
HSL color Cylindrical-coordinate representation of color #F3C1EC: hue angle of 308.4º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F3C1EC is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 236 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.05 |
| HSL | 308.4º | 0.68% | 0.85% | - |
| HSV(B) | 308.4º | 0.21% | 0.95% | - |
| XYZ | 71.17 | 63.25 | 87.81 | - |
| YUV | 212.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 236 | 0 | 0.21 | 0.03 | 0.05 | 308.4 | 0.68 | 0.85 |
| Hex | F3 | C1 | EC | 0 | 15 | 3 | 5 | 134 | 44 | 55 |
| Octal | 363 | 301 | 354 | 0 | 25 | 3 | 5 | 464 | 104 | 125 |
| Binary | 11110011 | 11000001 | 11101100 | 0 | 10101 | 11 | 101 | 100110100 | 1000100 | 1010101 |
Color Harmonies of #F3C1EC
Complementary color
Monochromatic Colors of #F3C1EC
Black with #F3C1EC
Text Example
Text Example
White with #F3C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C1EC; }
p { color: rgb(243,193,236); }
H1.HeaderClassName
{
color: #F3C1EC;
}
.AnyTagClassName
{
color: #F3C1EC;
}
</style>
background-color css
<style>
a { background-color: #F3C1EC; }
a { background-color: rgb(243,193,236); }
div.DivClassName
{
background-color: #F3C1EC;
}
.BgClassName
{
background-color: #F3C1EC;
}
</style>
border-color css
<style>
span { border-color: #F3C1EC; }
span { border-color: rgb(243,193,236); }
td.TdClassName
{
border-color: #F3C1EC;
}
.TagClassName
{
border-color: #F3C1EC;
}
</style>