COLOR #F1EFED

HEX: #F1EFED RGB: (241,239,237)

Color info

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

RGB color model

#F1EFED color RGB value is (241,239,237).

RGB: (241,239,237) (95%, 94%, 93%)

RGB channels and saturation

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

241
239
237

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

Portions of RGB colors in percentages

R + G + B = 241 + 239 + 237 = 717 (100%)
R 241 of 717 ~ 33.61%
G 239 of 717 ~ 33.33%
B 237 of 717 ~ 33.05'%

%33.61
%33.33
%33.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.83%
  • yellow value is 1.66%
  • key color value is 5.49%

CMYK: (0,1,2,5)
C0M1Y2K5 (0%, 1%, 2%, 5%)
(0.00 / 0.01 / 0.02 / 0.05)

CMYK percentages

%0
%0.83
%1.66
%5.49

Codes

Color #F1EFED in popluar color models

F1 EF ED
RGB 241 239 237
HSL 30° 12.50% 93.73%
HSB/HSV 30° 1.66% 94.51%
CMYK 0.00% 0.83% 1.66%
5.49%

Color #F1EFED in popluar number systems.

HEX F1 EF ED
Decimal 241 239 237
Binary 11110001 11101111 11101101
Octal 361 357 355

Shades and tints

Shades of #F1EFED

#F1EFED
(241,239,237)
#DCDAD8
(220,218,216)
#C7C5C3
(199,197,195)
#B2B0AE
(178,176,174)
#9D9B99
(157,155,153)
#888684
(136,134,132)
#73716F
(115,113,111)
#5E5C5A
(94,92,90)
#494745
(73,71,69)
#343230
(52,50,48)
#1F1D1B
(31,29,27)
#000000
(0,0,0)

Tints of #F1EFED

#F1EFED
(241,239,237)
#F2F0EE
(242,240,238)
#F3F1EF
(243,241,239)
#F4F2F0
(244,242,240)
#F5F3F1
(245,243,241)
#F6F4F2
(246,244,242)
#F7F5F3
(247,245,243)
#F8F6F4
(248,246,244)
#F9F7F5
(249,247,245)
#FAF8F6
(250,248,246)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EFED; }

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

This text font color is #F1EFED.

Background Color

.myBgColor { background-color: #F1EFED; }

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

This div background color is #F1EFED.

Border color

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

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

This div border color is #F1EFED.

Opacity

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

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

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

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

This text has shadow with #F1EFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1EFED.

Preview

Color preview on black background

This text has color #F1EFED on black background.


Color preview on white background

This text has color #F1EFED on white background.


Black color preview on #F1EFED background

This text has black color on #F1EFED background.


White color preview on #F1EFED background

This text has white color on #F1EFED background.


Related colors

Complementary color

Complementary color for #hex is #0E1012.


I love getcolorcode.com

Triadic colors

1 #EDF1EF and #EFEDF1 with #F1EFED are triadic colors.

2 #EDEFF1 and #EFF1ED with #F1EFED are triadic colors.