COLOR #F4D9EF

HEX: #F4D9EF RGB: (244,217,239)

Color info

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

RGB color model

#F4D9EF color RGB value is (244,217,239).

RGB: (244,217,239) (96%, 85%, 94%)

RGB channels and saturation

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

244
217
239

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

Portions of RGB colors in percentages

R + G + B = 244 + 217 + 239 = 700 (100%)
R 244 of 700 ~ 34.86%
G 217 of 700 ~ 31%
B 239 of 700 ~ 34.14'%

%34.86
%31
%34.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.07%
  • 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.07
%2.05
%4.31

Codes

Color #F4D9EF in popluar color models

F4 D9 EF
RGB 244 217 239
HSL 311° 55.10% 90.39%
HSB/HSV 311° 11.07% 95.69%
CMYK 0.00% 11.07% 2.05%
4.31%

Color #F4D9EF in popluar number systems.

HEX F4 D9 EF
Decimal 244 217 239
Binary 11110100 11011001 11101111
Octal 364 331 357

Shades and tints

Shades of #F4D9EF

#F4D9EF
(244,217,239)
#DEC6DA
(222,198,218)
#C8B3C5
(200,179,197)
#B2A0B0
(178,160,176)
#9C8D9B
(156,141,155)
#867A86
(134,122,134)
#706771
(112,103,113)
#5A545C
(90,84,92)
#444147
(68,65,71)
#2E2E32
(46,46,50)
#181B1D
(24,27,29)
#000000
(0,0,0)

Tints of #F4D9EF

#F4D9EF
(244,217,239)
#F5DCF0
(245,220,240)
#F6DFF1
(246,223,241)
#F7E2F2
(247,226,242)
#F8E5F3
(248,229,243)
#F9E8F4
(249,232,244)
#FAEBF5
(250,235,245)
#FBEEF6
(251,238,246)
#FCF1F7
(252,241,247)
#FDF4F8
(253,244,248)
#FEF7F9
(254,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D9EF; }

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

This text font color is #F4D9EF.

Background Color

.myBgColor { background-color: #F4D9EF; }

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

This div background color is #F4D9EF.

Border color

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

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

This div border color is #F4D9EF.

Opacity

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

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

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

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

This text has shadow with #F4D9EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4D9EF.

Preview

Color preview on black background

This text has color #F4D9EF on black background.


Color preview on white background

This text has color #F4D9EF on white background.


Black color preview on #F4D9EF background

This text has black color on #F4D9EF background.


White color preview on #F4D9EF background

This text has white color on #F4D9EF background.


Related colors

Complementary color

Complementary color for #hex is #0B2610.


I love getcolorcode.com

Triadic colors

1 #EFF4D9 and #D9EFF4 with #F4D9EF are triadic colors.

2 #EFD9F4 and #D9F4EF with #F4D9EF are triadic colors.