#F3BCF2

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

Shades of French Lilac #F3BCF2

Tints of French Lilac #F3BCF2

Color information

#F3BCF2 (or 0xF3BCF2) is unknown color: approx French Lilac. HEX triplet: F3, BC and F2. RGB value is (243,188,242). Sum of RGB (Red+Green+Blue) = 243+188+242=673 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.11% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BCF2 is #0C430D. Grayscale: #D2D2D2. Windows color (decimal): -803598 or 15908083. OLE color: 15908083.

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

Color convert

RGB243188242-
CMYK00.230.000.05
HSL301.09º69.62%84.51%-
HSV(B)301.09º22.63%95.29%-
XYZ70.9761.4392.12-
YUV210.6145.72151.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.11%
GREEN value IS 188 (73.83% from 255) = 27.93%
BLUE value IS 242 (94.92% from 255) = 35.96%
R=36.11%
G=27.93%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318824200.230.000.05301.0969.6284.51
HexF3BCF20170512d4655
Octal36327436202705455106125
Binary111100111011110011110010010111010110010110110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCF2; }

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

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

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

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

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

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

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

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