COLOR #F4EDE0

HEX: #F4EDE0
RGB: (244,237,224)

Color info

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

RGB color model

#F4EDE0 color RGB value is (244,237,224).

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

RGB channels and saturation

R 244 of 255 = 96%
G 237 of 255 = 93%
B 224 of 255 = 88%

244
237
224

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

Portions of RGB colors in percentages

R + G + B =
244 + 237 + 224 = 705 (100%)
R 244 of 705 ~ 34.61%
G 237 of 705 ~ 33.62%
B 224 of 705 ~ 31.77%

%34.61
%33.62
%31.77

CMYK color model

#F4EDE0 color CMYK value is (0,3,8,4).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 8.20%
  • key color value is 4.31%
CMYK:
(0,3,8,4)
C0M3Y8K4 
(0%,3%,8%,4%)
(0.00/0.03/0.08/0.04)	

CMYK percentages

%0
%2.87
%8.2
%4.31

Codes

Color #F4EDE0 in popluar color models

F4EDE0
RGB244237224
HSL39°47.62%91.76%
HSB/HSV39°8.20%95.69%
CMYK0.00%2.87%8.20%
4.31%

Color #F4EDE0 in popluar number systems.

HEXF4EDE0
Decimal244237224
Binary111101001110110111100000
Octal364355340

Shades and tints

Shades of #F4EDE0

#F4EDE0
(244,237,224)
#DED8CC
(222,216,204)
#C8C3B8
(200,195,184)
#B2AEA4
(178,174,164)
#9C9990
(156,153,144)
#86847C
(134,132,124)
#706F68
(112,111,104)
#5A5A54
(90,90,84)
#444540
(68,69,64)
#2E302C
(46,48,44)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #F4EDE0

#F4EDE0
(244,237,224)
#F5EEE2
(245,238,226)
#F6EFE4
(246,239,228)
#F7F0E6
(247,240,230)
#F8F1E8
(248,241,232)
#F9F2EA
(249,242,234)
#FAF3EC
(250,243,236)
#FBF4EE
(251,244,238)
#FCF5F0
(252,245,240)
#FDF6F2
(253,246,242)
#FEF7F4
(254,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4EDE0; }

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

This text font color is #F4EDE0.


Background Color

.myBgColor { background-color: #F4EDE0; }

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

This div background color is #F4EDE0.


Border color

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

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

This div border color is #F4EDE0.


Opacity

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

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

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

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

This text has shadow with #F4EDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4EDE0 on black background.


Color preview on white background

This text has color #F4EDE0 on white background.



Black color preview on #F4EDE0 background

This text has black color on #F4EDE0 background.


White color preview on #F4EDE0 background

This text has white color on #F4EDE0 background.