#F0B1ED

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

Shades of French Lilac #F0B1ED

Tints of French Lilac #F0B1ED

Color information

#F0B1ED (or 0xF0B1ED) is unknown color: approx French Lilac. HEX triplet: F0, B1 and ED. RGB value is (240,177,237). Sum of RGB (Red+Green+Blue) = 240+177+237=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 177 (69.53% from 255 or 27.06% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B1ED is #0F4E12. Grayscale: #CACACA. Windows color (decimal): -1003027 or 15577584. OLE color: 15577584.

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

Color convert

RGB240177237-
CMYK00.260.010.06
HSL302.86º67.74%81.76%-
HSV(B)302.86º26.25%94.12%-
XYZ66.9456.0887.42-
YUV202.68147.37154.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.70%
GREEN value IS 177 (69.53% from 255) = 27.06%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=36.70%
G=27.06%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017723700.260.010.06302.8667.7481.76
HexF0B1ED01A1612f4452
Octal36026135503216457104122
Binary111100001011000111101101011010111010010111110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B1ED; }

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

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

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

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

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

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

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

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