COLOR #F1ECF1

HEX: #F1ECF1
RGB: (241,236,241)

Color info

#F1ECF1 contains red, green and blue colors in about the same proportion. Web safe color of #F1ECF1 is #FFFFFF (or #FFF).

RGB color model

#F1ECF1 color RGB value is (241,236,241).

  • red value is 241;
  • green value is 236;
  • blue value is 241.
RGB:
(241,236,241)
(95%,93%,95%)

RGB channels and saturation

R 241 of 255 = 95%
G 236 of 255 = 93%
B 241 of 255 = 95%

241
236
241

R + G + B ~ 94%. #F1ECF1 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 236 + 241 = 718 (100%)
R 241 of 718 ~ 33.57%
G 236 of 718 ~ 32.87%
B 241 of 718 ~ 33.57%

%33.57
%32.87
%33.57

CMYK color model

#F1ECF1 color CMYK value is (0,2,0,5).

  • cyan value is 0.00%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(0,2,0,5)
C0M2Y0K5 
(0%,2%,0%,5%)
(0.00/0.02/0.00/0.05)	

CMYK percentages

%0
%2.07
%0
%5.49

Codes

Color #F1ECF1 in popluar color models

F1ECF1
RGB241236241
HSL300°15.15%93.53%
HSB/HSV300°2.07%94.51%
CMYK0.00%2.07%0.00%
5.49%

Color #F1ECF1 in popluar number systems.

HEXF1ECF1
Decimal241236241
Binary111100011110110011110001
Octal361354361

Shades and tints

Shades of #F1ECF1

#F1ECF1
(241,236,241)
#DCD7DC
(220,215,220)
#C7C2C7
(199,194,199)
#B2ADB2
(178,173,178)
#9D989D
(157,152,157)
#888388
(136,131,136)
#736E73
(115,110,115)
#5E595E
(94,89,94)
#494449
(73,68,73)
#342F34
(52,47,52)
#1F1A1F
(31,26,31)
#000000
(0,0,0)

Tints of #F1ECF1

#F1ECF1
(241,236,241)
#F2EDF2
(242,237,242)
#F3EEF3
(243,238,243)
#F4EFF4
(244,239,244)
#F5F0F5
(245,240,245)
#F6F1F6
(246,241,246)
#F7F2F7
(247,242,247)
#F8F3F8
(248,243,248)
#F9F4F9
(249,244,249)
#FAF5FA
(250,245,250)
#FBF6FB
(251,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1ECF1 color. Also use rgb(241,236,241) instead hex code.

Text Font Color

.myTextColor { color: #F1ECF1; }

<p style="color:#F1ECF1">This sample text font color is #F1ECF1.</p>

This text font color is #F1ECF1.


Background Color

.myBgColor { background-color: #F1ECF1; }

<div style="background-color:#F1ECF1">Inner text</div>

This div background color is #F1ECF1.


Border color

.myBorderColor { border: 1px solid #F1ECF1; }

<div style="border:3px solid #F1ECF1">Div</div>

This div border color is #F1ECF1.


Opacity

.myOpacity80 { color: #F1ECF1; opacity: 0.8; }

<p style="color:#F1ECF1;opacity:0.8;">80%</p>

Text with #F1ECF1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F1ECF1;}

<p style="text-shadow: 3px 3px 1px #F1ECF1">Text here.</p>

This text has shadow with #F1ECF1 color.

.textShadow {text-shadow: 3px 3px 1px #F1ECF1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F1ECF1, 5px 5px 20px red">Text here.</p>

This text has shadow with #F1ECF1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F1ECF1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F1ECF1, Direction=45, Strength=4)">Text</p>

This text has shadow with #F1ECF1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F1ECF1;
  -webkit-box-shadow:	1px 1px 3px 2px #F1ECF1;
  box-shadow:		1px 1px 3px 2px #F1ECF1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F1ECF1;
-webkit-box-shadow: 1px 1px 3px 2px #F1ECF1;
box-shadow:1px 1px 3px 2px #F1ECF1;">
Div content here</div>
This div box has shadow with color #F1ECF1.

Preview

Color preview on black background

This text has color #F1ECF1 on black background.


Color preview on white background

This text has color #F1ECF1 on white background.



Black color preview on #F1ECF1 background

This text has black color on #F1ECF1 background.


White color preview on #F1ECF1 background

This text has white color on #F1ECF1 background.