COLOR #F4EADC

HEX: #F4EADC
RGB: (244,234,220)

Color info

#F4EADC contains red, green and blue colors in about the same proportion. Web safe color of #F4EADC is #FFFFCC (or #FFC).

RGB color model

#F4EADC color RGB value is (244,234,220).

  • red value is 244;
  • green value is 234;
  • blue value is 220.
RGB:
(244,234,220)
(96%,92%,86%)

RGB channels and saturation

R 244 of 255 = 96%
G 234 of 255 = 92%
B 220 of 255 = 86%

244
234
220

R + G + B ~ 91%. #F4EADC is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 234 + 220 = 698 (100%)
R 244 of 698 ~ 34.96%
G 234 of 698 ~ 33.52%
B 220 of 698 ~ 31.52%

%34.96
%33.52
%31.52

CMYK color model

#F4EADC color CMYK value is (0,4,10,4).

  • cyan value is 0.00%
  • magenta value is 4.10%
  • yellow value is 9.84%
  • key color value is 4.31%
CMYK:
(0,4,10,4)
C0M4Y10K4 
(0%,4%,10%,4%)
(0.00/0.04/0.10/0.04)	

CMYK percentages

%0
%4.1
%9.84
%4.31

Codes

Color #F4EADC in popluar color models

F4EADC
RGB244234220
HSL35°52.17%90.98%
HSB/HSV35°9.84%95.69%
CMYK0.00%4.10%9.84%
4.31%

Color #F4EADC in popluar number systems.

HEXF4EADC
Decimal244234220
Binary111101001110101011011100
Octal364352334

Shades and tints

Shades of #F4EADC

#F4EADC
(244,234,220)
#DED5C8
(222,213,200)
#C8C0B4
(200,192,180)
#B2ABA0
(178,171,160)
#9C968C
(156,150,140)
#868178
(134,129,120)
#706C64
(112,108,100)
#5A5750
(90,87,80)
#44423C
(68,66,60)
#2E2D28
(46,45,40)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #F4EADC

#F4EADC
(244,234,220)
#F5EBDF
(245,235,223)
#F6ECE2
(246,236,226)
#F7EDE5
(247,237,229)
#F8EEE8
(248,238,232)
#F9EFEB
(249,239,235)
#FAF0EE
(250,240,238)
#FBF1F1
(251,241,241)
#FCF2F4
(252,242,244)
#FDF3F7
(253,243,247)
#FEF4FA
(254,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4EADC color. Also use rgb(244,234,220) instead hex code.

Text Font Color

.myTextColor { color: #F4EADC; }

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

This text font color is #F4EADC.


Background Color

.myBgColor { background-color: #F4EADC; }

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

This div background color is #F4EADC.


Border color

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

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

This div border color is #F4EADC.


Opacity

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

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

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

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

This text has shadow with #F4EADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4EADC on black background.


Color preview on white background

This text has color #F4EADC on white background.



Black color preview on #F4EADC background

This text has black color on #F4EADC background.


White color preview on #F4EADC background

This text has white color on #F4EADC background.