COLOR #F4EDDA

HEX: #F4EDDA RGB: (244,237,218)

Color info

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

RGB color model

#F4EDDA color RGB value is (244,237,218).

RGB: (244,237,218) (96%, 93%, 85%)

RGB channels and saturation

R 244 of 255 = 96%
G 237 of 255 = 93%
B 218 of 255 = 85%

244
237
218

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

Portions of RGB colors in percentages

R + G + B = 244 + 237 + 218 = 699 (100%)
R 244 of 699 ~ 34.91%
G 237 of 699 ~ 33.91%
B 218 of 699 ~ 31.19'%

%34.91
%33.91
%31.19

CMYK color model

#F4EDDA color CMYK value is (0,3,11,4).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 10.66%
  • key color value is 4.31%
CMYK: (0,3,11,4) C0M3Y11K4 (0%,3%,11%,4%) (0.00/0.03/0.11/0.04) 

CMYK percentages

%0
%2.87
%10.66
%4.31

Codes

Color #F4EDDA in popluar color models

F4 ED DA
RGB 244 237 218
HSL 44° 54.17% 90.59%
HSB/HSV 44° 10.66% 95.69%
CMYK 0.00% 2.87% 10.66%
4.31%

Color #F4EDDA in popluar number systems.

HEX F4 ED DA
Decimal 244 237 218
Binary 11110100 11101101 11011010
Octal 364 355 332

Shades and tints

Shades of #F4EDDA

#F4EDDA
(244,237,218)
#DED8C7
(222,216,199)
#C8C3B4
(200,195,180)
#B2AEA1
(178,174,161)
#9C998E
(156,153,142)
#86847B
(134,132,123)
#706F68
(112,111,104)
#5A5A55
(90,90,85)
#444542
(68,69,66)
#2E302F
(46,48,47)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #F4EDDA

#F4EDDA
(244,237,218)
#F5EEDD
(245,238,221)
#F6EFE0
(246,239,224)
#F7F0E3
(247,240,227)
#F8F1E6
(248,241,230)
#F9F2E9
(249,242,233)
#FAF3EC
(250,243,236)
#FBF4EF
(251,244,239)
#FCF5F2
(252,245,242)
#FDF6F5
(253,246,245)
#FEF7F8
(254,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4EDDA; }

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

This text font color is #F4EDDA.

Background Color

.myBgColor { background-color: #F4EDDA; }

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

This div background color is #F4EDDA.

Border color

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

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

This div border color is #F4EDDA.

Opacity

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

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

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

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

This text has shadow with #F4EDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4EDDA.

Preview

Color preview on black background

This text has color #F4EDDA on black background.


Color preview on white background

This text has color #F4EDDA on white background.


Black color preview on #F4EDDA background

This text has black color on #F4EDDA background.


White color preview on #F4EDDA background

This text has white color on #F4EDDA background.


Related colors

Complementary color

Complementary color for #hex is #0B1225.


I love getcolorcode.com

Triadic colors

1 #DAF4ED and #EDDAF4 with #F4EDDA are triadic colors.

2 #DAEDF4 and #EDF4DA with #F4EDDA are triadic colors.