#F1BDE7

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

Shades of French Lilac #F1BDE7

Tints of French Lilac #F1BDE7

Color information

#F1BDE7 (or 0xF1BDE7) is unknown color: approx French Lilac. HEX triplet: F1, BD and E7. RGB value is (241,189,231). Sum of RGB (Red+Green+Blue) = 241+189+231=661 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.46% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 231 (90.62% from 255 or 34.95% from 661); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BDE7 is #0E4218. Grayscale: #D1D1D1. Windows color (decimal): -934425 or 15187441. OLE color: 15187441.

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

Color convert

RGB241189231-
CMYK00.220.040.05
HSL311.54º65%84.31%-
HSV(B)311.54º21.58%94.51%-
XYZ68.960.8783.72-
YUV209.34140.23150.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.46%
GREEN value IS 189 (74.22% from 255) = 28.59%
BLUE value IS 231 (90.62% from 255) = 34.95%
R=36.46%
G=28.59%
B=34.95%

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
Decimal24118923100.220.040.05311.546584.31
HexF1BDE7016451384154
Octal36127534702645470101124
Binary11110001101111011110011101011010010110011100010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDE7; }

 p { color: rgb(241,189,231); }

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

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

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

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

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

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

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