#F1BFEB

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

Shades of French Lilac #F1BFEB

Tints of French Lilac #F1BFEB

Color information

#F1BFEB (or 0xF1BFEB) is unknown color: approx French Lilac. HEX triplet: F1, BF and EB. RGB value is (241,191,235). Sum of RGB (Red+Green+Blue) = 241+191+235=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 235 (92.19% from 255 or 35.23% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFEB is #0E4014. Grayscale: #D2D2D2. Windows color (decimal): -933909 or 15450097. OLE color: 15450097.

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

Color convert

RGB241191235-
CMYK00.210.020.05
HSL307.2º64.1%84.71%-
HSV(B)307.2º20.75%94.51%-
XYZ69.961.9686.87-
YUV210.97141.56149.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.13%
GREEN value IS 191 (75% from 255) = 28.64%
BLUE value IS 235 (92.19% from 255) = 35.23%
R=36.13%
G=28.64%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119123500.210.020.05307.264.184.71
HexF1BFEB015251334055
Octal36127735302525463100125
Binary1111000110111111111010110101011010110011001110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BFEB; }

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

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

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

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

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

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

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

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