#f1bce5

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

Shades of French Lilac #F1BCE5

Tints of French Lilac #F1BCE5

Color information

#F1BCE5 (or 0xF1BCE5) is unknown color: approx French Lilac. HEX triplet: F1, BC and E5. RGB value is (241,188,229). Sum of RGB (Red+Green+Blue) = 241+188+229=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCE5 is #0E431A. Grayscale: #D0D0D0. Windows color (decimal): -934683 or 15056113. OLE color: 15056113.

HSL color Cylindrical-coordinate representation of color #F1BCE5: hue angle of 313.58º 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 #F1BCE5 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB241188229-
CMYK00.220.050.05
HSL313.58º65.43%84.12%-
HSV(B)313.58º21.99%94.51%-
XYZ68.460.3282.17-
YUV208.52139.56151.17-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.63%
GREEN value IS 188 (73.83% from 255) = 28.57%
BLUE value IS 229 (89.84% from 255) = 34.80%
R=36.63%
G=28.57%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118822900.220.050.05313.5865.4384.12
HexF1BCE50165513a4154
Octal36127434502655472101124
Binary11110001101111001110010101011010110110011101010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f1bce5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f1bce5; }

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

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

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

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

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

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

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

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