#F0B9EF

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

Shades of French Lilac #F0B9EF

Tints of French Lilac #F0B9EF

Color information

#F0B9EF (or 0xF0B9EF) is unknown color: approx French Lilac. HEX triplet: F0, B9 and EF. RGB value is (240,185,239). Sum of RGB (Red+Green+Blue) = 240+185+239=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 185 (72.66% from 255 or 27.86% from 664); Blue value is 239 (93.75% from 255 or 35.99% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B9EF is #0F4610. Grayscale: #CFCFCF. Windows color (decimal): -1000977 or 15710704. OLE color: 15710704.

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

Color convert

RGB240185239-
CMYK00.230.000.06
HSL301.09º64.71%83.33%-
HSV(B)301.09º22.92%94.12%-
XYZ68.8659.4689.51-
YUV207.6145.72151.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 36.14%
GREEN value IS 185 (72.66% from 255) = 27.86%
BLUE value IS 239 (93.75% from 255) = 35.99%
R=36.14%
G=27.86%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24018523900.230.000.06301.0964.7183.33
HexF0B9EF0170612d4153
Octal36027135702706455101123
Binary111100001011100111101111010111011010010110110000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B9EF; }

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

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

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

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

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

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

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

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