COLOR #F1EDC8

HEX: #F1EDC8
RGB: (241,237,200)

Color info

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

RGB color model

#F1EDC8 color RGB value is (241,237,200).

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

RGB channels and saturation

R 241 of 255 = 95%
G 237 of 255 = 93%
B 200 of 255 = 78%

241
237
200

R + G + B ~ 89%. #F1EDC8 is light color.

Portions of RGB colors in percentages

R + G + B =
241 + 237 + 200 = 678 (100%)
R 241 of 678 ~ 35.55%
G 237 of 678 ~ 34.96%
B 200 of 678 ~ 29.5%

%35.55
%34.96
%29.5

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.66%
  • yellow value is 17.01%
  • key color value is 5.49%
CMYK:
(0,2,17,5)
C0M2Y17K5 
(0%,2%,17%,5%)
(0.00/0.02/0.17/0.05)	

CMYK percentages

%0
%1.66
%17.01
%5.49

Codes

Color #F1EDC8 in popluar color models

F1EDC8
RGB241237200
HSL54°59.42%86.47%
HSB/HSV54°17.01%94.51%
CMYK0.00%1.66%17.01%
5.49%

Color #F1EDC8 in popluar number systems.

HEXF1EDC8
Decimal241237200
Binary111100011110110111001000
Octal361355310

Shades and tints

Shades of #F1EDC8

#F1EDC8
(241,237,200)
#DCD8B6
(220,216,182)
#C7C3A4
(199,195,164)
#B2AE92
(178,174,146)
#9D9980
(157,153,128)
#88846E
(136,132,110)
#736F5C
(115,111,92)
#5E5A4A
(94,90,74)
#494538
(73,69,56)
#343026
(52,48,38)
#1F1B14
(31,27,20)
#000000
(0,0,0)

Tints of #F1EDC8

#F1EDC8
(241,237,200)
#F2EECD
(242,238,205)
#F3EFD2
(243,239,210)
#F4F0D7
(244,240,215)
#F5F1DC
(245,241,220)
#F6F2E1
(246,242,225)
#F7F3E6
(247,243,230)
#F8F4EB
(248,244,235)
#F9F5F0
(249,245,240)
#FAF6F5
(250,246,245)
#FBF7FA
(251,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F1EDC8; }

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

This text font color is #F1EDC8.


Background Color

.myBgColor { background-color: #F1EDC8; }

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

This div background color is #F1EDC8.


Border color

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

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

This div border color is #F1EDC8.


Opacity

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

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

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

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

This text has shadow with #F1EDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1EDC8 on black background.


Color preview on white background

This text has color #F1EDC8 on white background.



Black color preview on #F1EDC8 background

This text has black color on #F1EDC8 background.


White color preview on #F1EDC8 background

This text has white color on #F1EDC8 background.