#F1BDED

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

Shades of French Lilac #F1BDED

Tints of French Lilac #F1BDED

Color information

#F1BDED (or 0xF1BDED) is unknown color: approx French Lilac. HEX triplet: F1, BD and ED. RGB value is (241,189,237). Sum of RGB (Red+Green+Blue) = 241+189+237=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BDED is #0E4212. Grayscale: #D1D1D1. Windows color (decimal): -934419 or 15580657. OLE color: 15580657.

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

Color convert

RGB241189237-
CMYK00.220.020.05
HSL304.62º65%84.31%-
HSV(B)304.62º21.58%94.51%-
XYZ69.7661.2188.26-
YUV210.02143.23150.1-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.13%
GREEN value IS 189 (74.22% from 255) = 28.34%
BLUE value IS 237 (92.97% from 255) = 35.53%
R=36.13%
G=28.34%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118923700.220.020.05304.626584.31
HexF1BDED016251314154
Octal36127535502625461101124
Binary1111000110111101111011010101101010110011000110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDED; }

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

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

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

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

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

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

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

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