#F3BAEE

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

Shades of French Lilac #F3BAEE

Tints of French Lilac #F3BAEE

Color information

#F3BAEE (or 0xF3BAEE) is unknown color: approx French Lilac. HEX triplet: F3, BA and EE. RGB value is (243,186,238). Sum of RGB (Red+Green+Blue) = 243+186+238=667 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.43% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BAEE is #0C4511. Grayscale: #D0D0D0. Windows color (decimal): -804114 or 15645427. OLE color: 15645427.

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

Color convert

RGB243186238-
CMYK00.230.020.05
HSL305.26º70.37%84.12%-
HSV(B)305.26º23.46%95.29%-
XYZ69.9560.3588.85-
YUV208.97144.38152.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.43%
GREEN value IS 186 (73.05% from 255) = 27.89%
BLUE value IS 238 (93.36% from 255) = 35.68%
R=36.43%
G=27.89%
B=35.68%

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
Decimal24318623800.230.020.05305.2670.3784.12
HexF3BAEE017251314654
Octal36327235602725461106124
Binary1111001110111010111011100101111010110011000110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BAEE; }

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

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

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

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

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

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

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

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