COLOR #F4E4CE

HEX: #F4E4CE
RGB: (244,228,206)

Color info

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

RGB color model

#F4E4CE color RGB value is (244,228,206).

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

RGB channels and saturation

R 244 of 255 = 96%
G 228 of 255 = 89%
B 206 of 255 = 81%

244
228
206

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

Portions of RGB colors in percentages

R + G + B =
244 + 228 + 206 = 678 (100%)
R 244 of 678 ~ 35.99%
G 228 of 678 ~ 33.63%
B 206 of 678 ~ 30.38%

%35.99
%33.63
%30.38

CMYK color model

#F4E4CE color CMYK value is (0,7,16,4).

  • cyan value is 0.00%
  • magenta value is 6.56%
  • yellow value is 15.57%
  • key color value is 4.31%
CMYK:
(0,7,16,4)
C0M7Y16K4 
(0%,7%,16%,4%)
(0.00/0.07/0.16/0.04)	

CMYK percentages

%0
%6.56
%15.57
%4.31

Codes

Color #F4E4CE in popluar color models

F4E4CE
RGB244228206
HSL35°63.33%88.24%
HSB/HSV35°15.57%95.69%
CMYK0.00%6.56%15.57%
4.31%

Color #F4E4CE in popluar number systems.

HEXF4E4CE
Decimal244228206
Binary111101001110010011001110
Octal364344316

Shades and tints

Shades of #F4E4CE

#F4E4CE
(244,228,206)
#DED0BC
(222,208,188)
#C8BCAA
(200,188,170)
#B2A898
(178,168,152)
#9C9486
(156,148,134)
#868074
(134,128,116)
#706C62
(112,108,98)
#5A5850
(90,88,80)
#44443E
(68,68,62)
#2E302C
(46,48,44)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #F4E4CE

#F4E4CE
(244,228,206)
#F5E6D2
(245,230,210)
#F6E8D6
(246,232,214)
#F7EADA
(247,234,218)
#F8ECDE
(248,236,222)
#F9EEE2
(249,238,226)
#FAF0E6
(250,240,230)
#FBF2EA
(251,242,234)
#FCF4EE
(252,244,238)
#FDF6F2
(253,246,242)
#FEF8F6
(254,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4E4CE; }

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

This text font color is #F4E4CE.


Background Color

.myBgColor { background-color: #F4E4CE; }

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

This div background color is #F4E4CE.


Border color

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

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

This div border color is #F4E4CE.


Opacity

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

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

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

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

This text has shadow with #F4E4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E4CE on black background.


Color preview on white background

This text has color #F4E4CE on white background.



Black color preview on #F4E4CE background

This text has black color on #F4E4CE background.


White color preview on #F4E4CE background

This text has white color on #F4E4CE background.