COLOR #F4EBDD

HEX: #F4EBDD RGB: (244,235,221)

Color info

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

RGB color model

#F4EBDD color RGB value is (244,235,221).

RGB: (244,235,221) (96%, 92%, 87%)

RGB channels and saturation

R 244 of 255 = 96%
G 235 of 255 = 92%
B 221 of 255 = 87%

244
235
221

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

Portions of RGB colors in percentages

R + G + B = 244 + 235 + 221 = 700 (100%)
R 244 of 700 ~ 34.86%
G 235 of 700 ~ 33.57%
B 221 of 700 ~ 31.57'%

%34.86
%33.57
%31.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.69%
  • yellow value is 9.43%
  • key color value is 4.31%
CMYK: (0,4,9,4) C0M4Y9K4 (0%,4%,9%,4%) (0.00/0.04/0.09/0.04) 

CMYK percentages

%0
%3.69
%9.43
%4.31

Codes

Color #F4EBDD in popluar color models

F4 EB DD
RGB 244 235 221
HSL 37° 51.11% 91.18%
HSB/HSV 37° 9.43% 95.69%
CMYK 0.00% 3.69% 9.43%
4.31%

Color #F4EBDD in popluar number systems.

HEX F4 EB DD
Decimal 244 235 221
Binary 11110100 11101011 11011101
Octal 364 353 335

Shades and tints

Shades of #F4EBDD

#F4EBDD
(244,235,221)
#DED6C9
(222,214,201)
#C8C1B5
(200,193,181)
#B2ACA1
(178,172,161)
#9C978D
(156,151,141)
#868279
(134,130,121)
#706D65
(112,109,101)
#5A5851
(90,88,81)
#44433D
(68,67,61)
#2E2E29
(46,46,41)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #F4EBDD

#F4EBDD
(244,235,221)
#F5ECE0
(245,236,224)
#F6EDE3
(246,237,227)
#F7EEE6
(247,238,230)
#F8EFE9
(248,239,233)
#F9F0EC
(249,240,236)
#FAF1EF
(250,241,239)
#FBF2F2
(251,242,242)
#FCF3F5
(252,243,245)
#FDF4F8
(253,244,248)
#FEF5FB
(254,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4EBDD color. Also use rgb(244,235,221) instead hex code.

Text Font Color

.myTextColor { color: #F4EBDD; }

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

This text font color is #F4EBDD.

Background Color

.myBgColor { background-color: #F4EBDD; }

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

This div background color is #F4EBDD.

Border color

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

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

This div border color is #F4EBDD.

Opacity

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

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

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

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

This text has shadow with #F4EBDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4EBDD.

Preview

Color preview on black background

This text has color #F4EBDD on black background.


Color preview on white background

This text has color #F4EBDD on white background.


Black color preview on #F4EBDD background

This text has black color on #F4EBDD background.


White color preview on #F4EBDD background

This text has white color on #F4EBDD background.


Related colors

Complementary color

Complementary color for #hex is #0B1422.


I love getcolorcode.com

Triadic colors

1 #DDF4EB and #EBDDF4 with #F4EBDD are triadic colors.

2 #DDEBF4 and #EBF4DD with #F4EBDD are triadic colors.