COLOR #F4D8EC

HEX: #F4D8EC
RGB: (244,216,236)

Color info

#F4D8EC contains red, green and blue colors in about the same proportion. Web safe color of #F4D8EC is #FFCCFF (or #FCF).

RGB color model

#F4D8EC color RGB value is (244,216,236).

  • red value is 244;
  • green value is 216;
  • blue value is 236.
RGB:
(244,216,236)
(96%,85%,93%)

RGB channels and saturation

R 244 of 255 = 96%
G 216 of 255 = 85%
B 236 of 255 = 93%

244
216
236

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

Portions of RGB colors in percentages

R + G + B =
244 + 216 + 236 = 696 (100%)
R 244 of 696 ~ 35.06%
G 216 of 696 ~ 31.03%
B 236 of 696 ~ 33.91%

%35.06
%31.03
%33.91

CMYK color model

#F4D8EC color CMYK value is (0,11,3,4).

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 3.28%
  • key color value is 4.31%
CMYK:
(0,11,3,4)
C0M11Y3K4 
(0%,11%,3%,4%)
(0.00/0.11/0.03/0.04)	

CMYK percentages

%0
%11.48
%3.28
%4.31

Codes

Color #F4D8EC in popluar color models

F4D8EC
RGB244216236
HSL317°56.00%90.20%
HSB/HSV317°11.48%95.69%
CMYK0.00%11.48%3.28%
4.31%

Color #F4D8EC in popluar number systems.

HEXF4D8EC
Decimal244216236
Binary111101001101100011101100
Octal364330354

Shades and tints

Shades of #F4D8EC

#F4D8EC
(244,216,236)
#DEC5D7
(222,197,215)
#C8B2C2
(200,178,194)
#B29FAD
(178,159,173)
#9C8C98
(156,140,152)
#867983
(134,121,131)
#70666E
(112,102,110)
#5A5359
(90,83,89)
#444044
(68,64,68)
#2E2D2F
(46,45,47)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #F4D8EC

#F4D8EC
(244,216,236)
#F5DBED
(245,219,237)
#F6DEEE
(246,222,238)
#F7E1EF
(247,225,239)
#F8E4F0
(248,228,240)
#F9E7F1
(249,231,241)
#FAEAF2
(250,234,242)
#FBEDF3
(251,237,243)
#FCF0F4
(252,240,244)
#FDF3F5
(253,243,245)
#FEF6F6
(254,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D8EC color. Also use rgb(244,216,236) instead hex code.

Text Font Color

.myTextColor { color: #F4D8EC; }

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

This text font color is #F4D8EC.


Background Color

.myBgColor { background-color: #F4D8EC; }

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

This div background color is #F4D8EC.


Border color

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

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

This div border color is #F4D8EC.


Opacity

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

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

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

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

This text has shadow with #F4D8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D8EC on black background.


Color preview on white background

This text has color #F4D8EC on white background.



Black color preview on #F4D8EC background

This text has black color on #F4D8EC background.


White color preview on #F4D8EC background

This text has white color on #F4D8EC background.