#F1BDEC

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

Shades of French Lilac #F1BDEC

Tints of French Lilac #F1BDEC

Color information

#F1BDEC (or 0xF1BDEC) is unknown color: approx French Lilac. HEX triplet: F1, BD and EC. RGB value is (241,189,236). Sum of RGB (Red+Green+Blue) = 241+189+236=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 189 (74.22% from 255 or 28.38% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BDEC is #0E4213. Grayscale: #D1D1D1. Windows color (decimal): -934420 or 15515121. OLE color: 15515121.

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

Color convert

RGB241189236-
CMYK00.220.020.05
HSL305.77º65%84.31%-
HSV(B)305.77º21.58%94.51%-
XYZ69.6161.1587.49-
YUV209.91142.73150.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.19%
GREEN value IS 189 (74.22% from 255) = 28.38%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=36.19%
G=28.38%
B=35.44%

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
Decimal24118923600.220.020.05305.776584.31
HexF1BDEC016251324154
Octal36127535402625462101124
Binary1111000110111101111011000101101010110011001010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDEC; }

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

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

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

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

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

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

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

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