COLOR #F4E3DD

HEX: #F4E3DD RGB: (244,227,221)

Color info

#F4E3DD contains red, green and blue colors in about the same proportion. Web safe color of #F4E3DD is #FFCCCC (or #FCC).

RGB color model

#F4E3DD color RGB value is (244,227,221).

RGB: (244,227,221) (96%, 89%, 87%)

RGB channels and saturation

R 244 of 255 = 96%
G 227 of 255 = 89%
B 221 of 255 = 87%

244
227
221

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

Portions of RGB colors in percentages

R + G + B = 244 + 227 + 221 = 692 (100%)
R 244 of 692 ~ 35.26%
G 227 of 692 ~ 32.8%
B 221 of 692 ~ 31.94'%

%35.26
%32.8
%31.94

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.97%
  • yellow value is 9.43%
  • key color value is 4.31%

CMYK: (0,7,9,4)
C0M7Y9K4 (0%, 7%, 9%, 4%)
(0.00 / 0.07 / 0.09 / 0.04)

CMYK percentages

%0
%6.97
%9.43
%4.31

Codes

Color #F4E3DD in popluar color models

F4 E3 DD
RGB 244 227 221
HSL 16° 51.11% 91.18%
HSB/HSV 16° 9.43% 95.69%
CMYK 0.00% 6.97% 9.43%
4.31%

Color #F4E3DD in popluar number systems.

HEX F4 E3 DD
Decimal 244 227 221
Binary 11110100 11100011 11011101
Octal 364 343 335

Shades and tints

Shades of #F4E3DD

#F4E3DD
(244,227,221)
#DECFC9
(222,207,201)
#C8BBB5
(200,187,181)
#B2A7A1
(178,167,161)
#9C938D
(156,147,141)
#867F79
(134,127,121)
#706B65
(112,107,101)
#5A5751
(90,87,81)
#44433D
(68,67,61)
#2E2F29
(46,47,41)
#181B15
(24,27,21)
#000000
(0,0,0)

Tints of #F4E3DD

#F4E3DD
(244,227,221)
#F5E5E0
(245,229,224)
#F6E7E3
(246,231,227)
#F7E9E6
(247,233,230)
#F8EBE9
(248,235,233)
#F9EDEC
(249,237,236)
#FAEFEF
(250,239,239)
#FBF1F2
(251,241,242)
#FCF3F5
(252,243,245)
#FDF5F8
(253,245,248)
#FEF7FB
(254,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4E3DD; }

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

This text font color is #F4E3DD.

Background Color

.myBgColor { background-color: #F4E3DD; }

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

This div background color is #F4E3DD.

Border color

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

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

This div border color is #F4E3DD.

Opacity

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

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

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

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

This text has shadow with #F4E3DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4E3DD.

Preview

Color preview on black background

This text has color #F4E3DD on black background.


Color preview on white background

This text has color #F4E3DD on white background.


Black color preview on #F4E3DD background

This text has black color on #F4E3DD background.


White color preview on #F4E3DD background

This text has white color on #F4E3DD background.


Related colors

Complementary color

Complementary color for #hex is #0B1C22.


I love getcolorcode.com

Triadic colors

1 #DDF4E3 and #E3DDF4 with #F4E3DD are triadic colors.

2 #DDE3F4 and #E3F4DD with #F4E3DD are triadic colors.