COLOR #F4E2CE

HEX: #F4E2CE
RGB: (244,226,206)

Color info

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

RGB color model

#F4E2CE color RGB value is (244,226,206).

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

RGB channels and saturation

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

244
226
206

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

Portions of RGB colors in percentages

R + G + B =
244 + 226 + 206 = 676 (100%)
R 244 of 676 ~ 36.09%
G 226 of 676 ~ 33.43%
B 206 of 676 ~ 30.47%

%36.09
%33.43
%30.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.38%
  • 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
%7.38
%15.57
%4.31

Codes

Color #F4E2CE in popluar color models

F4E2CE
RGB244226206
HSL32°63.33%88.24%
HSB/HSV32°15.57%95.69%
CMYK0.00%7.38%15.57%
4.31%

Color #F4E2CE in popluar number systems.

HEXF4E2CE
Decimal244226206
Binary111101001110001011001110
Octal364342316

Shades and tints

Shades of #F4E2CE

#F4E2CE
(244,226,206)
#DECEBC
(222,206,188)
#C8BAAA
(200,186,170)
#B2A698
(178,166,152)
#9C9286
(156,146,134)
#867E74
(134,126,116)
#706A62
(112,106,98)
#5A5650
(90,86,80)
#44423E
(68,66,62)
#2E2E2C
(46,46,44)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #F4E2CE

#F4E2CE
(244,226,206)
#F5E4D2
(245,228,210)
#F6E6D6
(246,230,214)
#F7E8DA
(247,232,218)
#F8EADE
(248,234,222)
#F9ECE2
(249,236,226)
#FAEEE6
(250,238,230)
#FBF0EA
(251,240,234)
#FCF2EE
(252,242,238)
#FDF4F2
(253,244,242)
#FEF6F6
(254,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4E2CE; }

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

This text font color is #F4E2CE.


Background Color

.myBgColor { background-color: #F4E2CE; }

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

This div background color is #F4E2CE.


Border color

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

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

This div border color is #F4E2CE.


Opacity

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

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

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

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

This text has shadow with #F4E2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E2CE on black background.


Color preview on white background

This text has color #F4E2CE on white background.



Black color preview on #F4E2CE background

This text has black color on #F4E2CE background.


White color preview on #F4E2CE background

This text has white color on #F4E2CE background.