#F1C7E7

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

Shades of French Lilac #F1C7E7

Tints of French Lilac #F1C7E7

Color information

#F1C7E7 (or 0xF1C7E7) is unknown color: approx French Lilac. HEX triplet: F1, C7 and E7. RGB value is (241,199,231). Sum of RGB (Red+Green+Blue) = 241+199+231=671 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.92% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1C7E7 is #0E3818. Grayscale: #D7D7D7. Windows color (decimal): -931865 or 15190001. OLE color: 15190001.

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

Color convert

RGB241199231-
CMYK00.170.040.05
HSL314.29º60%86.27%-
HSV(B)314.29º17.43%94.51%-
XYZ71.1265.3284.46-
YUV215.21136.91146.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.92%
GREEN value IS 199 (78.12% from 255) = 29.66%
BLUE value IS 231 (90.62% from 255) = 34.43%
R=35.92%
G=29.66%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119923100.170.040.05314.296086.27
HexF1C7E70114513a3c56
Octal3613073470214547274126
Binary1111000111000111111001110100011001011001110101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C7E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C7E7; }

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

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

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

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

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

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

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

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