#F1BEEE

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

Shades of French Lilac #F1BEEE

Tints of French Lilac #F1BEEE

Color information

#F1BEEE (or 0xF1BEEE) is unknown color: approx French Lilac. HEX triplet: F1, BE and EE. RGB value is (241,190,238). Sum of RGB (Red+Green+Blue) = 241+190+238=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 190 (74.61% from 255 or 28.40% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BEEE is #0E4111. Grayscale: #D2D2D2. Windows color (decimal): -934162 or 15646449. OLE color: 15646449.

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

Color convert

RGB241190238-
CMYK00.210.010.05
HSL303.53º64.56%84.51%-
HSV(B)303.53º21.16%94.51%-
XYZ70.1261.789.1-
YUV210.72143.4149.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.02%
GREEN value IS 190 (74.61% from 255) = 28.40%
BLUE value IS 238 (93.36% from 255) = 35.58%
R=36.02%
G=28.40%
B=35.58%

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
Decimal24119023800.210.010.05303.5364.5684.51
HexF1BEEE015151304155
Octal36127635602515460101125
Binary111100011011111011101110010101110110011000010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BEEE; }

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

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

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

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

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

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

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

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