COLOR #F4E2DE

HEX: #F4E2DE
RGB: (244,226,222)

Color info

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

RGB color model

#F4E2DE color RGB value is (244,226,222).

  • red value is 244;
  • green value is 226;
  • blue value is 222.
RGB:
(244,226,222)
(96%,89%,87%)

RGB channels and saturation

R 244 of 255 = 96%
G 226 of 255 = 89%
B 222 of 255 = 87%

244
226
222

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

Portions of RGB colors in percentages

R + G + B =
244 + 226 + 222 = 692 (100%)
R 244 of 692 ~ 35.26%
G 226 of 692 ~ 32.66%
B 222 of 692 ~ 32.08%

%35.26
%32.66
%32.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.38%
  • yellow value is 9.02%
  • 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
%7.38
%9.02
%4.31

Codes

Color #F4E2DE in popluar color models

F4E2DE
RGB244226222
HSL11°50.00%91.37%
HSB/HSV11°9.02%95.69%
CMYK0.00%7.38%9.02%
4.31%

Color #F4E2DE in popluar number systems.

HEXF4E2DE
Decimal244226222
Binary111101001110001011011110
Octal364342336

Shades and tints

Shades of #F4E2DE

#F4E2DE
(244,226,222)
#DECECA
(222,206,202)
#C8BAB6
(200,186,182)
#B2A6A2
(178,166,162)
#9C928E
(156,146,142)
#867E7A
(134,126,122)
#706A66
(112,106,102)
#5A5652
(90,86,82)
#44423E
(68,66,62)
#2E2E2A
(46,46,42)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #F4E2DE

#F4E2DE
(244,226,222)
#F5E4E1
(245,228,225)
#F6E6E4
(246,230,228)
#F7E8E7
(247,232,231)
#F8EAEA
(248,234,234)
#F9ECED
(249,236,237)
#FAEEF0
(250,238,240)
#FBF0F3
(251,240,243)
#FCF2F6
(252,242,246)
#FDF4F9
(253,244,249)
#FEF6FC
(254,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E2DE color. Also use rgb(244,226,222) instead hex code.

Text Font Color

.myTextColor { color: #F4E2DE; }

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

This text font color is #F4E2DE.


Background Color

.myBgColor { background-color: #F4E2DE; }

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

This div background color is #F4E2DE.


Border color

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

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

This div border color is #F4E2DE.


Opacity

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

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

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

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

This text has shadow with #F4E2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E2DE on black background.


Color preview on white background

This text has color #F4E2DE on white background.



Black color preview on #F4E2DE background

This text has black color on #F4E2DE background.


White color preview on #F4E2DE background

This text has white color on #F4E2DE background.