#F0B9ED

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

Shades of French Lilac #F0B9ED

Tints of French Lilac #F0B9ED

Color information

#F0B9ED (or 0xF0B9ED) is unknown color: approx French Lilac. HEX triplet: F0, B9 and ED. RGB value is (240,185,237). Sum of RGB (Red+Green+Blue) = 240+185+237=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 185 (72.66% from 255 or 27.95% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B9ED is #0F4612. Grayscale: #CFCFCF. Windows color (decimal): -1000979 or 15579632. OLE color: 15579632.

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

Color convert

RGB240185237-
CMYK00.230.010.06
HSL303.27º64.71%83.33%-
HSV(B)303.27º22.92%94.12%-
XYZ68.5759.3487.96-
YUV207.37144.72151.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.25%
GREEN value IS 185 (72.66% from 255) = 27.95%
BLUE value IS 237 (92.97% from 255) = 35.80%
R=36.25%
G=27.95%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018523700.230.010.06303.2764.7183.33
HexF0B9ED0171612f4153
Octal36027135502716457101123
Binary111100001011100111101101010111111010010111110000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B9ED; }

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

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

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

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

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

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

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

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