#F1BCE3

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

Shades of French Lilac #F1BCE3

Tints of French Lilac #F1BCE3

Color information

#F1BCE3 (or 0xF1BCE3) is unknown color: approx French Lilac. HEX triplet: F1, BC and E3. RGB value is (241,188,227). Sum of RGB (Red+Green+Blue) = 241+188+227=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 188 (73.83% from 255 or 28.66% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCE3 is #0E431C. Grayscale: #D0D0D0. Windows color (decimal): -934685 or 14925041. OLE color: 14925041.

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

Color convert

RGB241188227-
CMYK00.220.060.05
HSL315.85º65.43%84.12%-
HSV(B)315.85º21.99%94.51%-
XYZ68.1260.2180.7-
YUV208.29138.56151.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 188 (73.83% from 255) = 28.66%
BLUE value IS 227 (89.06% from 255) = 34.60%
R=36.74%
G=28.66%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118822700.220.060.05315.8565.4384.12
HexF1BCE30166513c4154
Octal36127434302665474101124
Binary11110001101111001110001101011011010110011110010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BCE3; }

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

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

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

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

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

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

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

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