#F1BCEE

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

Shades of French Lilac #F1BCEE

Tints of French Lilac #F1BCEE

Color information

#F1BCEE (or 0xF1BCEE) is unknown color: approx French Lilac. HEX triplet: F1, BC and EE. RGB value is (241,188,238). Sum of RGB (Red+Green+Blue) = 241+188+238=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BCEE is #0E4311. Grayscale: #D1D1D1. Windows color (decimal): -934674 or 15645937. OLE color: 15645937.

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

Color convert

RGB241188238-
CMYK00.220.010.05
HSL303.4º65.43%84.12%-
HSV(B)303.4º21.99%94.51%-
XYZ69.6960.8488.96-
YUV209.55144.06150.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.13%
GREEN value IS 188 (73.83% from 255) = 28.19%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=36.13%
G=28.19%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118823800.220.010.05303.465.4384.12
HexF1BCEE0161512f4154
Octal36127435602615457101124
Binary111100011011110011101110010110110110010111110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BCEE; }

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

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

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

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

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

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

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

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