COLOR #F4D8EF

HEX: #F4D8EF
RGB: (244,216,239)

Color info

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

RGB color model

#F4D8EF color RGB value is (244,216,239).

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

RGB channels and saturation

R 244 of 255 = 96%
G 216 of 255 = 85%
B 239 of 255 = 94%

244
216
239

R + G + B ~ 92%. #F4D8EF is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 216 + 239 = 699 (100%)
R 244 of 699 ~ 34.91%
G 216 of 699 ~ 30.9%
B 239 of 699 ~ 34.19%

%34.91
%30.9
%34.19

CMYK color model

#F4D8EF color CMYK value is (0,11,2,4).

  • cyan value is 0.00%
  • magenta value is 11.48%
  • yellow value is 2.05%
  • key color value is 4.31%
CMYK:
(0,11,2,4)
C0M11Y2K4 
(0%,11%,2%,4%)
(0.00/0.11/0.02/0.04)	

CMYK percentages

%0
%11.48
%2.05
%4.31

Codes

Color #F4D8EF in popluar color models

F4D8EF
RGB244216239
HSL311°56.00%90.20%
HSB/HSV311°11.48%95.69%
CMYK0.00%11.48%2.05%
4.31%

Color #F4D8EF in popluar number systems.

HEXF4D8EF
Decimal244216239
Binary111101001101100011101111
Octal364330357

Shades and tints

Shades of #F4D8EF

#F4D8EF
(244,216,239)
#DEC5DA
(222,197,218)
#C8B2C5
(200,178,197)
#B29FB0
(178,159,176)
#9C8C9B
(156,140,155)
#867986
(134,121,134)
#706671
(112,102,113)
#5A535C
(90,83,92)
#444047
(68,64,71)
#2E2D32
(46,45,50)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #F4D8EF

#F4D8EF
(244,216,239)
#F5DBF0
(245,219,240)
#F6DEF1
(246,222,241)
#F7E1F2
(247,225,242)
#F8E4F3
(248,228,243)
#F9E7F4
(249,231,244)
#FAEAF5
(250,234,245)
#FBEDF6
(251,237,246)
#FCF0F7
(252,240,247)
#FDF3F8
(253,243,248)
#FEF6F9
(254,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D8EF; }

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

This text font color is #F4D8EF.


Background Color

.myBgColor { background-color: #F4D8EF; }

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

This div background color is #F4D8EF.


Border color

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

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

This div border color is #F4D8EF.


Opacity

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

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

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

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

This text has shadow with #F4D8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D8EF on black background.


Color preview on white background

This text has color #F4D8EF on white background.



Black color preview on #F4D8EF background

This text has black color on #F4D8EF background.


White color preview on #F4D8EF background

This text has white color on #F4D8EF background.