COLOR #F4EDCE

HEX: #F4EDCE
RGB: (244,237,206)

Color info

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

RGB color model

#F4EDCE color RGB value is (244,237,206).

  • red value is 244;
  • green value is 237;
  • blue value is 206.
RGB:
(244,237,206)
(96%,93%,81%)

RGB channels and saturation

R 244 of 255 = 96%
G 237 of 255 = 93%
B 206 of 255 = 81%

244
237
206

R + G + B ~ 90%. #F4EDCE is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 237 + 206 = 687 (100%)
R 244 of 687 ~ 35.52%
G 237 of 687 ~ 34.5%
B 206 of 687 ~ 29.99%

%35.52
%34.5
%29.99

CMYK color model

#F4EDCE color CMYK value is (0,3,16,4).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 15.57%
  • key color value is 4.31%
CMYK:
(0,3,16,4)
C0M3Y16K4 
(0%,3%,16%,4%)
(0.00/0.03/0.16/0.04)	

CMYK percentages

%0
%2.87
%15.57
%4.31

Codes

Color #F4EDCE in popluar color models

F4EDCE
RGB244237206
HSL49°63.33%88.24%
HSB/HSV49°15.57%95.69%
CMYK0.00%2.87%15.57%
4.31%

Color #F4EDCE in popluar number systems.

HEXF4EDCE
Decimal244237206
Binary111101001110110111001110
Octal364355316

Shades and tints

Shades of #F4EDCE

#F4EDCE
(244,237,206)
#DED8BC
(222,216,188)
#C8C3AA
(200,195,170)
#B2AE98
(178,174,152)
#9C9986
(156,153,134)
#868474
(134,132,116)
#706F62
(112,111,98)
#5A5A50
(90,90,80)
#44453E
(68,69,62)
#2E302C
(46,48,44)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #F4EDCE

#F4EDCE
(244,237,206)
#F5EED2
(245,238,210)
#F6EFD6
(246,239,214)
#F7F0DA
(247,240,218)
#F8F1DE
(248,241,222)
#F9F2E2
(249,242,226)
#FAF3E6
(250,243,230)
#FBF4EA
(251,244,234)
#FCF5EE
(252,245,238)
#FDF6F2
(253,246,242)
#FEF7F6
(254,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4EDCE color. Also use rgb(244,237,206) instead hex code.

Text Font Color

.myTextColor { color: #F4EDCE; }

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

This text font color is #F4EDCE.


Background Color

.myBgColor { background-color: #F4EDCE; }

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

This div background color is #F4EDCE.


Border color

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

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

This div border color is #F4EDCE.


Opacity

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

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

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

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

This text has shadow with #F4EDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4EDCE on black background.


Color preview on white background

This text has color #F4EDCE on white background.



Black color preview on #F4EDCE background

This text has black color on #F4EDCE background.


White color preview on #F4EDCE background

This text has white color on #F4EDCE background.