#F1BBF1

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

Shades of French Lilac #F1BBF1

Tints of French Lilac #F1BBF1

Color information

#F1BBF1 (or 0xF1BBF1) is unknown color: approx French Lilac. HEX triplet: F1, BB and F1. RGB value is (241,187,241). Sum of RGB (Red+Green+Blue) = 241+187+241=669 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.02% from 669); Green value is 187 (73.44% from 255 or 27.95% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F1BBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BBF1 is #0E440E. Grayscale: #D1D1D1. Windows color (decimal): -934927 or 15842289. OLE color: 15842289.

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

Color convert

RGB241187241-
CMYK00.2200.05
HSL300º65.85%83.92%-
HSV(B)300º22.41%94.51%-
XYZ69.9260.5991.23-
YUV209.3145.89150.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.02%
GREEN value IS 187 (73.44% from 255) = 27.95%
BLUE value IS 241 (94.53% from 255) = 36.02%
R=36.02%
G=27.95%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118724100.2200.0530065.8583.92
HexF1BBF10160512c4254
Octal36127336102605454102124
Binary111100011011101111110001010110010110010110010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBF1; }

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

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

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

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

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

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

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

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