#F1B2EF

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

Shades of French Lilac #F1B2EF

Tints of French Lilac #F1B2EF

Color information

#F1B2EF (or 0xF1B2EF) is unknown color: approx French Lilac. HEX triplet: F1, B2 and EF. RGB value is (241,178,239). Sum of RGB (Red+Green+Blue) = 241+178+239=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 178 (69.92% from 255 or 27.05% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1B2EF is #0E4D10. Grayscale: #CBCBCB. Windows color (decimal): -937233 or 15708913. OLE color: 15708913.

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

Color convert

RGB241178239-
CMYK00.260.010.05
HSL301.9º69.23%82.16%-
HSV(B)301.9º26.14%94.51%-
XYZ67.7856.7789.05-
YUV203.79147.87154.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.63%
GREEN value IS 178 (69.92% from 255) = 27.05%
BLUE value IS 239 (93.75% from 255) = 36.32%
R=36.63%
G=27.05%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117823900.260.010.05301.969.2382.16
HexF1B2EF01A1512e4552
Octal36126235703215456105122
Binary111100011011001011101111011010110110010111010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B2EF; }

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

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

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

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

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

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

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

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