Shades of French Lilac #F3C1EA
Tints of French Lilac #F3C1EA
RGB
CMYK
RGB Variations
Color information
#F3C1EA (or 0xF3C1EA) is known color: French Lilac. HEX triplet: F3, C1 and EA. RGB value is (243,193,234). Sum of RGB (Red+Green+Blue) = 243+193+234=670 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.27% from 670); Green value is 193 (75.78% from 255 or 28.81% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C1EA is #0C3E15. Grayscale: #D4D4D4. Windows color (decimal): -802326 or 15385075. OLE color: 15385075.
HSL color Cylindrical-coordinate representation of color #F3C1EA: hue angle of 310.8º 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 #F3C1EA is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 234 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.05 |
| HSL | 310.8º | 0.68% | 0.85% | - |
| HSV(B) | 310.8º | 0.21% | 0.95% | - |
| XYZ | 70.88 | 63.14 | 86.29 | - |
| YUV | 212.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 234 | 0 | 0.21 | 0.04 | 0.05 | 310.8 | 0.68 | 0.85 |
| Hex | F3 | C1 | EA | 0 | 15 | 4 | 5 | 137 | 44 | 55 |
| Octal | 363 | 301 | 352 | 0 | 25 | 4 | 5 | 467 | 104 | 125 |
| Binary | 11110011 | 11000001 | 11101010 | 0 | 10101 | 100 | 101 | 100110111 | 1000100 | 1010101 |
Color Harmonies of #F3C1EA
Complementary color
Monochromatic Colors of #F3C1EA
Black with #F3C1EA
Text Example
Text Example
White with #F3C1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C1EA; }
p { color: rgb(243,193,234); }
H1.HeaderClassName
{
color: #F3C1EA;
}
.AnyTagClassName
{
color: #F3C1EA;
}
</style>
background-color css
<style>
a { background-color: #F3C1EA; }
a { background-color: rgb(243,193,234); }
div.DivClassName
{
background-color: #F3C1EA;
}
.BgClassName
{
background-color: #F3C1EA;
}
</style>
border-color css
<style>
span { border-color: #F3C1EA; }
span { border-color: rgb(243,193,234); }
td.TdClassName
{
border-color: #F3C1EA;
}
.TagClassName
{
border-color: #F3C1EA;
}
</style>