Shades of French Lilac #F3C2EA
Tints of French Lilac #F3C2EA
RGB
CMYK
RGB Variations
Color information
#F3C2EA (or 0xF3C2EA) is known color: French Lilac. HEX triplet: F3, C2 and EA. RGB value is (243,194,234). Sum of RGB (Red+Green+Blue) = 243+194+234=671 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.21% from 671); Green value is 194 (76.17% from 255 or 28.91% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C2EA is #0C3D15. Grayscale: #D5D5D5. Windows color (decimal): -802070 or 15385331. OLE color: 15385331.
HSL color Cylindrical-coordinate representation of color #F3C2EA: hue angle of 311.02º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F3C2EA is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 194 | 234 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.05 |
| HSL | 311.02º | 0.67% | 0.86% | - |
| HSV(B) | 311.02º | 0.2% | 0.95% | - |
| XYZ | 71.11 | 63.58 | 86.37 | - |
| YUV | 213.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 194 | 234 | 0 | 0.20 | 0.04 | 0.05 | 311.02 | 0.67 | 0.86 |
| Hex | F3 | C2 | EA | 0 | 14 | 4 | 5 | 137 | 43 | 56 |
| Octal | 363 | 302 | 352 | 0 | 24 | 4 | 5 | 467 | 103 | 126 |
| Binary | 11110011 | 11000010 | 11101010 | 0 | 10100 | 100 | 101 | 100110111 | 1000011 | 1010110 |
Color Harmonies of #F3C2EA
Complementary color
Monochromatic Colors of #F3C2EA
Black with #F3C2EA
Text Example
Text Example
White with #F3C2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C2EA; }
p { color: rgb(243,194,234); }
H1.HeaderClassName
{
color: #F3C2EA;
}
.AnyTagClassName
{
color: #F3C2EA;
}
</style>
background-color css
<style>
a { background-color: #F3C2EA; }
a { background-color: rgb(243,194,234); }
div.DivClassName
{
background-color: #F3C2EA;
}
.BgClassName
{
background-color: #F3C2EA;
}
</style>
border-color css
<style>
span { border-color: #F3C2EA; }
span { border-color: rgb(243,194,234); }
td.TdClassName
{
border-color: #F3C2EA;
}
.TagClassName
{
border-color: #F3C2EA;
}
</style>