#F0BAEE

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

Shades of French Lilac #F0BAEE

Tints of French Lilac #F0BAEE

Color information

#F0BAEE (or 0xF0BAEE) is unknown color: approx French Lilac. HEX triplet: F0, BA and EE. RGB value is (240,186,238). Sum of RGB (Red+Green+Blue) = 240+186+238=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 186 (73.05% from 255 or 28.01% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAEE is #0F4511. Grayscale: #CFCFCF. Windows color (decimal): -1000722 or 15645424. OLE color: 15645424.

HSL color Cylindrical-coordinate representation of color #F0BAEE: hue angle of 302.22º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0BAEE is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240186238-
CMYK00.220.010.06
HSL302.22º64.29%83.53%-
HSV(B)302.22º22.5%94.12%-
XYZ68.9359.8288.8-
YUV208.07144.89150.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.14%
GREEN value IS 186 (73.05% from 255) = 28.01%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=36.14%
G=28.01%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018623800.220.010.06302.2264.2983.53
HexF0BAEE0161612e4054
Octal36027235602616456100124
Binary111100001011101011101110010110111010010111010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAEE; }

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

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

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

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

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

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

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

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