#F3BAF0

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

Shades of French Lilac #F3BAF0

Tints of French Lilac #F3BAF0

Color information

#F3BAF0 (or 0xF3BAF0) is unknown color: approx French Lilac. HEX triplet: F3, BA and F0. RGB value is (243,186,240). Sum of RGB (Red+Green+Blue) = 243+186+240=669 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.32% from 669); Green value is 186 (73.05% from 255 or 27.80% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAF0 is #0C450F. Grayscale: #D1D1D1. Windows color (decimal): -804112 or 15776499. OLE color: 15776499.

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

Color convert

RGB243186240-
CMYK00.230.010.05
HSL303.16º70.37%84.12%-
HSV(B)303.16º23.46%95.29%-
XYZ70.2560.4690.41-
YUV209.2145.38152.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.32%
GREEN value IS 186 (73.05% from 255) = 27.80%
BLUE value IS 240 (94.14% from 255) = 35.87%
R=36.32%
G=27.80%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318624000.230.010.05303.1670.3784.12
HexF3BAF00171512f4654
Octal36327236002715457106124
Binary111100111011101011110000010111110110010111110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAF0; }

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

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

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

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

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

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

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

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