#F1BBEE

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

Shades of French Lilac #F1BBEE

Tints of French Lilac #F1BBEE

Color information

#F1BBEE (or 0xF1BBEE) is unknown color: approx French Lilac. HEX triplet: F1, BB and EE. RGB value is (241,187,238). Sum of RGB (Red+Green+Blue) = 241+187+238=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 187 (73.44% from 255 or 28.08% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BBEE is #0E4411. Grayscale: #D0D0D0. Windows color (decimal): -934930 or 15645681. OLE color: 15645681.

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

Color convert

RGB241187238-
CMYK00.220.010.05
HSL303.33º65.85%83.92%-
HSV(B)303.33º22.41%94.51%-
XYZ69.4860.4188.89-
YUV208.96144.39150.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.19%
GREEN value IS 187 (73.44% from 255) = 28.08%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=36.19%
G=28.08%
B=35.74%

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
Decimal24118723800.220.010.05303.3365.8583.92
HexF1BBEE0161512f4254
Octal36127335602615457102124
Binary111100011011101111101110010110110110010111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBEE; }

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

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

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

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

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

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

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

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