#F0B7EC

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

Shades of French Lilac #F0B7EC

Tints of French Lilac #F0B7EC

Color information

#F0B7EC (or 0xF0B7EC) is unknown color: approx French Lilac. HEX triplet: F0, B7 and EC. RGB value is (240,183,236). Sum of RGB (Red+Green+Blue) = 240+183+236=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 183 (71.88% from 255 or 27.77% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B7EC is #0F4813. Grayscale: #CDCDCD. Windows color (decimal): -1001492 or 15513584. OLE color: 15513584.

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

Color convert

RGB240183236-
CMYK00.240.020.06
HSL304.21º65.52%82.94%-
HSV(B)304.21º23.75%94.12%-
XYZ68.0158.4587.05-
YUV206.08144.88152.19-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.42%
GREEN value IS 183 (71.88% from 255) = 27.77%
BLUE value IS 236 (92.58% from 255) = 35.81%
R=36.42%
G=27.77%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018323600.240.020.06304.2165.5282.94
HexF0B7EC018261304253
Octal36026735403026460102123
Binary1111000010110111111011000110001011010011000010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B7EC; }

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

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

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

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

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

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

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

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