Shades of French Lilac #F0C1E6
Tints of French Lilac #F0C1E6
RGB
CMYK
RGB Variations
Color information
#F0C1E6 (or 0xF0C1E6) is known color: French Lilac. HEX triplet: F0, C1 and E6. RGB value is (240,193,230). Sum of RGB (Red+Green+Blue) = 240+193+230=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 193 (75.78% from 255 or 29.11% from 663); Blue value is 230 (90.23% from 255 or 34.69% from 663); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C1E6 is #0F3E19. Grayscale: #D3D3D3. Windows color (decimal): -998938 or 15122928. OLE color: 15122928.
HSL color Cylindrical-coordinate representation of color #F0C1E6: hue angle of 312.77º degrees, saturation: 0.61, 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 #F0C1E6 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 230 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.06 |
| HSL | 312.77º | 0.61% | 0.85% | - |
| HSV(B) | 312.77º | 0.2% | 0.94% | - |
| XYZ | 69.29 | 62.38 | 83.25 | - |
| YUV | 211.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 230 | 0 | 0.20 | 0.04 | 0.06 | 312.77 | 0.61 | 0.85 |
| Hex | F0 | C1 | E6 | 0 | 14 | 4 | 6 | 139 | 3D | 55 |
| Octal | 360 | 301 | 346 | 0 | 24 | 4 | 6 | 471 | 75 | 125 |
| Binary | 11110000 | 11000001 | 11100110 | 0 | 10100 | 100 | 110 | 100111001 | 111101 | 1010101 |
Color Harmonies of #F0C1E6
Complementary color
Monochromatic Colors of #F0C1E6
Black with #F0C1E6
Text Example
Text Example
White with #F0C1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C1E6; }
p { color: rgb(240,193,230); }
H1.HeaderClassName
{
color: #F0C1E6;
}
.AnyTagClassName
{
color: #F0C1E6;
}
</style>
background-color css
<style>
a { background-color: #F0C1E6; }
a { background-color: rgb(240,193,230); }
div.DivClassName
{
background-color: #F0C1E6;
}
.BgClassName
{
background-color: #F0C1E6;
}
</style>
border-color css
<style>
span { border-color: #F0C1E6; }
span { border-color: rgb(240,193,230); }
td.TdClassName
{
border-color: #F0C1E6;
}
.TagClassName
{
border-color: #F0C1E6;
}
</style>