#F1BBE4

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

Shades of French Lilac #F1BBE4

Tints of French Lilac #F1BBE4

Color information

#F1BBE4 (or 0xF1BBE4) is unknown color: approx French Lilac. HEX triplet: F1, BB and E4. RGB value is (241,187,228). Sum of RGB (Red+Green+Blue) = 241+187+228=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 187 (73.44% from 255 or 28.51% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BBE4 is #0E441B. Grayscale: #CFCFCF. Windows color (decimal): -934940 or 14990321. OLE color: 14990321.

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

Color convert

RGB241187228-
CMYK00.220.050.05
HSL314.44º65.85%83.92%-
HSV(B)314.44º22.41%94.51%-
XYZ68.0559.8481.36-
YUV207.82139.39151.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 187 (73.44% from 255) = 28.51%
BLUE value IS 228 (89.45% from 255) = 34.76%
R=36.74%
G=28.51%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118722800.220.050.05314.4465.8583.92
HexF1BBE40165513a4254
Octal36127334402655472102124
Binary11110001101110111110010001011010110110011101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BBE4; }

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

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

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

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

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

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

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

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