#F3BAE6

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

Shades of French Lilac #F3BAE6

Tints of French Lilac #F3BAE6

Color information

#F3BAE6 (or 0xF3BAE6) is unknown color: approx French Lilac. HEX triplet: F3, BA and E6. RGB value is (243,186,230). Sum of RGB (Red+Green+Blue) = 243+186+230=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 186 (73.05% from 255 or 28.22% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAE6 is #0C4519. Grayscale: #CFCFCF. Windows color (decimal): -804122 or 15121139. OLE color: 15121139.

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

Color convert

RGB243186230-
CMYK00.230.050.05
HSL313.68º70.37%84.12%-
HSV(B)313.68º23.46%95.29%-
XYZ68.859.8982.8-
YUV208.06140.38152.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.87%
GREEN value IS 186 (73.05% from 255) = 28.22%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=36.87%
G=28.22%
B=34.90%

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
Decimal24318623000.230.050.05313.6870.3784.12
HexF3BAE60175513a4654
Octal36327234602755472106124
Binary11110011101110101110011001011110110110011101010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAE6; }

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

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

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

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

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

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

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

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