COLOR #F4E5CE

HEX: #F4E5CE
RGB: (244,229,206)

Color info

#F4E5CE contains red, green and blue colors in about the same proportion. Web safe color of #F4E5CE is #FFCCCC (or #FCC).

RGB color model

#F4E5CE color RGB value is (244,229,206).

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

RGB channels and saturation

R 244 of 255 = 96%
G 229 of 255 = 90%
B 206 of 255 = 81%

244
229
206

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

Portions of RGB colors in percentages

R + G + B =
244 + 229 + 206 = 679 (100%)
R 244 of 679 ~ 35.94%
G 229 of 679 ~ 33.73%
B 206 of 679 ~ 30.34%

%35.94
%33.73
%30.34

CMYK color model

#F4E5CE color CMYK value is (0,6,16,4).

  • cyan value is 0.00%
  • magenta value is 6.15%
  • yellow value is 15.57%
  • key color value is 4.31%
CMYK:
(0,6,16,4)
C0M6Y16K4 
(0%,6%,16%,4%)
(0.00/0.06/0.16/0.04)	

CMYK percentages

%0
%6.15
%15.57
%4.31

Codes

Color #F4E5CE in popluar color models

F4E5CE
RGB244229206
HSL36°63.33%88.24%
HSB/HSV36°15.57%95.69%
CMYK0.00%6.15%15.57%
4.31%

Color #F4E5CE in popluar number systems.

HEXF4E5CE
Decimal244229206
Binary111101001110010111001110
Octal364345316

Shades and tints

Shades of #F4E5CE

#F4E5CE
(244,229,206)
#DED1BC
(222,209,188)
#C8BDAA
(200,189,170)
#B2A998
(178,169,152)
#9C9586
(156,149,134)
#868174
(134,129,116)
#706D62
(112,109,98)
#5A5950
(90,89,80)
#44453E
(68,69,62)
#2E312C
(46,49,44)
#181D1A
(24,29,26)
#000000
(0,0,0)

Tints of #F4E5CE

#F4E5CE
(244,229,206)
#F5E7D2
(245,231,210)
#F6E9D6
(246,233,214)
#F7EBDA
(247,235,218)
#F8EDDE
(248,237,222)
#F9EFE2
(249,239,226)
#FAF1E6
(250,241,230)
#FBF3EA
(251,243,234)
#FCF5EE
(252,245,238)
#FDF7F2
(253,247,242)
#FEF9F6
(254,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4E5CE; }

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

This text font color is #F4E5CE.


Background Color

.myBgColor { background-color: #F4E5CE; }

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

This div background color is #F4E5CE.


Border color

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

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

This div border color is #F4E5CE.


Opacity

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

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

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

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

This text has shadow with #F4E5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E5CE on black background.


Color preview on white background

This text has color #F4E5CE on white background.



Black color preview on #F4E5CE background

This text has black color on #F4E5CE background.


White color preview on #F4E5CE background

This text has white color on #F4E5CE background.