#F1B7E5

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

Shades of French Lilac #F1B7E5

Tints of French Lilac #F1B7E5

Color information

#F1B7E5 (or 0xF1B7E5) is unknown color: approx French Lilac. HEX triplet: F1, B7 and E5. RGB value is (241,183,229). Sum of RGB (Red+Green+Blue) = 241+183+229=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 183 (71.88% from 255 or 28.02% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B7E5 is #0E481A. Grayscale: #CDCDCD. Windows color (decimal): -935963 or 15054833. OLE color: 15054833.

HSL color Cylindrical-coordinate representation of color #F1B7E5: hue angle of 312.41º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1B7E5 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB241183229-
CMYK00.240.050.05
HSL312.41º67.44%83.14%-
HSV(B)312.41º24.07%94.51%-
XYZ67.3558.2281.82-
YUV205.59141.22153.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.91%
GREEN value IS 183 (71.88% from 255) = 28.02%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=36.91%
G=28.02%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118322900.240.050.05312.4167.4483.14
HexF1B7E5018551384353
Octal36126734503055470103123
Binary11110001101101111110010101100010110110011100010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7E5; }

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

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

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

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

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

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

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

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