#F1B6EF

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

Shades of French Lilac #F1B6EF

Tints of French Lilac #F1B6EF

Color information

#F1B6EF (or 0xF1B6EF) is unknown color: approx French Lilac. HEX triplet: F1, B6 and EF. RGB value is (241,182,239). Sum of RGB (Red+Green+Blue) = 241+182+239=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 182 (71.48% from 255 or 27.49% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B6EF is #0E4910. Grayscale: #CDCDCD. Windows color (decimal): -936209 or 15709937. OLE color: 15709937.

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

Color convert

RGB241182239-
CMYK00.240.010.05
HSL302.03º67.82%82.94%-
HSV(B)302.03º24.48%94.51%-
XYZ68.5858.3989.32-
YUV206.14146.55152.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.40%
GREEN value IS 182 (71.48% from 255) = 27.49%
BLUE value IS 239 (93.75% from 255) = 36.10%
R=36.40%
G=27.49%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118223900.240.010.05302.0367.8282.94
HexF1B6EF0181512e4453
Octal36126635703015456104123
Binary111100011011011011101111011000110110010111010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B6EF; }

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

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

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

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

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

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

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

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