#F1C1E5

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

Shades of French Lilac #F1C1E5

Tints of French Lilac #F1C1E5

Color information

#F1C1E5 (or 0xF1C1E5) is unknown color: approx French Lilac. HEX triplet: F1, C1 and E5. RGB value is (241,193,229). Sum of RGB (Red+Green+Blue) = 241+193+229=663 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.35% from 663); Green value is 193 (75.78% from 255 or 29.11% from 663); Blue value is 229 (89.84% from 255 or 34.54% from 663); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C1E5 is #0E3E1A. Grayscale: #D3D3D3. Windows color (decimal): -933403 or 15057393. OLE color: 15057393.

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

Color convert

RGB241193229-
CMYK00.200.050.05
HSL315º63.16%85.1%-
HSV(B)315º19.92%94.51%-
XYZ69.4962.582.53-
YUV211.46137.9149.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.35%
GREEN value IS 193 (75.78% from 255) = 29.11%
BLUE value IS 229 (89.84% from 255) = 34.54%
R=36.35%
G=29.11%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119322900.200.050.0531563.1685.1
HexF1C1E50145513b3f55
Octal3613013450245547377125
Binary1111000111000001111001010101001011011001110111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C1E5; }

 p { color: rgb(241,193,229); }

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

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

 a { background-color: rgb(241,193,229); }

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

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

 span { border-color: rgb(241,193,229); }

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