COLOR #F4EED2

HEX: #F4EED2 RGB: (244,238,210)

Color info

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

RGB color model

#F4EED2 color RGB value is (244,238,210).

RGB: (244,238,210) (96%, 93%, 82%)

RGB channels and saturation

R 244 of 255 = 96%
G 238 of 255 = 93%
B 210 of 255 = 82%

244
238
210

R + G + B ~ 90%. #F4EED2 is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 238 + 210 = 692 (100%)
R 244 of 692 ~ 35.26%
G 238 of 692 ~ 34.39%
B 210 of 692 ~ 30.35'%

%35.26
%34.39
%30.35

CMYK color model

#F4EED2 color CMYK value is (0,2,14,4).

  • cyan value is 0.00%
  • magenta value is 2.46%
  • yellow value is 13.93%
  • key color value is 4.31%

CMYK: (0,2,14,4)
C0M2Y14K4 (0%, 2%, 14%, 4%)
(0.00 / 0.02 / 0.14 / 0.04)

CMYK percentages

%0
%2.46
%13.93
%4.31

Codes

Color #F4EED2 in popluar color models

F4 EE D2
RGB 244 238 210
HSL 49° 60.71% 89.02%
HSB/HSV 49° 13.93% 95.69%
CMYK 0.00% 2.46% 13.93%
4.31%

Color #F4EED2 in popluar number systems.

HEX F4 EE D2
Decimal 244 238 210
Binary 11110100 11101110 11010010
Octal 364 356 322

Shades and tints

Shades of #F4EED2

#F4EED2
(244,238,210)
#DED9BF
(222,217,191)
#C8C4AC
(200,196,172)
#B2AF99
(178,175,153)
#9C9A86
(156,154,134)
#868573
(134,133,115)
#707060
(112,112,96)
#5A5B4D
(90,91,77)
#44463A
(68,70,58)
#2E3127
(46,49,39)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #F4EED2

#F4EED2
(244,238,210)
#F5EFD6
(245,239,214)
#F6F0DA
(246,240,218)
#F7F1DE
(247,241,222)
#F8F2E2
(248,242,226)
#F9F3E6
(249,243,230)
#FAF4EA
(250,244,234)
#FBF5EE
(251,245,238)
#FCF6F2
(252,246,242)
#FDF7F6
(253,247,246)
#FEF8FA
(254,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4EED2 color. Also use rgb(244,238,210) instead hex code.

Text Font Color

.myTextColor { color: #F4EED2; }

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

This text font color is #F4EED2.

Background Color

.myBgColor { background-color: #F4EED2; }

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

This div background color is #F4EED2.

Border color

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

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

This div border color is #F4EED2.

Opacity

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

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

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

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

This text has shadow with #F4EED2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4EED2.

Preview

Color preview on black background

This text has color #F4EED2 on black background.


Color preview on white background

This text has color #F4EED2 on white background.


Black color preview on #F4EED2 background

This text has black color on #F4EED2 background.


White color preview on #F4EED2 background

This text has white color on #F4EED2 background.


Related colors

Complementary color

Complementary color for #hex is #0B112D.


I love getcolorcode.com

Triadic colors

1 #D2F4EE and #EED2F4 with #F4EED2 are triadic colors.

2 #D2EEF4 and #EEF4D2 with #F4EED2 are triadic colors.