#F1B5EB

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

Shades of French Lilac #F1B5EB

Tints of French Lilac #F1B5EB

Color information

#F1B5EB (or 0xF1B5EB) is unknown color: approx French Lilac. HEX triplet: F1, B5 and EB. RGB value is (241,181,235). Sum of RGB (Red+Green+Blue) = 241+181+235=657 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.68% from 657); Green value is 181 (71.09% from 255 or 27.55% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B5EB is #0E4A14. Grayscale: #CCCCCC. Windows color (decimal): -936469 or 15447537. OLE color: 15447537.

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

Color convert

RGB241181235-
CMYK00.250.020.05
HSL306º68.18%82.75%-
HSV(B)306º24.9%94.51%-
XYZ67.7957.7586.17-
YUV205.1144.88153.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.68%
GREEN value IS 181 (71.09% from 255) = 27.55%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=36.68%
G=27.55%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118123500.250.020.0530668.1882.75
HexF1B5EB019251324453
Octal36126535303125462104123
Binary1111000110110101111010110110011010110011001010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B5EB; }

 p { color: rgb(241,181,235); }

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

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

 a { background-color: rgb(241,181,235); }

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

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

 span { border-color: rgb(241,181,235); }

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