#F0BAF0

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

Shades of French Lilac #F0BAF0

Tints of French Lilac #F0BAF0

Color information

#F0BAF0 (or 0xF0BAF0) is unknown color: approx French Lilac. HEX triplet: F0, BA and F0. RGB value is (240,186,240). Sum of RGB (Red+Green+Blue) = 240+186+240=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 186 (73.05% from 255 or 27.93% from 666); Blue value is 240 (94.14% from 255 or 36.04% from 666); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0BAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAF0 is #0F450F. Grayscale: #D0D0D0. Windows color (decimal): -1000720 or 15776496. OLE color: 15776496.

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

Color convert

RGB240186240-
CMYK00.2200.06
HSL300º64.29%83.53%-
HSV(B)300º22.5%94.12%-
XYZ69.2259.9390.36-
YUV208.3145.89150.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.04%
GREEN value IS 186 (73.05% from 255) = 27.93%
BLUE value IS 240 (94.14% from 255) = 36.04%
R=36.04%
G=27.93%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018624000.2200.0630064.2983.53
HexF0BAF00160612c4054
Octal36027236002606454100124
Binary111100001011101011110000010110011010010110010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAF0; }

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

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

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

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

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

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

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

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