COLOR #F9D4EF

HEX: #F9D4EF RGB: (249,212,239)

Color info

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

RGB color model

#F9D4EF color RGB value is (249,212,239).

RGB: (249,212,239) (98%, 83%, 94%)

RGB channels and saturation

R 249 of 255 = 98%
G 212 of 255 = 83%
B 239 of 255 = 94%

249
212
239

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

Portions of RGB colors in percentages

R + G + B = 249 + 212 + 239 = 700 (100%)
R 249 of 700 ~ 35.57%
G 212 of 700 ~ 30.29%
B 239 of 700 ~ 34.14'%

%35.57
%30.29
%34.14

CMYK color model

#F9D4EF color CMYK value is (0,15,4,2).

  • cyan value is 0.00%
  • magenta value is 14.86%
  • yellow value is 4.02%
  • key color value is 2.35%

CMYK: (0,15,4,2)
C0M15Y4K2 (0%, 15%, 4%, 2%)
(0.00 / 0.15 / 0.04 / 0.02)

CMYK percentages

%0
%14.86
%4.02
%2.35

Codes

Color #F9D4EF in popluar color models

F9 D4 EF
RGB 249 212 239
HSL 316° 75.51% 90.39%
HSB/HSV 316° 14.86% 97.65%
CMYK 0.00% 14.86% 4.02%
2.35%

Color #F9D4EF in popluar number systems.

HEX F9 D4 EF
Decimal 249 212 239
Binary 11111001 11010100 11101111
Octal 371 324 357

Shades and tints

Shades of #F9D4EF

#F9D4EF
(249,212,239)
#E3C1DA
(227,193,218)
#CDAEC5
(205,174,197)
#B79BB0
(183,155,176)
#A1889B
(161,136,155)
#8B7586
(139,117,134)
#756271
(117,98,113)
#5F4F5C
(95,79,92)
#493C47
(73,60,71)
#332932
(51,41,50)
#1D161D
(29,22,29)
#000000
(0,0,0)

Tints of #F9D4EF

#F9D4EF
(249,212,239)
#F9D7F0
(249,215,240)
#F9DAF1
(249,218,241)
#F9DDF2
(249,221,242)
#F9E0F3
(249,224,243)
#F9E3F4
(249,227,244)
#F9E6F5
(249,230,245)
#F9E9F6
(249,233,246)
#F9ECF7
(249,236,247)
#F9EFF8
(249,239,248)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D4EF color. Also use rgb(249,212,239) instead hex code.

Text Font Color

.myTextColor { color: #F9D4EF; }

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

This text font color is #F9D4EF.

Background Color

.myBgColor { background-color: #F9D4EF; }

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

This div background color is #F9D4EF.

Border color

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

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

This div border color is #F9D4EF.

Opacity

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

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

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

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

This text has shadow with #F9D4EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9D4EF.

Preview

Color preview on black background

This text has color #F9D4EF on black background.


Color preview on white background

This text has color #F9D4EF on white background.


Black color preview on #F9D4EF background

This text has black color on #F9D4EF background.


White color preview on #F9D4EF background

This text has white color on #F9D4EF background.


Related colors

Complementary color

Complementary color for #hex is #062B10.


I love getcolorcode.com

Triadic colors

1 #EFF9D4 and #D4EFF9 with #F9D4EF are triadic colors.

2 #EFD4F9 and #D4F9EF with #F9D4EF are triadic colors.