COLOR #F4E4DF

HEX: #F4E4DF RGB: (244,228,223)

Color info

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

RGB color model

#F4E4DF color RGB value is (244,228,223).

RGB: (244,228,223) (96%, 89%, 87%)

RGB channels and saturation

R 244 of 255 = 96%
G 228 of 255 = 89%
B 223 of 255 = 87%

244
228
223

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

Portions of RGB colors in percentages

R + G + B = 244 + 228 + 223 = 695 (100%)
R 244 of 695 ~ 35.11%
G 228 of 695 ~ 32.81%
B 223 of 695 ~ 32.09'%

%35.11
%32.81
%32.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.56%
  • yellow value is 8.61%
  • 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.56
%8.61
%4.31

Codes

Color #F4E4DF in popluar color models

F4 E4 DF
RGB 244 228 223
HSL 14° 48.84% 91.57%
HSB/HSV 14° 8.61% 95.69%
CMYK 0.00% 6.56% 8.61%
4.31%

Color #F4E4DF in popluar number systems.

HEX F4 E4 DF
Decimal 244 228 223
Binary 11110100 11100100 11011111
Octal 364 344 337

Shades and tints

Shades of #F4E4DF

#F4E4DF
(244,228,223)
#DED0CB
(222,208,203)
#C8BCB7
(200,188,183)
#B2A8A3
(178,168,163)
#9C948F
(156,148,143)
#86807B
(134,128,123)
#706C67
(112,108,103)
#5A5853
(90,88,83)
#44443F
(68,68,63)
#2E302B
(46,48,43)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #F4E4DF

#F4E4DF
(244,228,223)
#F5E6E1
(245,230,225)
#F6E8E3
(246,232,227)
#F7EAE5
(247,234,229)
#F8ECE7
(248,236,231)
#F9EEE9
(249,238,233)
#FAF0EB
(250,240,235)
#FBF2ED
(251,242,237)
#FCF4EF
(252,244,239)
#FDF6F1
(253,246,241)
#FEF8F3
(254,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E4DF color. Also use rgb(244,228,223) instead hex code.

Text Font Color

.myTextColor { color: #F4E4DF; }

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

This text font color is #F4E4DF.

Background Color

.myBgColor { background-color: #F4E4DF; }

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

This div background color is #F4E4DF.

Border color

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

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

This div border color is #F4E4DF.

Opacity

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

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

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

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

This text has shadow with #F4E4DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4E4DF.

Preview

Color preview on black background

This text has color #F4E4DF on black background.


Color preview on white background

This text has color #F4E4DF on white background.


Black color preview on #F4E4DF background

This text has black color on #F4E4DF background.


White color preview on #F4E4DF background

This text has white color on #F4E4DF background.


Related colors

Complementary color

Complementary color for #hex is #0B1B20.


I love getcolorcode.com

Triadic colors

1 #DFF4E4 and #E4DFF4 with #F4E4DF are triadic colors.

2 #DFE4F4 and #E4F4DF with #F4E4DF are triadic colors.