#F1C4EB

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

Shades of French Lilac #F1C4EB

Tints of French Lilac #F1C4EB

Color information

#F1C4EB (or 0xF1C4EB) is unknown color: approx French Lilac. HEX triplet: F1, C4 and EB. RGB value is (241,196,235). Sum of RGB (Red+Green+Blue) = 241+196+235=672 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.86% from 672); Green value is 196 (76.95% from 255 or 29.17% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C4EB is #0E3B14. Grayscale: #D5D5D5. Windows color (decimal): -932629 or 15451377. OLE color: 15451377.

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

Color convert

RGB241196235-
CMYK00.190.020.05
HSL308º61.64%85.69%-
HSV(B)308º18.67%94.51%-
XYZ71.0164.1887.24-
YUV213.9139.91147.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.86%
GREEN value IS 196 (76.95% from 255) = 29.17%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=35.86%
G=29.17%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119623500.190.020.0530861.6485.69
HexF1C4EB013251343e56
Octal3613043530232546476126
Binary111100011100010011101011010011101011001101001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C4EB; }

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

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

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

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

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

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

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

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