COLOR #F4EDD5

HEX: #F4EDD5
RGB: (244,237,213)

Color info

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

RGB color model

#F4EDD5 color RGB value is (244,237,213).

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

RGB channels and saturation

R 244 of 255 = 96%
G 237 of 255 = 93%
B 213 of 255 = 84%

244
237
213

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

Portions of RGB colors in percentages

R + G + B =
244 + 237 + 213 = 694 (100%)
R 244 of 694 ~ 35.16%
G 237 of 694 ~ 34.15%
B 213 of 694 ~ 30.69%

%35.16
%34.15
%30.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 12.70%
  • key color value is 4.31%
CMYK:
(0,3,13,4)
C0M3Y13K4 
(0%,3%,13%,4%)
(0.00/0.03/0.13/0.04)	

CMYK percentages

%0
%2.87
%12.7
%4.31

Codes

Color #F4EDD5 in popluar color models

F4EDD5
RGB244237213
HSL46°58.49%89.61%
HSB/HSV46°12.70%95.69%
CMYK0.00%2.87%12.70%
4.31%

Color #F4EDD5 in popluar number systems.

HEXF4EDD5
Decimal244237213
Binary111101001110110111010101
Octal364355325

Shades and tints

Shades of #F4EDD5

#F4EDD5
(244,237,213)
#DED8C2
(222,216,194)
#C8C3AF
(200,195,175)
#B2AE9C
(178,174,156)
#9C9989
(156,153,137)
#868476
(134,132,118)
#706F63
(112,111,99)
#5A5A50
(90,90,80)
#44453D
(68,69,61)
#2E302A
(46,48,42)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #F4EDD5

#F4EDD5
(244,237,213)
#F5EED8
(245,238,216)
#F6EFDB
(246,239,219)
#F7F0DE
(247,240,222)
#F8F1E1
(248,241,225)
#F9F2E4
(249,242,228)
#FAF3E7
(250,243,231)
#FBF4EA
(251,244,234)
#FCF5ED
(252,245,237)
#FDF6F0
(253,246,240)
#FEF7F3
(254,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4EDD5; }

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

This text font color is #F4EDD5.


Background Color

.myBgColor { background-color: #F4EDD5; }

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

This div background color is #F4EDD5.


Border color

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

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

This div border color is #F4EDD5.


Opacity

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

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

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

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

This text has shadow with #F4EDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4EDD5 on black background.


Color preview on white background

This text has color #F4EDD5 on white background.



Black color preview on #F4EDD5 background

This text has black color on #F4EDD5 background.


White color preview on #F4EDD5 background

This text has white color on #F4EDD5 background.