Shades of French Lilac #F0C0E6
Tints of French Lilac #F0C0E6
RGB
CMYK
RGB Variations
Color information
#F0C0E6 (or 0xF0C0E6) is known color: French Lilac. HEX triplet: F0, C0 and E6. RGB value is (240,192,230). Sum of RGB (Red+Green+Blue) = 240+192+230=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C0E6 is #0F3F19. Grayscale: #D2D2D2. Windows color (decimal): -999194 or 15122672. OLE color: 15122672.
HSL color Cylindrical-coordinate representation of color #F0C0E6: hue angle of 312.5º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0C0E6 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 192 | 230 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.06 |
| HSL | 312.5º | 0.62% | 0.85% | - |
| HSV(B) | 312.5º | 0.2% | 0.94% | - |
| XYZ | 69.07 | 61.94 | 83.18 | - |
| YUV | 210.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 192 | 230 | 0 | 0.20 | 0.04 | 0.06 | 312.5 | 0.62 | 0.85 |
| Hex | F0 | C0 | E6 | 0 | 14 | 4 | 6 | 138 | 3E | 55 |
| Octal | 360 | 300 | 346 | 0 | 24 | 4 | 6 | 470 | 76 | 125 |
| Binary | 11110000 | 11000000 | 11100110 | 0 | 10100 | 100 | 110 | 100111000 | 111110 | 1010101 |
Color Harmonies of #F0C0E6
Complementary color
Monochromatic Colors of #F0C0E6
Black with #F0C0E6
Text Example
Text Example
White with #F0C0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C0E6; }
p { color: rgb(240,192,230); }
H1.HeaderClassName
{
color: #F0C0E6;
}
.AnyTagClassName
{
color: #F0C0E6;
}
</style>
background-color css
<style>
a { background-color: #F0C0E6; }
a { background-color: rgb(240,192,230); }
div.DivClassName
{
background-color: #F0C0E6;
}
.BgClassName
{
background-color: #F0C0E6;
}
</style>
border-color css
<style>
span { border-color: #F0C0E6; }
span { border-color: rgb(240,192,230); }
td.TdClassName
{
border-color: #F0C0E6;
}
.TagClassName
{
border-color: #F0C0E6;
}
</style>