#F3BAE4

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

Shades of French Lilac #F3BAE4

Tints of French Lilac #F3BAE4

Color information

#F3BAE4 (or 0xF3BAE4) is unknown color: approx French Lilac. HEX triplet: F3, BA and E4. RGB value is (243,186,228). Sum of RGB (Red+Green+Blue) = 243+186+228=657 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.99% from 657); Green value is 186 (73.05% from 255 or 28.31% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BAE4 is #0C451B. Grayscale: #CFCFCF. Windows color (decimal): -804124 or 14990067. OLE color: 14990067.

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

Color convert

RGB243186228-
CMYK00.230.060.05
HSL315.79º70.37%84.12%-
HSV(B)315.79º23.46%95.29%-
XYZ68.5259.7781.32-
YUV207.83139.38153.08-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.99%
GREEN value IS 186 (73.05% from 255) = 28.31%
BLUE value IS 228 (89.45% from 255) = 34.70%
R=36.99%
G=28.31%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318622800.230.060.05315.7970.3784.12
HexF3BAE40176513c4654
Octal36327234402765474106124
Binary11110011101110101110010001011111010110011110010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAE4; }

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

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

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

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

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

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

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

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