#F1B5EF

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

Shades of French Lilac #F1B5EF

Tints of French Lilac #F1B5EF

Color information

#F1B5EF (or 0xF1B5EF) is unknown color: approx French Lilac. HEX triplet: F1, B5 and EF. RGB value is (241,181,239). Sum of RGB (Red+Green+Blue) = 241+181+239=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 181 (71.09% from 255 or 27.38% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B5EF is #0E4A10. Grayscale: #CDCDCD. Windows color (decimal): -936465 or 15709681. OLE color: 15709681.

HSL color Cylindrical-coordinate representation of color #F1B5EF: hue angle of 302º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1B5EF is Cyan = 0, Magento = 0.25, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB241181239-
CMYK00.250.010.05
HSL302º68.18%82.75%-
HSV(B)302º24.9%94.51%-
XYZ68.3857.9889.25-
YUV205.55146.88153.28-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.46%
GREEN value IS 181 (71.09% from 255) = 27.38%
BLUE value IS 239 (93.75% from 255) = 36.16%
R=36.46%
G=27.38%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118123900.250.010.0530268.1882.75
HexF1B5EF0191512e4453
Octal36126535703115456104123
Binary111100011011010111101111011001110110010111010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B5EF; }

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

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

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

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

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

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

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

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