#F1C7E9

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

Shades of French Lilac #F1C7E9

Tints of French Lilac #F1C7E9

Color information

#F1C7E9 (or 0xF1C7E9) is unknown color: approx French Lilac. HEX triplet: F1, C7 and E9. RGB value is (241,199,233). Sum of RGB (Red+Green+Blue) = 241+199+233=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 199 (78.12% from 255 or 29.57% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C7E9 is #0E3816. Grayscale: #D7D7D7. Windows color (decimal): -931863 or 15321073. OLE color: 15321073.

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

Color convert

RGB241199233-
CMYK00.170.030.05
HSL311.43º60%86.27%-
HSV(B)311.43º17.43%94.51%-
XYZ71.4165.4385.96-
YUV215.43137.91146.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.81%
GREEN value IS 199 (78.12% from 255) = 29.57%
BLUE value IS 233 (91.41% from 255) = 34.62%
R=35.81%
G=29.57%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119923300.170.030.05311.436086.27
HexF1C7E9011351373c56
Octal3613073510213546774126
Binary111100011100011111101001010001111011001101111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C7E9; }

 p { color: rgb(241,199,233); }

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

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

 a { background-color: rgb(241,199,233); }

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

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

 span { border-color: rgb(241,199,233); }

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