#F0BFEC

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

Shades of French Lilac #F0BFEC

Tints of French Lilac #F0BFEC

Color information

#F0BFEC (or 0xF0BFEC) is unknown color: approx French Lilac. HEX triplet: F0, BF and EC. RGB value is (240,191,236). Sum of RGB (Red+Green+Blue) = 240+191+236=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BFEC is #0F4013. Grayscale: #D2D2D2. Windows color (decimal): -999444 or 15515632. OLE color: 15515632.

HSL color Cylindrical-coordinate representation of color #F0BFEC: hue angle of 304.9º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0BFEC is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240191236-
CMYK00.200.020.06
HSL304.9º62.03%84.51%-
HSV(B)304.9º20.42%94.12%-
XYZ69.7161.8487.62-
YUV210.78142.23148.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 191 (75% from 255) = 28.64%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=35.98%
G=28.64%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019123600.200.020.06304.962.0384.51
HexF0BFEC014261313e55
Octal3602773540242646176125
Binary111100001011111111101100010100101101001100011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BFEC; }

 p { color: rgb(240,191,236); }

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

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

 a { background-color: rgb(240,191,236); }

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

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

 span { border-color: rgb(240,191,236); }

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