COLOR #F4E1DA

HEX: #F4E1DA
RGB: (244,225,218)

Color info

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

RGB color model

#F4E1DA color RGB value is (244,225,218).

  • red value is 244;
  • green value is 225;
  • blue value is 218.
RGB:
(244,225,218)
(96%,88%,85%)

RGB channels and saturation

R 244 of 255 = 96%
G 225 of 255 = 88%
B 218 of 255 = 85%

244
225
218

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

Portions of RGB colors in percentages

R + G + B =
244 + 225 + 218 = 687 (100%)
R 244 of 687 ~ 35.52%
G 225 of 687 ~ 32.75%
B 218 of 687 ~ 31.73%

%35.52
%32.75
%31.73

CMYK color model

#F4E1DA color CMYK value is (0,8,11,4).

  • cyan value is 0.00%
  • magenta value is 7.79%
  • yellow value is 10.66%
  • key color value is 4.31%
CMYK:
(0,8,11,4)
C0M8Y11K4 
(0%,8%,11%,4%)
(0.00/0.08/0.11/0.04)	

CMYK percentages

%0
%7.79
%10.66
%4.31

Codes

Color #F4E1DA in popluar color models

F4E1DA
RGB244225218
HSL16°54.17%90.59%
HSB/HSV16°10.66%95.69%
CMYK0.00%7.79%10.66%
4.31%

Color #F4E1DA in popluar number systems.

HEXF4E1DA
Decimal244225218
Binary111101001110000111011010
Octal364341332

Shades and tints

Shades of #F4E1DA

#F4E1DA
(244,225,218)
#DECDC7
(222,205,199)
#C8B9B4
(200,185,180)
#B2A5A1
(178,165,161)
#9C918E
(156,145,142)
#867D7B
(134,125,123)
#706968
(112,105,104)
#5A5555
(90,85,85)
#444142
(68,65,66)
#2E2D2F
(46,45,47)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #F4E1DA

#F4E1DA
(244,225,218)
#F5E3DD
(245,227,221)
#F6E5E0
(246,229,224)
#F7E7E3
(247,231,227)
#F8E9E6
(248,233,230)
#F9EBE9
(249,235,233)
#FAEDEC
(250,237,236)
#FBEFEF
(251,239,239)
#FCF1F2
(252,241,242)
#FDF3F5
(253,243,245)
#FEF5F8
(254,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E1DA color. Also use rgb(244,225,218) instead hex code.

Text Font Color

.myTextColor { color: #F4E1DA; }

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

This text font color is #F4E1DA.


Background Color

.myBgColor { background-color: #F4E1DA; }

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

This div background color is #F4E1DA.


Border color

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

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

This div border color is #F4E1DA.


Opacity

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

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

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

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

This text has shadow with #F4E1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E1DA on black background.


Color preview on white background

This text has color #F4E1DA on white background.



Black color preview on #F4E1DA background

This text has black color on #F4E1DA background.


White color preview on #F4E1DA background

This text has white color on #F4E1DA background.