#F0B4EF

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

Shades of French Lilac #F0B4EF

Tints of French Lilac #F0B4EF

Color information

#F0B4EF (or 0xF0B4EF) is unknown color: approx French Lilac. HEX triplet: F0, B4 and EF. RGB value is (240,180,239). Sum of RGB (Red+Green+Blue) = 240+180+239=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 180 (70.70% from 255 or 27.31% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B4EF is #0F4B10. Grayscale: #CCCCCC. Windows color (decimal): -1002257 or 15709424. OLE color: 15709424.

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

Color convert

RGB240180239-
CMYK00.250.000.06
HSL301º66.67%82.35%-
HSV(B)301º25%94.12%-
XYZ67.8457.489.17-
YUV204.67147.38153.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.42%
GREEN value IS 180 (70.70% from 255) = 27.31%
BLUE value IS 239 (93.75% from 255) = 36.27%
R=36.42%
G=27.31%
B=36.27%

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
Decimal24018023900.250.000.0630166.6782.35
HexF0B4EF0190612d4352
Octal36026435703106455103122
Binary111100001011010011101111011001011010010110110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B4EF; }

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

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

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

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

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

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

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

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