#F0BAF1

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

Shades of French Lilac #F0BAF1

Tints of French Lilac #F0BAF1

Color information

#F0BAF1 (or 0xF0BAF1) is unknown color: approx French Lilac. HEX triplet: F0, BA and F1. RGB value is (240,186,241). Sum of RGB (Red+Green+Blue) = 240+186+241=667 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.98% from 667); Green value is 186 (73.05% from 255 or 27.89% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0BAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BAF1 is #0F450E. Grayscale: #D0D0D0. Windows color (decimal): -1000719 or 15842032. OLE color: 15842032.

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

Color convert

RGB240186241-
CMYK0.000.2300.05
HSL298.91º66.27%83.73%-
HSV(B)298.91º22.82%94.51%-
XYZ69.3759.9991.14-
YUV208.42146.39150.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.98%
GREEN value IS 186 (73.05% from 255) = 27.89%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=35.98%
G=27.89%
B=36.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401862410.000.2300.05298.9166.2783.73
HexF0BAF10170512b4254
Octal36027236102705453102124
Binary111100001011101011110001010111010110010101110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BAF1; }

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

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

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

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

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

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

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

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