COLOR #F4EAD5

HEX: #F4EAD5
RGB: (244,234,213)

Color info

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

RGB color model

#F4EAD5 color RGB value is (244,234,213).

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

RGB channels and saturation

R 244 of 255 = 96%
G 234 of 255 = 92%
B 213 of 255 = 84%

244
234
213

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

Portions of RGB colors in percentages

R + G + B =
244 + 234 + 213 = 691 (100%)
R 244 of 691 ~ 35.31%
G 234 of 691 ~ 33.86%
B 213 of 691 ~ 30.82%

%35.31
%33.86
%30.82

CMYK color model

#F4EAD5 color CMYK value is (0,4,13,4).

  • cyan value is 0.00%
  • magenta value is 4.10%
  • yellow value is 12.70%
  • key color value is 4.31%
CMYK:
(0,4,13,4)
C0M4Y13K4 
(0%,4%,13%,4%)
(0.00/0.04/0.13/0.04)	

CMYK percentages

%0
%4.1
%12.7
%4.31

Codes

Color #F4EAD5 in popluar color models

F4EAD5
RGB244234213
HSL41°58.49%89.61%
HSB/HSV41°12.70%95.69%
CMYK0.00%4.10%12.70%
4.31%

Color #F4EAD5 in popluar number systems.

HEXF4EAD5
Decimal244234213
Binary111101001110101011010101
Octal364352325

Shades and tints

Shades of #F4EAD5

#F4EAD5
(244,234,213)
#DED5C2
(222,213,194)
#C8C0AF
(200,192,175)
#B2AB9C
(178,171,156)
#9C9689
(156,150,137)
#868176
(134,129,118)
#706C63
(112,108,99)
#5A5750
(90,87,80)
#44423D
(68,66,61)
#2E2D2A
(46,45,42)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #F4EAD5

#F4EAD5
(244,234,213)
#F5EBD8
(245,235,216)
#F6ECDB
(246,236,219)
#F7EDDE
(247,237,222)
#F8EEE1
(248,238,225)
#F9EFE4
(249,239,228)
#FAF0E7
(250,240,231)
#FBF1EA
(251,241,234)
#FCF2ED
(252,242,237)
#FDF3F0
(253,243,240)
#FEF4F3
(254,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4EAD5; }

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

This text font color is #F4EAD5.


Background Color

.myBgColor { background-color: #F4EAD5; }

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

This div background color is #F4EAD5.


Border color

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

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

This div border color is #F4EAD5.


Opacity

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

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

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

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

This text has shadow with #F4EAD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4EAD5 on black background.


Color preview on white background

This text has color #F4EAD5 on white background.



Black color preview on #F4EAD5 background

This text has black color on #F4EAD5 background.


White color preview on #F4EAD5 background

This text has white color on #F4EAD5 background.