#F0B3EE

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

Shades of French Lilac #F0B3EE

Tints of French Lilac #F0B3EE

Color information

#F0B3EE (or 0xF0B3EE) is unknown color: approx French Lilac. HEX triplet: F0, B3 and EE. RGB value is (240,179,238). Sum of RGB (Red+Green+Blue) = 240+179+238=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 179 (70.31% from 255 or 27.25% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B3EE is #0F4C11. Grayscale: #CBCBCB. Windows color (decimal): -1002514 or 15643632. OLE color: 15643632.

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

Color convert

RGB240179238-
CMYK00.250.010.06
HSL301.97º67.03%82.16%-
HSV(B)301.97º25.42%94.12%-
XYZ67.4956.9488.32-
YUV203.96147.21153.7-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.53%
GREEN value IS 179 (70.31% from 255) = 27.25%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=36.53%
G=27.25%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017923800.250.010.06301.9767.0382.16
HexF0B3EE0191612e4352
Octal36026335603116456103122
Binary111100001011001111101110011001111010010111010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B3EE; }

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

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

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

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

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

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

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

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