#F2BCEC

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

Shades of French Lilac #F2BCEC

Tints of French Lilac #F2BCEC

Color information

#F2BCEC (or 0xF2BCEC) is unknown color: approx French Lilac. HEX triplet: F2, BC and EC. RGB value is (242,188,236). Sum of RGB (Red+Green+Blue) = 242+188+236=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCEC is #0D4313. Grayscale: #D1D1D1. Windows color (decimal): -869140 or 15514866. OLE color: 15514866.

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

Color convert

RGB242188236-
CMYK00.220.020.05
HSL306.67º67.5%84.31%-
HSV(B)306.67º22.31%94.9%-
XYZ69.7460.987.44-
YUV209.62142.89151.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 36.34%
GREEN value IS 188 (73.83% from 255) = 28.23%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=36.34%
G=28.23%
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
Decimal24218823600.220.020.05306.6767.584.31
HexF2BCEC016251334454
Octal36227435402625463104124
Binary1111001010111100111011000101101010110011001110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2BCEC; }

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

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

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

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

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

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

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

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