#F3BCE7

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

Shades of French Lilac #F3BCE7

Tints of French Lilac #F3BCE7

Color information

#F3BCE7 (or 0xF3BCE7) is unknown color: approx French Lilac. HEX triplet: F3, BC and E7. RGB value is (243,188,231). Sum of RGB (Red+Green+Blue) = 243+188+231=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 188 (73.83% from 255 or 28.40% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BCE7 is #0C4318. Grayscale: #D1D1D1. Windows color (decimal): -803609 or 15187187. OLE color: 15187187.

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

Color convert

RGB243188231-
CMYK00.230.050.05
HSL313.09º69.62%84.51%-
HSV(B)313.09º22.63%95.29%-
XYZ69.3760.7983.68-
YUV209.35140.22152-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.71%
GREEN value IS 188 (73.83% from 255) = 28.40%
BLUE value IS 231 (90.62% from 255) = 34.89%
R=36.71%
G=28.40%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318823100.230.050.05313.0969.6284.51
HexF3BCE7017551394655
Octal36327434702755471106125
Binary11110011101111001110011101011110110110011100110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCE7; }

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

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

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

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

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

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

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

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