#F0B3EF

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

Shades of French Lilac #F0B3EF

Tints of French Lilac #F0B3EF

Color information

#F0B3EF (or 0xF0B3EF) is unknown color: approx French Lilac. HEX triplet: F0, B3 and EF. RGB value is (240,179,239). Sum of RGB (Red+Green+Blue) = 240+179+239=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 179 (70.31% from 255 or 27.20% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B3EF is #0F4C10. Grayscale: #CBCBCB. Windows color (decimal): -1002513 or 15709168. OLE color: 15709168.

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

Color convert

RGB240179239-
CMYK00.250.000.06
HSL300.98º67.03%82.16%-
HSV(B)300.98º25.42%94.12%-
XYZ67.645789.1-
YUV204.08147.71153.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.47%
GREEN value IS 179 (70.31% from 255) = 27.20%
BLUE value IS 239 (93.75% from 255) = 36.32%
R=36.47%
G=27.20%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017923900.250.000.06300.9867.0382.16
HexF0B3EF0190612d4352
Octal36026335703106455103122
Binary111100001011001111101111011001011010010110110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B3EF; }

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

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

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

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

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

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

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

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