#F1B7EC

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

Shades of French Lilac #F1B7EC

Tints of French Lilac #F1B7EC

Color information

#F1B7EC (or 0xF1B7EC) is unknown color: approx French Lilac. HEX triplet: F1, B7 and EC. RGB value is (241,183,236). Sum of RGB (Red+Green+Blue) = 241+183+236=660 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.52% from 660); Green value is 183 (71.88% from 255 or 27.73% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B7EC is #0E4813. Grayscale: #CECECE. Windows color (decimal): -935956 or 15513585. OLE color: 15513585.

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

Color convert

RGB241183236-
CMYK00.240.020.05
HSL305.17º67.44%83.14%-
HSV(B)305.17º24.07%94.51%-
XYZ68.3558.6287.07-
YUV206.38144.72152.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.52%
GREEN value IS 183 (71.88% from 255) = 27.73%
BLUE value IS 236 (92.58% from 255) = 35.76%
R=36.52%
G=27.73%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118323600.240.020.05305.1767.4483.14
HexF1B7EC018251314353
Octal36126735403025461103123
Binary1111000110110111111011000110001010110011000110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B7EC; }

 p { color: rgb(241,183,236); }

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

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

 a { background-color: rgb(241,183,236); }

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

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

 span { border-color: rgb(241,183,236); }

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