#F3BAE9

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

Shades of French Lilac #F3BAE9

Tints of French Lilac #F3BAE9

Color information

#F3BAE9 (or 0xF3BAE9) is unknown color: approx French Lilac. HEX triplet: F3, BA and E9. RGB value is (243,186,233). Sum of RGB (Red+Green+Blue) = 243+186+233=662 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.71% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 233 (91.41% from 255 or 35.20% from 662); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAE9 is #0C4516. Grayscale: #D0D0D0. Windows color (decimal): -804119 or 15317747. OLE color: 15317747.

HSL color Cylindrical-coordinate representation of color #F3BAE9: hue angle of 310.53º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BAE9 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB243186233-
CMYK00.230.040.05
HSL310.53º70.37%84.12%-
HSV(B)310.53º23.46%95.29%-
XYZ69.2360.0685.03-
YUV208.4141.88152.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.71%
GREEN value IS 186 (73.05% from 255) = 28.10%
BLUE value IS 233 (91.41% from 255) = 35.20%
R=36.71%
G=28.10%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318623300.230.040.05310.5370.3784.12
HexF3BAE9017451374654
Octal36327235102745467106124
Binary11110011101110101110100101011110010110011011110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAE9; }

 p { color: rgb(243,186,233); }

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

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

 a { background-color: rgb(243,186,233); }

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

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

 span { border-color: rgb(243,186,233); }

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