COLOR #F4DEE5

HEX: #F4DEE5
RGB: (244,222,229)

Color info

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

RGB color model

#F4DEE5 color RGB value is (244,222,229).

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

RGB channels and saturation

R 244 of 255 = 96%
G 222 of 255 = 87%
B 229 of 255 = 90%

244
222
229

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

Portions of RGB colors in percentages

R + G + B =
244 + 222 + 229 = 695 (100%)
R 244 of 695 ~ 35.11%
G 222 of 695 ~ 31.94%
B 229 of 695 ~ 32.95%

%35.11
%31.94
%32.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 6.15%
  • key color value is 4.31%
CMYK:
(0,9,6,4)
C0M9Y6K4 
(0%,9%,6%,4%)
(0.00/0.09/0.06/0.04)	

CMYK percentages

%0
%9.02
%6.15
%4.31

Codes

Color #F4DEE5 in popluar color models

F4DEE5
RGB244222229
HSL341°50.00%91.37%
HSB/HSV341°9.02%95.69%
CMYK0.00%9.02%6.15%
4.31%

Color #F4DEE5 in popluar number systems.

HEXF4DEE5
Decimal244222229
Binary111101001101111011100101
Octal364336345

Shades and tints

Shades of #F4DEE5

#F4DEE5
(244,222,229)
#DECAD1
(222,202,209)
#C8B6BD
(200,182,189)
#B2A2A9
(178,162,169)
#9C8E95
(156,142,149)
#867A81
(134,122,129)
#70666D
(112,102,109)
#5A5259
(90,82,89)
#443E45
(68,62,69)
#2E2A31
(46,42,49)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #F4DEE5

#F4DEE5
(244,222,229)
#F5E1E7
(245,225,231)
#F6E4E9
(246,228,233)
#F7E7EB
(247,231,235)
#F8EAED
(248,234,237)
#F9EDEF
(249,237,239)
#FAF0F1
(250,240,241)
#FBF3F3
(251,243,243)
#FCF6F5
(252,246,245)
#FDF9F7
(253,249,247)
#FEFCF9
(254,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DEE5; }

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

This text font color is #F4DEE5.


Background Color

.myBgColor { background-color: #F4DEE5; }

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

This div background color is #F4DEE5.


Border color

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

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

This div border color is #F4DEE5.


Opacity

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

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

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

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

This text has shadow with #F4DEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DEE5 on black background.


Color preview on white background

This text has color #F4DEE5 on white background.



Black color preview on #F4DEE5 background

This text has black color on #F4DEE5 background.


White color preview on #F4DEE5 background

This text has white color on #F4DEE5 background.