#F1BBEA

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

Shades of French Lilac #F1BBEA

Tints of French Lilac #F1BBEA

Color information

#F1BBEA (or 0xF1BBEA) is unknown color: approx French Lilac. HEX triplet: F1, BB and EA. RGB value is (241,187,234). Sum of RGB (Red+Green+Blue) = 241+187+234=662 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.40% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 234 (91.80% from 255 or 35.35% from 662); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BBEA is #0E4415. Grayscale: #D0D0D0. Windows color (decimal): -934934 or 15383537. OLE color: 15383537.

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

Color convert

RGB241187234-
CMYK00.220.030.05
HSL307.78º65.85%83.92%-
HSV(B)307.78º22.41%94.51%-
XYZ68.960.1885.83-
YUV208.5142.39151.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.40%
GREEN value IS 187 (73.44% from 255) = 28.25%
BLUE value IS 234 (91.80% from 255) = 35.35%
R=36.40%
G=28.25%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118723400.220.030.05307.7865.8583.92
HexF1BBEA016351344254
Octal36127335202635464102124
Binary1111000110111011111010100101101110110011010010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBEA; }

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

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

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

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

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

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

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

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