#F1C2EC

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

Shades of French Lilac #F1C2EC

Tints of French Lilac #F1C2EC

Color information

#F1C2EC (or 0xF1C2EC) is unknown color: approx French Lilac. HEX triplet: F1, C2 and EC. RGB value is (241,194,236). Sum of RGB (Red+Green+Blue) = 241+194+236=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 194 (76.17% from 255 or 28.91% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C2EC is #0E3D13. Grayscale: #D4D4D4. Windows color (decimal): -933140 or 15516401. OLE color: 15516401.

HSL color Cylindrical-coordinate representation of color #F1C2EC: hue angle of 306.38º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1C2EC is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241194236-
CMYK00.200.020.05
HSL306.38º62.67%85.29%-
HSV(B)306.38º19.5%94.51%-
XYZ70.7163.3487.86-
YUV212.84141.07148.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.92%
GREEN value IS 194 (76.17% from 255) = 28.91%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=35.92%
G=28.91%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119423600.200.020.05306.3862.6785.29
HexF1C2EC014251323f55
Octal3613023540242546277125
Binary111100011100001011101100010100101011001100101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C2EC; }

 p { color: rgb(241,194,236); }

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

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

 a { background-color: rgb(241,194,236); }

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

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

 span { border-color: rgb(241,194,236); }

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