#F1BEEF

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

Shades of French Lilac #F1BEEF

Tints of French Lilac #F1BEEF

Color information

#F1BEEF (or 0xF1BEEF) is unknown color: approx French Lilac. HEX triplet: F1, BE and EF. RGB value is (241,190,239). Sum of RGB (Red+Green+Blue) = 241+190+239=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 190 (74.61% from 255 or 28.36% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BEEF is #0E4110. Grayscale: #D2D2D2. Windows color (decimal): -934161 or 15711985. OLE color: 15711985.

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

Color convert

RGB241190239-
CMYK00.210.010.05
HSL302.35º64.56%84.51%-
HSV(B)302.35º21.16%94.51%-
XYZ70.2761.7689.88-
YUV210.84143.9149.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.97%
GREEN value IS 190 (74.61% from 255) = 28.36%
BLUE value IS 239 (93.75% from 255) = 35.67%
R=35.97%
G=28.36%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119023900.210.010.05302.3564.5684.51
HexF1BEEF0151512e4155
Octal36127635702515456101125
Binary111100011011111011101111010101110110010111010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BEEF; }

 p { color: rgb(241,190,239); }

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

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

 a { background-color: rgb(241,190,239); }

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

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

 span { border-color: rgb(241,190,239); }

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