#F1C4EA

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

Shades of French Lilac #F1C4EA

Tints of French Lilac #F1C4EA

Color information

#F1C4EA (or 0xF1C4EA) is unknown color: approx French Lilac. HEX triplet: F1, C4 and EA. RGB value is (241,196,234). Sum of RGB (Red+Green+Blue) = 241+196+234=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 196 (76.95% from 255 or 29.21% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C4EA is #0E3B15. Grayscale: #D5D5D5. Windows color (decimal): -932630 or 15385841. OLE color: 15385841.

HSL color Cylindrical-coordinate representation of color #F1C4EA: hue angle of 309.33º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1C4EA is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB241196234-
CMYK00.190.030.05
HSL309.33º61.64%85.69%-
HSV(B)309.33º18.67%94.51%-
XYZ70.8764.1286.48-
YUV213.79139.41147.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.92%
GREEN value IS 196 (76.95% from 255) = 29.21%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=35.92%
G=29.21%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119623400.190.030.05309.3361.6485.69
HexF1C4EA013351353e56
Octal3613043520233546576126
Binary111100011100010011101010010011111011001101011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C4EA; }

 p { color: rgb(241,196,234); }

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

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

 a { background-color: rgb(241,196,234); }

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

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

 span { border-color: rgb(241,196,234); }

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