#F0C1EC

Color #F0C1EC French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #F0C1EC

Tints of French Lilac #F0C1EC

Color information

#F0C1EC (or 0xF0C1EC) is unknown color: approx French Lilac. HEX triplet: F0, C1 and EC. RGB value is (240,193,236). Sum of RGB (Red+Green+Blue) = 240+193+236=669 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.87% from 669); Green value is 193 (75.78% from 255 or 28.85% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0C1EC is #0F3E13. Grayscale: #D3D3D3. Windows color (decimal): -998932 or 15516144. OLE color: 15516144.

HSL color Cylindrical-coordinate representation of color #F0C1EC: hue angle of 305.11º 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 #F0C1EC is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240193236-
CMYK00.200.020.06
HSL305.11º61.04%84.9%-
HSV(B)305.11º19.58%94.12%-
XYZ70.1562.7287.77-
YUV211.96141.57148-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 35.87%
GREEN value IS 193 (75.78% from 255) = 28.85%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=35.87%
G=28.85%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019323600.200.020.06305.1161.0484.9
HexF0C1EC014261313d55
Octal3603013540242646175125
Binary111100001100000111101100010100101101001100011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C1EC; }

 p { color: rgb(240,193,236); }

 H1.HeaderClassName
 {
   color: #F0C1EC;
 }
 .AnyTagClassName
 {
   color: #F0C1EC;
 }
</style>
background-color css

<style>
 a { background-color: #F0C1EC; }

 a { background-color: rgb(240,193,236); }

 div.DivClassName
 {
   background-color: #F0C1EC;
 }
 .BgClassName
 {
   background-color: #F0C1EC;
 }
</style>
border-color css

<style>
 span { border-color: #F0C1EC; }

 span { border-color: rgb(240,193,236); }

 td.TdClassName
 {
   border-color: #F0C1EC;
 }
 .TagClassName
 {
   border-color: #F0C1EC;
 }
</style>