#f3bce3

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

Shades of French Lilac #F3BCE3

Tints of French Lilac #F3BCE3

Color information

#F3BCE3 (or 0xF3BCE3) is unknown color: approx French Lilac. HEX triplet: F3, BC and E3. RGB value is (243,188,227). Sum of RGB (Red+Green+Blue) = 243+188+227=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 188 (73.83% from 255 or 28.57% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCE3 is #0C431C. Grayscale: #D0D0D0. Windows color (decimal): -803613 or 14925043. OLE color: 14925043.

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

Color convert

RGB243188227-
CMYK00.230.070.05
HSL317.45º69.62%84.51%-
HSV(B)317.45º22.63%95.29%-
XYZ68.8160.5780.74-
YUV208.89138.22152.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.93%
GREEN value IS 188 (73.83% from 255) = 28.57%
BLUE value IS 227 (89.06% from 255) = 34.50%
R=36.93%
G=28.57%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318822700.230.070.05317.4569.6284.51
HexF3BCE30177513d4655
Octal36327434302775475106125
Binary11110011101111001110001101011111110110011110110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3bce3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3bce3; }

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

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

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

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

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

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

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

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