COLOR #F4E0C3

HEX: #F4E0C3
RGB: (244,224,195)

Color info

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

RGB color model

#F4E0C3 color RGB value is (244,224,195).

  • red value is 244;
  • green value is 224;
  • blue value is 195.
RGB:
(244,224,195)
(96%,88%,76%)

RGB channels and saturation

R 244 of 255 = 96%
G 224 of 255 = 88%
B 195 of 255 = 76%

244
224
195

R + G + B ~ 87%. #F4E0C3 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 224 + 195 = 663 (100%)
R 244 of 663 ~ 36.8%
G 224 of 663 ~ 33.79%
B 195 of 663 ~ 29.41%

%36.8
%33.79
%29.41

CMYK color model

#F4E0C3 color CMYK value is (0,8,20,4).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 20.08%
  • key color value is 4.31%
CMYK:
(0,8,20,4)
C0M8Y20K4 
(0%,8%,20%,4%)
(0.00/0.08/0.20/0.04)	

CMYK percentages

%0
%8.2
%20.08
%4.31

Codes

Color #F4E0C3 in popluar color models

F4E0C3
RGB244224195
HSL36°69.01%86.08%
HSB/HSV36°20.08%95.69%
CMYK0.00%8.20%20.08%
4.31%

Color #F4E0C3 in popluar number systems.

HEXF4E0C3
Decimal244224195
Binary111101001110000011000011
Octal364340303

Shades and tints

Shades of #F4E0C3

#F4E0C3
(244,224,195)
#DECCB2
(222,204,178)
#C8B8A1
(200,184,161)
#B2A490
(178,164,144)
#9C907F
(156,144,127)
#867C6E
(134,124,110)
#70685D
(112,104,93)
#5A544C
(90,84,76)
#44403B
(68,64,59)
#2E2C2A
(46,44,42)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #F4E0C3

#F4E0C3
(244,224,195)
#F5E2C8
(245,226,200)
#F6E4CD
(246,228,205)
#F7E6D2
(247,230,210)
#F8E8D7
(248,232,215)
#F9EADC
(249,234,220)
#FAECE1
(250,236,225)
#FBEEE6
(251,238,230)
#FCF0EB
(252,240,235)
#FDF2F0
(253,242,240)
#FEF4F5
(254,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E0C3 color. Also use rgb(244,224,195) instead hex code.

Text Font Color

.myTextColor { color: #F4E0C3; }

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

This text font color is #F4E0C3.


Background Color

.myBgColor { background-color: #F4E0C3; }

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

This div background color is #F4E0C3.


Border color

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

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

This div border color is #F4E0C3.


Opacity

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

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

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

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

This text has shadow with #F4E0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E0C3 on black background.


Color preview on white background

This text has color #F4E0C3 on white background.



Black color preview on #F4E0C3 background

This text has black color on #F4E0C3 background.


White color preview on #F4E0C3 background

This text has white color on #F4E0C3 background.