COLOR #F1EFDE

HEX: #F1EFDE
RGB: (241,239,222)

Color info

#F1EFDE contains red, green and blue colors in about the same proportion. Web safe color of #F1EFDE is #FFFFCC (or #FFC).

RGB color model

#F1EFDE color RGB value is (241,239,222).

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

RGB channels and saturation

R 241 of 255 = 95%
G 239 of 255 = 94%
B 222 of 255 = 87%

241
239
222

R + G + B ~ 92%. #F1EFDE is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 239 + 222 = 702 (100%)
R 241 of 702 ~ 34.33%
G 239 of 702 ~ 34.05%
B 222 of 702 ~ 31.62%

%34.33
%34.05
%31.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 7.88%
  • key color value is 5.49%
CMYK:
(0,1,8,5)
C0M1Y8K5 
(0%,1%,8%,5%)
(0.00/0.01/0.08/0.05)	

CMYK percentages

%0
%0.83
%7.88
%5.49

Codes

Color #F1EFDE in popluar color models

F1EFDE
RGB241239222
HSL54°40.43%90.78%
HSB/HSV54°7.88%94.51%
CMYK0.00%0.83%7.88%
5.49%

Color #F1EFDE in popluar number systems.

HEXF1EFDE
Decimal241239222
Binary111100011110111111011110
Octal361357336

Shades and tints

Shades of #F1EFDE

#F1EFDE
(241,239,222)
#DCDACA
(220,218,202)
#C7C5B6
(199,197,182)
#B2B0A2
(178,176,162)
#9D9B8E
(157,155,142)
#88867A
(136,134,122)
#737166
(115,113,102)
#5E5C52
(94,92,82)
#49473E
(73,71,62)
#34322A
(52,50,42)
#1F1D16
(31,29,22)
#000000
(0,0,0)

Tints of #F1EFDE

#F1EFDE
(241,239,222)
#F2F0E1
(242,240,225)
#F3F1E4
(243,241,228)
#F4F2E7
(244,242,231)
#F5F3EA
(245,243,234)
#F6F4ED
(246,244,237)
#F7F5F0
(247,245,240)
#F8F6F3
(248,246,243)
#F9F7F6
(249,247,246)
#FAF8F9
(250,248,249)
#FBF9FC
(251,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EFDE; }

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

This text font color is #F1EFDE.


Background Color

.myBgColor { background-color: #F1EFDE; }

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

This div background color is #F1EFDE.


Border color

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

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

This div border color is #F1EFDE.


Opacity

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

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

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

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

This text has shadow with #F1EFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EFDE on black background.


Color preview on white background

This text has color #F1EFDE on white background.



Black color preview on #F1EFDE background

This text has black color on #F1EFDE background.


White color preview on #F1EFDE background

This text has white color on #F1EFDE background.