COLOR #F1EFEE

HEX: #F1EFEE
RGB: (241,239,238)

Color info

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

RGB color model

#F1EFEE color RGB value is (241,239,238).

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

RGB channels and saturation

R 241 of 255 = 95%
G 239 of 255 = 94%
B 238 of 255 = 93%

241
239
238

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

Portions of RGB colors in percentages

R + G + B =
241 + 239 + 238 = 718 (100%)
R 241 of 718 ~ 33.57%
G 239 of 718 ~ 33.29%
B 238 of 718 ~ 33.15%

%33.57
%33.29
%33.15

CMYK color model

#F1EFEE color CMYK value is (0,1,1,5).

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 1.24%
  • key color value is 5.49%
CMYK:
(0,1,1,5)
C0M1Y1K5 
(0%,1%,1%,5%)
(0.00/0.01/0.01/0.05)	

CMYK percentages

%0
%0.83
%1.24
%5.49

Codes

Color #F1EFEE in popluar color models

F1EFEE
RGB241239238
HSL20°9.68%93.92%
HSB/HSV20°1.24%94.51%
CMYK0.00%0.83%1.24%
5.49%

Color #F1EFEE in popluar number systems.

HEXF1EFEE
Decimal241239238
Binary111100011110111111101110
Octal361357356

Shades and tints

Shades of #F1EFEE

#F1EFEE
(241,239,238)
#DCDAD9
(220,218,217)
#C7C5C4
(199,197,196)
#B2B0AF
(178,176,175)
#9D9B9A
(157,155,154)
#888685
(136,134,133)
#737170
(115,113,112)
#5E5C5B
(94,92,91)
#494746
(73,71,70)
#343231
(52,50,49)
#1F1D1C
(31,29,28)
#000000
(0,0,0)

Tints of #F1EFEE

#F1EFEE
(241,239,238)
#F2F0EF
(242,240,239)
#F3F1F0
(243,241,240)
#F4F2F1
(244,242,241)
#F5F3F2
(245,243,242)
#F6F4F3
(246,244,243)
#F7F5F4
(247,245,244)
#F8F6F5
(248,246,245)
#F9F7F6
(249,247,246)
#FAF8F7
(250,248,247)
#FBF9F8
(251,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EFEE; }

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

This text font color is #F1EFEE.


Background Color

.myBgColor { background-color: #F1EFEE; }

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

This div background color is #F1EFEE.


Border color

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

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

This div border color is #F1EFEE.


Opacity

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

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

Text with #F1EFEE 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 #F1EFEE;}

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

This text has shadow with #F1EFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EFEE on black background.


Color preview on white background

This text has color #F1EFEE on white background.



Black color preview on #F1EFEE background

This text has black color on #F1EFEE background.


White color preview on #F1EFEE background

This text has white color on #F1EFEE background.