#F3BCE5

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

Shades of French Lilac #F3BCE5

Tints of French Lilac #F3BCE5

Color information

#F3BCE5 (or 0xF3BCE5) is unknown color: approx French Lilac. HEX triplet: F3, BC and E5. RGB value is (243,188,229). Sum of RGB (Red+Green+Blue) = 243+188+229=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 188 (73.83% from 255 or 28.48% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCE5 is #0C431A. Grayscale: #D1D1D1. Windows color (decimal): -803611 or 15056115. OLE color: 15056115.

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

Color convert

RGB243188229-
CMYK00.230.060.05
HSL315.27º69.62%84.51%-
HSV(B)315.27º22.63%95.29%-
XYZ69.0960.6882.2-
YUV209.12139.22152.17-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.82%
GREEN value IS 188 (73.83% from 255) = 28.48%
BLUE value IS 229 (89.84% from 255) = 34.70%
R=36.82%
G=28.48%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318822900.230.060.05315.2769.6284.51
HexF3BCE50176513b4655
Octal36327434502765473106125
Binary11110011101111001110010101011111010110011101110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BCE5; }

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

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

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

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

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

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

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

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