#F0B7EE

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

Shades of French Lilac #F0B7EE

Tints of French Lilac #F0B7EE

Color information

#F0B7EE (or 0xF0B7EE) is unknown color: approx French Lilac. HEX triplet: F0, B7 and EE. RGB value is (240,183,238). Sum of RGB (Red+Green+Blue) = 240+183+238=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 183 (71.88% from 255 or 27.69% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B7EE is #0F4811. Grayscale: #CECECE. Windows color (decimal): -1001490 or 15644656. OLE color: 15644656.

HSL color Cylindrical-coordinate representation of color #F0B7EE: hue angle of 302.11º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0B7EE is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240183238-
CMYK00.240.010.06
HSL302.11º65.52%82.94%-
HSV(B)302.11º23.75%94.12%-
XYZ68.358.5788.59-
YUV206.31145.88152.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.31%
GREEN value IS 183 (71.88% from 255) = 27.69%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=36.31%
G=27.69%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018323800.240.010.06302.1165.5282.94
HexF0B7EE0181612e4253
Octal36026735603016456102123
Binary111100001011011111101110011000111010010111010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B7EE; }

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

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

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

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

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

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

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

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