#F1B5E6

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

Shades of French Lilac #F1B5E6

Tints of French Lilac #F1B5E6

Color information

#F1B5E6 (or 0xF1B5E6) is unknown color: approx French Lilac. HEX triplet: F1, B5 and E6. RGB value is (241,181,230). Sum of RGB (Red+Green+Blue) = 241+181+230=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 181 (71.09% from 255 or 27.76% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1B5E6 is #0E4A19. Grayscale: #CCCCCC. Windows color (decimal): -936474 or 15119857. OLE color: 15119857.

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

Color convert

RGB241181230-
CMYK00.250.050.05
HSL311º68.18%82.75%-
HSV(B)311º24.9%94.51%-
XYZ67.0857.4682.42-
YUV204.53142.38154.02-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.96%
GREEN value IS 181 (71.09% from 255) = 27.76%
BLUE value IS 230 (90.23% from 255) = 35.28%
R=36.96%
G=27.76%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118123000.250.050.0531168.1882.75
HexF1B5E6019551374453
Octal36126534603155467104123
Binary11110001101101011110011001100110110110011011110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B5E6; }

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

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

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

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

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

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

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

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