#F1BFEA

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

Shades of French Lilac #F1BFEA

Tints of French Lilac #F1BFEA

Color information

#F1BFEA (or 0xF1BFEA) is unknown color: approx French Lilac. HEX triplet: F1, BF and EA. RGB value is (241,191,234). Sum of RGB (Red+Green+Blue) = 241+191+234=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFEA is #0E4015. Grayscale: #D2D2D2. Windows color (decimal): -933910 or 15384561. OLE color: 15384561.

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

Color convert

RGB241191234-
CMYK00.210.030.05
HSL308.4º64.1%84.71%-
HSV(B)308.4º20.75%94.51%-
XYZ69.7661.986.11-
YUV210.85141.06149.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.19%
GREEN value IS 191 (75% from 255) = 28.68%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=36.19%
G=28.68%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119123400.210.030.05308.464.184.71
HexF1BFEA015351344055
Octal36127735202535464100125
Binary1111000110111111111010100101011110110011010010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BFEA; }

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

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

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

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

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

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

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

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