#F3BAEA

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

Shades of French Lilac #F3BAEA

Tints of French Lilac #F3BAEA

Color information

#F3BAEA (or 0xF3BAEA) is unknown color: approx French Lilac. HEX triplet: F3, BA and EA. RGB value is (243,186,234). Sum of RGB (Red+Green+Blue) = 243+186+234=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAEA is #0C4515. Grayscale: #D0D0D0. Windows color (decimal): -804118 or 15383283. OLE color: 15383283.

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

Color convert

RGB243186234-
CMYK00.230.040.05
HSL309.47º70.37%84.12%-
HSV(B)309.47º23.46%95.29%-
XYZ69.3760.1185.79-
YUV208.52142.38152.6-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.65%
GREEN value IS 186 (73.05% from 255) = 28.05%
BLUE value IS 234 (91.80% from 255) = 35.29%
R=36.65%
G=28.05%
B=35.29%

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
Decimal24318623400.230.040.05309.4770.3784.12
HexF3BAEA017451354654
Octal36327235202745465106124
Binary11110011101110101110101001011110010110011010110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAEA; }

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

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

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

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

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

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

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

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