COLOR #F9D6EC

HEX: #F9D6EC
RGB: (249,214,236)

Color info

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

RGB color model

#F9D6EC color RGB value is (249,214,236).

  • red value is 249;
  • green value is 214;
  • blue value is 236.
RGB:
(249,214,236)
(98%,84%,93%)

RGB channels and saturation

R 249 of 255 = 98%
G 214 of 255 = 84%
B 236 of 255 = 93%

249
214
236

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

Portions of RGB colors in percentages

R + G + B =
249 + 214 + 236 = 699 (100%)
R 249 of 699 ~ 35.62%
G 214 of 699 ~ 30.62%
B 236 of 699 ~ 33.76%

%35.62
%30.62
%33.76

CMYK color model

#F9D6EC color CMYK value is (0,14,5,2).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 5.22%
  • key color value is 2.35%
CMYK:
(0,14,5,2)
C0M14Y5K2 
(0%,14%,5%,2%)
(0.00/0.14/0.05/0.02)	

CMYK percentages

%0
%14.06
%5.22
%2.35

Codes

Color #F9D6EC in popluar color models

F9D6EC
RGB249214236
HSL322°74.47%90.78%
HSB/HSV322°14.06%97.65%
CMYK0.00%14.06%5.22%
2.35%

Color #F9D6EC in popluar number systems.

HEXF9D6EC
Decimal249214236
Binary111110011101011011101100
Octal371326354

Shades and tints

Shades of #F9D6EC

#F9D6EC
(249,214,236)
#E3C3D7
(227,195,215)
#CDB0C2
(205,176,194)
#B79DAD
(183,157,173)
#A18A98
(161,138,152)
#8B7783
(139,119,131)
#75646E
(117,100,110)
#5F5159
(95,81,89)
#493E44
(73,62,68)
#332B2F
(51,43,47)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #F9D6EC

#F9D6EC
(249,214,236)
#F9D9ED
(249,217,237)
#F9DCEE
(249,220,238)
#F9DFEF
(249,223,239)
#F9E2F0
(249,226,240)
#F9E5F1
(249,229,241)
#F9E8F2
(249,232,242)
#F9EBF3
(249,235,243)
#F9EEF4
(249,238,244)
#F9F1F5
(249,241,245)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D6EC; }

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

This text font color is #F9D6EC.


Background Color

.myBgColor { background-color: #F9D6EC; }

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

This div background color is #F9D6EC.


Border color

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

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

This div border color is #F9D6EC.


Opacity

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

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

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

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

This text has shadow with #F9D6EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D6EC on black background.


Color preview on white background

This text has color #F9D6EC on white background.



Black color preview on #F9D6EC background

This text has black color on #F9D6EC background.


White color preview on #F9D6EC background

This text has white color on #F9D6EC background.