#F1B5ED

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

Shades of French Lilac #F1B5ED

Tints of French Lilac #F1B5ED

Color information

#F1B5ED (or 0xF1B5ED) is unknown color: approx French Lilac. HEX triplet: F1, B5 and ED. RGB value is (241,181,237). Sum of RGB (Red+Green+Blue) = 241+181+237=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B5ED is #0E4A12. Grayscale: #CDCDCD. Windows color (decimal): -936467 or 15578609. OLE color: 15578609.

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

Color convert

RGB241181237-
CMYK00.250.020.05
HSL304º68.18%82.75%-
HSV(B)304º24.9%94.51%-
XYZ68.0957.8687.7-
YUV205.32145.88153.45-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.57%
GREEN value IS 181 (71.09% from 255) = 27.47%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=36.57%
G=27.47%
B=35.96%

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
Decimal24118123700.250.020.0530468.1882.75
HexF1B5ED019251304453
Octal36126535503125460104123
Binary1111000110110101111011010110011010110011000010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B5ED; }

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

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

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

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

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

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

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

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