#F0B1EE

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

Shades of French Lilac #F0B1EE

Tints of French Lilac #F0B1EE

Color information

#F0B1EE (or 0xF0B1EE) is unknown color: approx French Lilac. HEX triplet: F0, B1 and EE. RGB value is (240,177,238). Sum of RGB (Red+Green+Blue) = 240+177+238=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 177 (69.53% from 255 or 27.02% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B1EE is #0F4E11. Grayscale: #CACACA. Windows color (decimal): -1003026 or 15643120. OLE color: 15643120.

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

Color convert

RGB240177238-
CMYK00.260.010.06
HSL301.9º67.74%81.76%-
HSV(B)301.9º26.25%94.12%-
XYZ67.0956.1488.19-
YUV202.79147.87154.54-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.64%
GREEN value IS 177 (69.53% from 255) = 27.02%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=36.64%
G=27.02%
B=36.34%

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
Decimal24017723800.260.010.06301.967.7481.76
HexF0B1EE01A1612e4452
Octal36026135603216456104122
Binary111100001011000111101110011010111010010111010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B1EE; }

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

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

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

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

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

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

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

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