#F0B1EF

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

Shades of French Lilac #F0B1EF

Tints of French Lilac #F0B1EF

Color information

#F0B1EF (or 0xF0B1EF) is unknown color: approx French Lilac. HEX triplet: F0, B1 and EF. RGB value is (240,177,239). Sum of RGB (Red+Green+Blue) = 240+177+239=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 177 (69.53% from 255 or 26.98% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B1EF is #0F4E10. Grayscale: #CACACA. Windows color (decimal): -1003025 or 15708656. OLE color: 15708656.

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

Color convert

RGB240177239-
CMYK00.260.000.06
HSL300.95º67.74%81.76%-
HSV(B)300.95º26.25%94.12%-
XYZ67.2456.288.97-
YUV202.9148.37154.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.59%
GREEN value IS 177 (69.53% from 255) = 26.98%
BLUE value IS 239 (93.75% from 255) = 36.43%
R=36.59%
G=26.98%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017723900.260.000.06300.9567.7481.76
HexF0B1EF01A0612d4452
Octal36026135703206455104122
Binary111100001011000111101111011010011010010110110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B1EF; }

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

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

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

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

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

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

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

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