#F5BBEF

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

Shades of French Lilac #F5BBEF

Tints of French Lilac #F5BBEF

Color information

#F5BBEF (or 0xF5BBEF) is unknown color: approx French Lilac. HEX triplet: F5, BB and EF. RGB value is (245,187,239). Sum of RGB (Red+Green+Blue) = 245+187+239=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 187 (73.44% from 255 or 27.87% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BBEF is #0A4410. Grayscale: #D2D2D2. Windows color (decimal): -672785 or 15711221. OLE color: 15711221.

HSL color Cylindrical-coordinate representation of color #F5BBEF: hue angle of 306.21º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BBEF is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB245187239-
CMYK00.240.020.04
HSL306.21º74.36%84.71%-
HSV(B)306.21º23.67%96.08%-
XYZ71.0161.1989.73-
YUV210.27144.22152.77-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.51%
GREEN value IS 187 (73.44% from 255) = 27.87%
BLUE value IS 239 (93.75% from 255) = 35.62%
R=36.51%
G=27.87%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518723900.240.020.04306.2174.3684.71
HexF5BBEF018241324a55
Octal36527335703024462112125
Binary1111010110111011111011110110001010010011001010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BBEF; }

 p { color: rgb(245,187,239); }

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

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

 a { background-color: rgb(245,187,239); }

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

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

 span { border-color: rgb(245,187,239); }

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