Shades of French Lilac #F0C4EA
Tints of French Lilac #F0C4EA
RGB
CMYK
RGB Variations
Color information
#F0C4EA (or 0xF0C4EA) is known color: French Lilac. HEX triplet: F0, C4 and EA. RGB value is (240,196,234). Sum of RGB (Red+Green+Blue) = 240+196+234=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 196 (76.95% from 255 or 29.25% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C4EA is #0F3B15. Grayscale: #D5D5D5. Windows color (decimal): -998166 or 15385840. OLE color: 15385840.
HSL color Cylindrical-coordinate representation of color #F0C4EA: hue angle of 308.18º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0C4EA is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 196 | 234 | - |
| CMYK | 0 | 0.18 | 0.02 | 0.06 |
| HSL | 308.18º | 0.59% | 0.85% | - |
| HSV(B) | 308.18º | 0.18% | 0.94% | - |
| XYZ | 70.53 | 63.95 | 86.47 | - |
| YUV | 213.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 196 | 234 | 0 | 0.18 | 0.02 | 0.06 | 308.18 | 0.59 | 0.85 |
| Hex | F0 | C4 | EA | 0 | 12 | 2 | 6 | 134 | 3B | 55 |
| Octal | 360 | 304 | 352 | 0 | 22 | 2 | 6 | 464 | 73 | 125 |
| Binary | 11110000 | 11000100 | 11101010 | 0 | 10010 | 10 | 110 | 100110100 | 111011 | 1010101 |
Color Harmonies of #F0C4EA
Complementary color
Monochromatic Colors of #F0C4EA
Black with #F0C4EA
Text Example
Text Example
White with #F0C4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C4EA; }
p { color: rgb(240,196,234); }
H1.HeaderClassName
{
color: #F0C4EA;
}
.AnyTagClassName
{
color: #F0C4EA;
}
</style>
background-color css
<style>
a { background-color: #F0C4EA; }
a { background-color: rgb(240,196,234); }
div.DivClassName
{
background-color: #F0C4EA;
}
.BgClassName
{
background-color: #F0C4EA;
}
</style>
border-color css
<style>
span { border-color: #F0C4EA; }
span { border-color: rgb(240,196,234); }
td.TdClassName
{
border-color: #F0C4EA;
}
.TagClassName
{
border-color: #F0C4EA;
}
</style>