#F0B5ED

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

Shades of French Lilac #F0B5ED

Tints of French Lilac #F0B5ED

Color information

#F0B5ED (or 0xF0B5ED) is unknown color: approx French Lilac. HEX triplet: F0, B5 and ED. RGB value is (240,181,237). Sum of RGB (Red+Green+Blue) = 240+181+237=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 181 (71.09% from 255 or 27.51% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B5ED is #0F4A12. Grayscale: #CCCCCC. Windows color (decimal): -1002003 or 15578608. OLE color: 15578608.

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

Color convert

RGB240181237-
CMYK00.250.010.06
HSL303.05º66.29%82.55%-
HSV(B)303.05º24.58%94.12%-
XYZ67.7557.6987.68-
YUV205.02146.05152.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.47%
GREEN value IS 181 (71.09% from 255) = 27.51%
BLUE value IS 237 (92.97% from 255) = 36.02%
R=36.47%
G=27.51%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018123700.250.010.06303.0566.2982.55
HexF0B5ED0191612f4253
Octal36026535503116457102123
Binary111100001011010111101101011001111010010111110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B5ED; }

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

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

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

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

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

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

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

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