#F0BAF2

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

Shades of French Lilac #F0BAF2

Tints of French Lilac #F0BAF2

Color information

#F0BAF2 (or 0xF0BAF2) is unknown color: approx French Lilac. HEX triplet: F0, BA and F2. RGB value is (240,186,242). Sum of RGB (Red+Green+Blue) = 240+186+242=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 186 (73.05% from 255 or 27.84% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0BAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAF2 is #0F450D. Grayscale: #D0D0D0. Windows color (decimal): -1000718 or 15907568. OLE color: 15907568.

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

Color convert

RGB240186242-
CMYK0.010.2300.05
HSL297.86º68.29%83.92%-
HSV(B)297.86º23.14%94.9%-
XYZ69.5260.0591.93-
YUV208.53146.89150.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.93%
GREEN value IS 186 (73.05% from 255) = 27.84%
BLUE value IS 242 (94.92% from 255) = 36.23%
R=35.93%
G=27.84%
B=36.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401862420.010.2300.05297.8668.2983.92
HexF0BAF21170512a4454
Octal36027236212705452104124
Binary111100001011101011110010110111010110010101010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAF2; }

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

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

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

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

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

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

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

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