#F1BCE9

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

Shades of French Lilac #F1BCE9

Tints of French Lilac #F1BCE9

Color information

#F1BCE9 (or 0xF1BCE9) is unknown color: approx French Lilac. HEX triplet: F1, BC and E9. RGB value is (241,188,233). Sum of RGB (Red+Green+Blue) = 241+188+233=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BCE9 is #0E4316. Grayscale: #D0D0D0. Windows color (decimal): -934679 or 15318257. OLE color: 15318257.

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

Color convert

RGB241188233-
CMYK00.220.030.05
HSL309.06º65.43%84.12%-
HSV(B)309.06º21.99%94.51%-
XYZ68.9760.5585.14-
YUV208.98141.56150.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.40%
GREEN value IS 188 (73.83% from 255) = 28.40%
BLUE value IS 233 (91.41% from 255) = 35.20%
R=36.40%
G=28.40%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118823300.220.030.05309.0665.4384.12
HexF1BCE9016351354154
Octal36127435102635465101124
Binary1111000110111100111010010101101110110011010110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BCE9; }

 p { color: rgb(241,188,233); }

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

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

 a { background-color: rgb(241,188,233); }

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

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

 span { border-color: rgb(241,188,233); }

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