#F3BCEC

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

Shades of French Lilac #F3BCEC

Tints of French Lilac #F3BCEC

Color information

#F3BCEC (or 0xF3BCEC) is unknown color: approx French Lilac. HEX triplet: F3, BC and EC. RGB value is (243,188,236). Sum of RGB (Red+Green+Blue) = 243+188+236=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 188 (73.83% from 255 or 28.19% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BCEC is #0C4313. Grayscale: #D1D1D1. Windows color (decimal): -803604 or 15514867. OLE color: 15514867.

HSL color Cylindrical-coordinate representation of color #F3BCEC: hue angle of 307.64º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BCEC is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB243188236-
CMYK00.230.030.05
HSL307.64º69.62%84.51%-
HSV(B)307.64º22.63%95.29%-
XYZ70.0961.0887.45-
YUV209.92142.72151.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.43%
GREEN value IS 188 (73.83% from 255) = 28.19%
BLUE value IS 236 (92.58% from 255) = 35.38%
R=36.43%
G=28.19%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318823600.230.030.05307.6469.6284.51
HexF3BCEC017351344655
Octal36327435402735464106125
Binary1111001110111100111011000101111110110011010010001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCEC; }

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

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

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

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

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

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

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

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