#F1BBE8

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

Shades of French Lilac #F1BBE8

Tints of French Lilac #F1BBE8

Color information

#F1BBE8 (or 0xF1BBE8) is unknown color: approx French Lilac. HEX triplet: F1, BB and E8. RGB value is (241,187,232). Sum of RGB (Red+Green+Blue) = 241+187+232=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 187 (73.44% from 255 or 28.33% from 660); Blue value is 232 (91.02% from 255 or 35.15% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BBE8 is #0E4417. Grayscale: #D0D0D0. Windows color (decimal): -934936 or 15252465. OLE color: 15252465.

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

Color convert

RGB241187232-
CMYK00.220.040.05
HSL310º65.85%83.92%-
HSV(B)310º22.41%94.51%-
XYZ68.6160.0784.32-
YUV208.28141.39151.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.52%
GREEN value IS 187 (73.44% from 255) = 28.33%
BLUE value IS 232 (91.02% from 255) = 35.15%
R=36.52%
G=28.33%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118723200.220.040.0531065.8583.92
HexF1BBE8016451364254
Octal36127335002645466102124
Binary11110001101110111110100001011010010110011011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBE8; }

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

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

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

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

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

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

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

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