#F1BBEC

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

Shades of French Lilac #F1BBEC

Tints of French Lilac #F1BBEC

Color information

#F1BBEC (or 0xF1BBEC) is unknown color: approx French Lilac. HEX triplet: F1, BB and EC. RGB value is (241,187,236). Sum of RGB (Red+Green+Blue) = 241+187+236=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BBEC is #0E4413. Grayscale: #D0D0D0. Windows color (decimal): -934932 or 15514609. OLE color: 15514609.

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

Color convert

RGB241187236-
CMYK00.220.020.05
HSL305.56º65.85%83.92%-
HSV(B)305.56º22.41%94.51%-
XYZ69.1960.387.35-
YUV208.73143.39151.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 187 (73.44% from 255) = 28.16%
BLUE value IS 236 (92.58% from 255) = 35.54%
R=36.30%
G=28.16%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118723600.220.020.05305.5665.8583.92
HexF1BBEC016251324254
Octal36127335402625462102124
Binary1111000110111011111011000101101010110011001010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBEC; }

 p { color: rgb(241,187,236); }

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

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

 a { background-color: rgb(241,187,236); }

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

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

 span { border-color: rgb(241,187,236); }

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