#F1BDEA

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

Shades of French Lilac #F1BDEA

Tints of French Lilac #F1BDEA

Color information

#F1BDEA (or 0xF1BDEA) is unknown color: approx French Lilac. HEX triplet: F1, BD and EA. RGB value is (241,189,234). Sum of RGB (Red+Green+Blue) = 241+189+234=664 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.30% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BDEA is #0E4215. Grayscale: #D1D1D1. Windows color (decimal): -934422 or 15384049. OLE color: 15384049.

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

Color convert

RGB241189234-
CMYK00.220.030.05
HSL308.08º65%84.31%-
HSV(B)308.08º21.58%94.51%-
XYZ69.3261.0485.97-
YUV209.68141.73150.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.30%
GREEN value IS 189 (74.22% from 255) = 28.46%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=36.30%
G=28.46%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118923400.220.030.05308.086584.31
HexF1BDEA016351344154
Octal36127535202635464101124
Binary1111000110111101111010100101101110110011010010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDEA; }

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

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

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

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

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

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

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

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