#F3BAE7

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

Shades of French Lilac #F3BAE7

Tints of French Lilac #F3BAE7

Color information

#F3BAE7 (or 0xF3BAE7) is unknown color: approx French Lilac. HEX triplet: F3, BA and E7. RGB value is (243,186,231). Sum of RGB (Red+Green+Blue) = 243+186+231=660 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.82% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 231 (90.62% from 255 or 35% from 660); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAE7 is #0C4518. Grayscale: #D0D0D0. Windows color (decimal): -804121 or 15186675. OLE color: 15186675.

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

Color convert

RGB243186231-
CMYK00.230.050.05
HSL312.63º70.37%84.12%-
HSV(B)312.63º23.46%95.29%-
XYZ68.9459.9483.54-
YUV208.17140.88152.84-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.82%
GREEN value IS 186 (73.05% from 255) = 28.18%
BLUE value IS 231 (90.62% from 255) = 35%
R=36.82%
G=28.18%
B=35%

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
Decimal24318623100.230.050.05312.6370.3784.12
HexF3BAE7017551394654
Octal36327234702755471106124
Binary11110011101110101110011101011110110110011100110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAE7; }

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

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

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

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

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

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

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

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