#F1BAF0

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

Shades of French Lilac #F1BAF0

Tints of French Lilac #F1BAF0

Color information

#F1BAF0 (or 0xF1BAF0) is unknown color: approx French Lilac. HEX triplet: F1, BA and F0. RGB value is (241,186,240). Sum of RGB (Red+Green+Blue) = 241+186+240=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BAF0 is #0E450F. Grayscale: #D0D0D0. Windows color (decimal): -935184 or 15776497. OLE color: 15776497.

HSL color Cylindrical-coordinate representation of color #F1BAF0: hue angle of 301.09º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1BAF0 is Cyan = 0, Magento = 0.23, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB241186240-
CMYK00.230.000.05
HSL301.09º66.27%83.73%-
HSV(B)301.09º22.82%94.51%-
XYZ69.5660.1190.37-
YUV208.6145.72151.11-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.13%
GREEN value IS 186 (73.05% from 255) = 27.89%
BLUE value IS 240 (94.14% from 255) = 35.98%
R=36.13%
G=27.89%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118624000.230.000.05301.0966.2783.73
HexF1BAF00170512d4254
Octal36127236002705455102124
Binary111100011011101011110000010111010110010110110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BAF0; }

 p { color: rgb(241,186,240); }

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

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

 a { background-color: rgb(241,186,240); }

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

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

 span { border-color: rgb(241,186,240); }

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