COLOR #F1EDE4

HEX: #F1EDE4
RGB: (241,237,228)

Color info

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

RGB color model

#F1EDE4 color RGB value is (241,237,228).

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

RGB channels and saturation

R 241 of 255 = 95%
G 237 of 255 = 93%
B 228 of 255 = 89%

241
237
228

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

Portions of RGB colors in percentages

R + G + B =
241 + 237 + 228 = 706 (100%)
R 241 of 706 ~ 34.14%
G 237 of 706 ~ 33.57%
B 228 of 706 ~ 32.29%

%34.14
%33.57
%32.29

CMYK color model

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

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

CMYK percentages

%0
%1.66
%5.39
%5.49

Codes

Color #F1EDE4 in popluar color models

F1EDE4
RGB241237228
HSL42°31.71%91.96%
HSB/HSV42°5.39%94.51%
CMYK0.00%1.66%5.39%
5.49%

Color #F1EDE4 in popluar number systems.

HEXF1EDE4
Decimal241237228
Binary111100011110110111100100
Octal361355344

Shades and tints

Shades of #F1EDE4

#F1EDE4
(241,237,228)
#DCD8D0
(220,216,208)
#C7C3BC
(199,195,188)
#B2AEA8
(178,174,168)
#9D9994
(157,153,148)
#888480
(136,132,128)
#736F6C
(115,111,108)
#5E5A58
(94,90,88)
#494544
(73,69,68)
#343030
(52,48,48)
#1F1B1C
(31,27,28)
#000000
(0,0,0)

Tints of #F1EDE4

#F1EDE4
(241,237,228)
#F2EEE6
(242,238,230)
#F3EFE8
(243,239,232)
#F4F0EA
(244,240,234)
#F5F1EC
(245,241,236)
#F6F2EE
(246,242,238)
#F7F3F0
(247,243,240)
#F8F4F2
(248,244,242)
#F9F5F4
(249,245,244)
#FAF6F6
(250,246,246)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EDE4; }

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

This text font color is #F1EDE4.


Background Color

.myBgColor { background-color: #F1EDE4; }

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

This div background color is #F1EDE4.


Border color

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

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

This div border color is #F1EDE4.


Opacity

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

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

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

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

This text has shadow with #F1EDE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EDE4 on black background.


Color preview on white background

This text has color #F1EDE4 on white background.



Black color preview on #F1EDE4 background

This text has black color on #F1EDE4 background.


White color preview on #F1EDE4 background

This text has white color on #F1EDE4 background.