#F3BAEF

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

Shades of French Lilac #F3BAEF

Tints of French Lilac #F3BAEF

Color information

#F3BAEF (or 0xF3BAEF) is unknown color: approx French Lilac. HEX triplet: F3, BA and EF. RGB value is (243,186,239). Sum of RGB (Red+Green+Blue) = 243+186+239=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAEF is #0C4510. Grayscale: #D0D0D0. Windows color (decimal): -804113 or 15710963. OLE color: 15710963.

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

Color convert

RGB243186239-
CMYK00.230.020.05
HSL304.21º70.37%84.12%-
HSV(B)304.21º23.46%95.29%-
XYZ70.160.489.63-
YUV209.08144.88152.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.38%
GREEN value IS 186 (73.05% from 255) = 27.84%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=36.38%
G=27.84%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318623900.230.020.05304.2170.3784.12
HexF3BAEF017251304654
Octal36327235702725460106124
Binary1111001110111010111011110101111010110011000010001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAEF; }

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

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

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

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

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

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

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

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