#F1B4EF

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

Shades of French Lilac #F1B4EF

Tints of French Lilac #F1B4EF

Color information

#F1B4EF (or 0xF1B4EF) is unknown color: approx French Lilac. HEX triplet: F1, B4 and EF. RGB value is (241,180,239). Sum of RGB (Red+Green+Blue) = 241+180+239=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 180 (70.70% from 255 or 27.27% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B4EF is #0E4B10. Grayscale: #CCCCCC. Windows color (decimal): -936721 or 15709425. OLE color: 15709425.

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

Color convert

RGB241180239-
CMYK00.250.010.05
HSL301.97º68.54%82.55%-
HSV(B)301.97º25.31%94.51%-
XYZ68.1857.5889.18-
YUV204.96147.21153.7-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.52%
GREEN value IS 180 (70.70% from 255) = 27.27%
BLUE value IS 239 (93.75% from 255) = 36.21%
R=36.52%
G=27.27%
B=36.21%

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
Decimal24118023900.250.010.05301.9768.5482.55
HexF1B4EF0191512e4553
Octal36126435703115456105123
Binary111100011011010011101111011001110110010111010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B4EF; }

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

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

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

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

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

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

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

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