Shades of French Lilac #F0C3EB
Tints of French Lilac #F0C3EB
RGB
CMYK
RGB Variations
Color information
#F0C3EB (or 0xF0C3EB) is known color: French Lilac. HEX triplet: F0, C3 and EB. RGB value is (240,195,235). Sum of RGB (Red+Green+Blue) = 240+195+235=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 195 (76.56% from 255 or 29.10% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C3EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C3EB is #0F3C14. Grayscale: #D4D4D4. Windows color (decimal): -998421 or 15451120. OLE color: 15451120.
HSL color Cylindrical-coordinate representation of color #F0C3EB: hue angle of 306.67º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F0C3EB is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 195 | 235 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.06 |
| HSL | 306.67º | 0.6% | 0.85% | - |
| HSV(B) | 306.67º | 0.19% | 0.94% | - |
| XYZ | 70.45 | 63.55 | 87.15 | - |
| YUV | 213.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 195 | 235 | 0 | 0.19 | 0.02 | 0.06 | 306.67 | 0.6 | 0.85 |
| Hex | F0 | C3 | EB | 0 | 13 | 2 | 6 | 133 | 3C | 55 |
| Octal | 360 | 303 | 353 | 0 | 23 | 2 | 6 | 463 | 74 | 125 |
| Binary | 11110000 | 11000011 | 11101011 | 0 | 10011 | 10 | 110 | 100110011 | 111100 | 1010101 |
Color Harmonies of #F0C3EB
Complementary color
Monochromatic Colors of #F0C3EB
Black with #F0C3EB
Text Example
Text Example
White with #F0C3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C3EB; }
p { color: rgb(240,195,235); }
H1.HeaderClassName
{
color: #F0C3EB;
}
.AnyTagClassName
{
color: #F0C3EB;
}
</style>
background-color css
<style>
a { background-color: #F0C3EB; }
a { background-color: rgb(240,195,235); }
div.DivClassName
{
background-color: #F0C3EB;
}
.BgClassName
{
background-color: #F0C3EB;
}
</style>
border-color css
<style>
span { border-color: #F0C3EB; }
span { border-color: rgb(240,195,235); }
td.TdClassName
{
border-color: #F0C3EB;
}
.TagClassName
{
border-color: #F0C3EB;
}
</style>