COLOR #F1EDEC

HEX: #F1EDEC RGB: (241,237,236)

Color info

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

RGB color model

#F1EDEC color RGB value is (241,237,236).

RGB: (241,237,236) (95%, 93%, 93%)

RGB channels and saturation

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

241
237
236

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

Portions of RGB colors in percentages

R + G + B = 241 + 237 + 236 = 714 (100%)
R 241 of 714 ~ 33.75%
G 237 of 714 ~ 33.19%
B 236 of 714 ~ 33.05'%

%33.75
%33.19
%33.05

CMYK color model

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

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

CMYK: (0,2,2,5)
C0M2Y2K5 (0%, 2%, 2%, 5%)
(0.00 / 0.02 / 0.02 / 0.05)

CMYK percentages

%0
%1.66
%2.07
%5.49

Codes

Color #F1EDEC in popluar color models

F1 ED EC
RGB 241 237 236
HSL 12° 15.15% 93.53%
HSB/HSV 12° 2.07% 94.51%
CMYK 0.00% 1.66% 2.07%
5.49%

Color #F1EDEC in popluar number systems.

HEX F1 ED EC
Decimal 241 237 236
Binary 11110001 11101101 11101100
Octal 361 355 354

Shades and tints

Shades of #F1EDEC

#F1EDEC
(241,237,236)
#DCD8D7
(220,216,215)
#C7C3C2
(199,195,194)
#B2AEAD
(178,174,173)
#9D9998
(157,153,152)
#888483
(136,132,131)
#736F6E
(115,111,110)
#5E5A59
(94,90,89)
#494544
(73,69,68)
#34302F
(52,48,47)
#1F1B1A
(31,27,26)
#000000
(0,0,0)

Tints of #F1EDEC

#F1EDEC
(241,237,236)
#F2EEED
(242,238,237)
#F3EFEE
(243,239,238)
#F4F0EF
(244,240,239)
#F5F1F0
(245,241,240)
#F6F2F1
(246,242,241)
#F7F3F2
(247,243,242)
#F8F4F3
(248,244,243)
#F9F5F4
(249,245,244)
#FAF6F5
(250,246,245)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EDEC; }

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

This text font color is #F1EDEC.

Background Color

.myBgColor { background-color: #F1EDEC; }

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

This div background color is #F1EDEC.

Border color

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

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

This div border color is #F1EDEC.

Opacity

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

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

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

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

This text has shadow with #F1EDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F1EDEC.

Preview

Color preview on black background

This text has color #F1EDEC on black background.


Color preview on white background

This text has color #F1EDEC on white background.


Black color preview on #F1EDEC background

This text has black color on #F1EDEC background.


White color preview on #F1EDEC background

This text has white color on #F1EDEC background.


Related colors

Complementary color

Complementary color for #hex is #0E1213.


I love getcolorcode.com

Triadic colors

1 #ECF1ED and #EDECF1 with #F1EDEC are triadic colors.

2 #ECEDF1 and #EDF1EC with #F1EDEC are triadic colors.