#F0BAEC

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

Shades of French Lilac #F0BAEC

Tints of French Lilac #F0BAEC

Color information

#F0BAEC (or 0xF0BAEC) is unknown color: approx French Lilac. HEX triplet: F0, BA and EC. RGB value is (240,186,236). Sum of RGB (Red+Green+Blue) = 240+186+236=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 186 (73.05% from 255 or 28.10% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAEC is #0F4513. Grayscale: #CFCFCF. Windows color (decimal): -1000724 or 15514352. OLE color: 15514352.

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

Color convert

RGB240186236-
CMYK00.220.020.06
HSL304.44º64.29%83.53%-
HSV(B)304.44º22.5%94.12%-
XYZ68.6359.787.26-
YUV207.85143.89150.93-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 186 (73.05% from 255) = 28.10%
BLUE value IS 236 (92.58% from 255) = 35.65%
R=36.25%
G=28.10%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018623600.220.020.06304.4464.2983.53
HexF0BAEC016261304054
Octal36027235402626460100124
Binary1111000010111010111011000101101011010011000010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAEC; }

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

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

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

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

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

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

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

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