#F1BFE5

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

Shades of French Lilac #F1BFE5

Tints of French Lilac #F1BFE5

Color information

#F1BFE5 (or 0xF1BFE5) is unknown color: approx French Lilac. HEX triplet: F1, BF and E5. RGB value is (241,191,229). Sum of RGB (Red+Green+Blue) = 241+191+229=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 191 (75% from 255 or 28.90% from 661); Blue value is 229 (89.84% from 255 or 34.64% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFE5 is #0E401A. Grayscale: #D2D2D2. Windows color (decimal): -933915 or 15056881. OLE color: 15056881.

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

Color convert

RGB241191229-
CMYK00.210.050.05
HSL314.4º64.1%84.71%-
HSV(B)314.4º20.75%94.51%-
XYZ69.0561.6282.38-
YUV210.28138.56149.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.46%
GREEN value IS 191 (75% from 255) = 28.90%
BLUE value IS 229 (89.84% from 255) = 34.64%
R=36.46%
G=28.90%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119122900.210.050.05314.464.184.71
HexF1BFE50155513a4055
Octal36127734502555472100125
Binary11110001101111111110010101010110110110011101010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BFE5; }

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

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

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

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

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

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

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

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