COLOR #F9D6EF

HEX: #F9D6EF RGB: (249,214,239)

Color info

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

RGB color model

#F9D6EF color RGB value is (249,214,239).

RGB: (249,214,239) (98%, 84%, 94%)

RGB channels and saturation

R 249 of 255 = 98%
G 214 of 255 = 84%
B 239 of 255 = 94%

249
214
239

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

Portions of RGB colors in percentages

R + G + B = 249 + 214 + 239 = 702 (100%)
R 249 of 702 ~ 35.47%
G 214 of 702 ~ 30.48%
B 239 of 702 ~ 34.05'%

%35.47
%30.48
%34.05

CMYK color model

#F9D6EF color CMYK value is (0,14,4,2).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 4.02%
  • key color value is 2.35%
CMYK: (0,14,4,2) C0M14Y4K2 (0%,14%,4%,2%) (0.00/0.14/0.04/0.02) 

CMYK percentages

%0
%14.06
%4.02
%2.35

Codes

Color #F9D6EF in popluar color models

F9 D6 EF
RGB 249 214 239
HSL 317° 74.47% 90.78%
HSB/HSV 317° 14.06% 97.65%
CMYK 0.00% 14.06% 4.02%
2.35%

Color #F9D6EF in popluar number systems.

HEX F9 D6 EF
Decimal 249 214 239
Binary 11111001 11010110 11101111
Octal 371 326 357

Shades and tints

Shades of #F9D6EF

#F9D6EF
(249,214,239)
#E3C3DA
(227,195,218)
#CDB0C5
(205,176,197)
#B79DB0
(183,157,176)
#A18A9B
(161,138,155)
#8B7786
(139,119,134)
#756471
(117,100,113)
#5F515C
(95,81,92)
#493E47
(73,62,71)
#332B32
(51,43,50)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #F9D6EF

#F9D6EF
(249,214,239)
#F9D9F0
(249,217,240)
#F9DCF1
(249,220,241)
#F9DFF2
(249,223,242)
#F9E2F3
(249,226,243)
#F9E5F4
(249,229,244)
#F9E8F5
(249,232,245)
#F9EBF6
(249,235,246)
#F9EEF7
(249,238,247)
#F9F1F8
(249,241,248)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D6EF; }

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

This text font color is #F9D6EF.

Background Color

.myBgColor { background-color: #F9D6EF; }

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

This div background color is #F9D6EF.

Border color

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

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

This div border color is #F9D6EF.

Opacity

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

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

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

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

This text has shadow with #F9D6EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9D6EF.

Preview

Color preview on black background

This text has color #F9D6EF on black background.


Color preview on white background

This text has color #F9D6EF on white background.


Black color preview on #F9D6EF background

This text has black color on #F9D6EF background.


White color preview on #F9D6EF background

This text has white color on #F9D6EF background.


Related colors

Complementary color

Complementary color for #hex is #062910.


I love getcolorcode.com

Triadic colors

1 #EFF9D6 and #D6EFF9 with #F9D6EF are triadic colors.

2 #EFD6F9 and #D6F9EF with #F9D6EF are triadic colors.