#F0B5EC

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

Shades of French Lilac #F0B5EC

Tints of French Lilac #F0B5EC

Color information

#F0B5EC (or 0xF0B5EC) is unknown color: approx French Lilac. HEX triplet: F0, B5 and EC. RGB value is (240,181,236). Sum of RGB (Red+Green+Blue) = 240+181+236=657 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.53% from 657); Green value is 181 (71.09% from 255 or 27.55% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B5EC is #0F4A13. Grayscale: #CCCCCC. Windows color (decimal): -1002004 or 15513072. OLE color: 15513072.

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

Color convert

RGB240181236-
CMYK00.250.020.06
HSL304.07º66.29%82.55%-
HSV(B)304.07º24.58%94.12%-
XYZ67.657.6386.92-
YUV204.91145.55153.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.53%
GREEN value IS 181 (71.09% from 255) = 27.55%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=36.53%
G=27.55%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018123600.250.020.06304.0766.2982.55
HexF0B5EC019261304253
Octal36026535403126460102123
Binary1111000010110101111011000110011011010011000010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B5EC; }

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

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

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

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

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

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

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

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