COLOR #F4EDDE

HEX: #F4EDDE RGB: (244,237,222)

Color info

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

RGB color model

#F4EDDE color RGB value is (244,237,222).

RGB: (244,237,222) (96%, 93%, 87%)

RGB channels and saturation

R 244 of 255 = 96%
G 237 of 255 = 93%
B 222 of 255 = 87%

244
237
222

R + G + B ~ 92%. #F4EDDE is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 237 + 222 = 703 (100%)
R 244 of 703 ~ 34.71%
G 237 of 703 ~ 33.71%
B 222 of 703 ~ 31.58'%

%34.71
%33.71
%31.58

CMYK color model

#F4EDDE color CMYK value is (0,3,9,4).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 9.02%
  • key color value is 4.31%

CMYK: (0,3,9,4)
C0M3Y9K4 (0%, 3%, 9%, 4%)
(0.00 / 0.03 / 0.09 / 0.04)

CMYK percentages

%0
%2.87
%9.02
%4.31

Codes

Color #F4EDDE in popluar color models

F4 ED DE
RGB 244 237 222
HSL 41° 50.00% 91.37%
HSB/HSV 41° 9.02% 95.69%
CMYK 0.00% 2.87% 9.02%
4.31%

Color #F4EDDE in popluar number systems.

HEX F4 ED DE
Decimal 244 237 222
Binary 11110100 11101101 11011110
Octal 364 355 336

Shades and tints

Shades of #F4EDDE

#F4EDDE
(244,237,222)
#DED8CA
(222,216,202)
#C8C3B6
(200,195,182)
#B2AEA2
(178,174,162)
#9C998E
(156,153,142)
#86847A
(134,132,122)
#706F66
(112,111,102)
#5A5A52
(90,90,82)
#44453E
(68,69,62)
#2E302A
(46,48,42)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #F4EDDE

#F4EDDE
(244,237,222)
#F5EEE1
(245,238,225)
#F6EFE4
(246,239,228)
#F7F0E7
(247,240,231)
#F8F1EA
(248,241,234)
#F9F2ED
(249,242,237)
#FAF3F0
(250,243,240)
#FBF4F3
(251,244,243)
#FCF5F6
(252,245,246)
#FDF6F9
(253,246,249)
#FEF7FC
(254,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4EDDE; }

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

This text font color is #F4EDDE.

Background Color

.myBgColor { background-color: #F4EDDE; }

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

This div background color is #F4EDDE.

Border color

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

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

This div border color is #F4EDDE.

Opacity

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

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

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

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

This text has shadow with #F4EDDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4EDDE.

Preview

Color preview on black background

This text has color #F4EDDE on black background.


Color preview on white background

This text has color #F4EDDE on white background.


Black color preview on #F4EDDE background

This text has black color on #F4EDDE background.


White color preview on #F4EDDE background

This text has white color on #F4EDDE background.


Related colors

Complementary color

Complementary color for #hex is #0B1221.


I love getcolorcode.com

Triadic colors

1 #DEF4ED and #EDDEF4 with #F4EDDE are triadic colors.

2 #DEEDF4 and #EDF4DE with #F4EDDE are triadic colors.