COLOR #F4E5C4

HEX: #F4E5C4
RGB: (244,229,196)

Color info

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

RGB color model

#F4E5C4 color RGB value is (244,229,196).

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

RGB channels and saturation

R 244 of 255 = 96%
G 229 of 255 = 90%
B 196 of 255 = 77%

244
229
196

R + G + B ~ 88%. #F4E5C4 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 229 + 196 = 669 (100%)
R 244 of 669 ~ 36.47%
G 229 of 669 ~ 34.23%
B 196 of 669 ~ 29.3%

%36.47
%34.23
%29.3

CMYK color model

#F4E5C4 color CMYK value is (0,6,20,4).

  • cyan value is 0.00%
  • magenta value is 6.15%
  • yellow value is 19.67%
  • key color value is 4.31%
CMYK:
(0,6,20,4)
C0M6Y20K4 
(0%,6%,20%,4%)
(0.00/0.06/0.20/0.04)	

CMYK percentages

%0
%6.15
%19.67
%4.31

Codes

Color #F4E5C4 in popluar color models

F4E5C4
RGB244229196
HSL41°68.57%86.27%
HSB/HSV41°19.67%95.69%
CMYK0.00%6.15%19.67%
4.31%

Color #F4E5C4 in popluar number systems.

HEXF4E5C4
Decimal244229196
Binary111101001110010111000100
Octal364345304

Shades and tints

Shades of #F4E5C4

#F4E5C4
(244,229,196)
#DED1B3
(222,209,179)
#C8BDA2
(200,189,162)
#B2A991
(178,169,145)
#9C9580
(156,149,128)
#86816F
(134,129,111)
#706D5E
(112,109,94)
#5A594D
(90,89,77)
#44453C
(68,69,60)
#2E312B
(46,49,43)
#181D1A
(24,29,26)
#000000
(0,0,0)

Tints of #F4E5C4

#F4E5C4
(244,229,196)
#F5E7C9
(245,231,201)
#F6E9CE
(246,233,206)
#F7EBD3
(247,235,211)
#F8EDD8
(248,237,216)
#F9EFDD
(249,239,221)
#FAF1E2
(250,241,226)
#FBF3E7
(251,243,231)
#FCF5EC
(252,245,236)
#FDF7F1
(253,247,241)
#FEF9F6
(254,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4E5C4; }

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

This text font color is #F4E5C4.


Background Color

.myBgColor { background-color: #F4E5C4; }

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

This div background color is #F4E5C4.


Border color

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

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

This div border color is #F4E5C4.


Opacity

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

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

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

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

This text has shadow with #F4E5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E5C4 on black background.


Color preview on white background

This text has color #F4E5C4 on white background.



Black color preview on #F4E5C4 background

This text has black color on #F4E5C4 background.


White color preview on #F4E5C4 background

This text has white color on #F4E5C4 background.