#F1B6E6

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

Shades of French Lilac #F1B6E6

Tints of French Lilac #F1B6E6

Color information

#F1B6E6 (or 0xF1B6E6) is unknown color: approx French Lilac. HEX triplet: F1, B6 and E6. RGB value is (241,182,230). Sum of RGB (Red+Green+Blue) = 241+182+230=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 182 (71.48% from 255 or 27.87% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B6E6 is #0E4919. Grayscale: #CCCCCC. Windows color (decimal): -936218 or 15120113. OLE color: 15120113.

HSL color Cylindrical-coordinate representation of color #F1B6E6: hue angle of 311.19º degrees, saturation: 0.68, 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 #F1B6E6 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB241182230-
CMYK00.240.050.05
HSL311.19º67.82%82.94%-
HSV(B)311.19º24.48%94.51%-
XYZ67.2957.8782.49-
YUV205.11142.05153.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.91%
GREEN value IS 182 (71.48% from 255) = 27.87%
BLUE value IS 230 (90.23% from 255) = 35.22%
R=36.91%
G=27.87%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118223000.240.050.05311.1967.8282.94
HexF1B6E6018551374453
Octal36126634603055467104123
Binary11110001101101101110011001100010110110011011110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B6E6; }

 p { color: rgb(241,182,230); }

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

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

 a { background-color: rgb(241,182,230); }

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

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

 span { border-color: rgb(241,182,230); }

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