#F5BCEC

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

Shades of French Lilac #F5BCEC

Tints of French Lilac #F5BCEC

Color information

#F5BCEC (or 0xF5BCEC) is unknown color: approx French Lilac. HEX triplet: F5, BC and EC. RGB value is (245,188,236). Sum of RGB (Red+Green+Blue) = 245+188+236=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 188 (73.83% from 255 or 28.10% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BCEC is #0A4313. Grayscale: #D2D2D2. Windows color (decimal): -672532 or 15514869. OLE color: 15514869.

HSL color Cylindrical-coordinate representation of color #F5BCEC: hue angle of 309.47º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BCEC is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245188236-
CMYK00.230.040.04
HSL309.47º74.03%84.9%-
HSV(B)309.47º23.27%96.08%-
XYZ70.7861.4487.48-
YUV210.52142.38152.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.62%
GREEN value IS 188 (73.83% from 255) = 28.10%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=36.62%
G=28.10%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518823600.230.040.04309.4774.0384.9
HexF5BCEC017441354a55
Octal36527435402744465112125
Binary11110101101111001110110001011110010010011010110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BCEC; }

 p { color: rgb(245,188,236); }

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

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

 a { background-color: rgb(245,188,236); }

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

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

 span { border-color: rgb(245,188,236); }

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