COLOR #F9D8EC

HEX: #F9D8EC
RGB: (249,216,236)

Color info

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

RGB color model

#F9D8EC color RGB value is (249,216,236).

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

RGB channels and saturation

R 249 of 255 = 98%
G 216 of 255 = 85%
B 236 of 255 = 93%

249
216
236

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

Portions of RGB colors in percentages

R + G + B =
249 + 216 + 236 = 701 (100%)
R 249 of 701 ~ 35.52%
G 216 of 701 ~ 30.81%
B 236 of 701 ~ 33.67%

%35.52
%30.81
%33.67

CMYK color model

#F9D8EC color CMYK value is (0,13,5,2).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 5.22%
  • key color value is 2.35%
CMYK:
(0,13,5,2)
C0M13Y5K2 
(0%,13%,5%,2%)
(0.00/0.13/0.05/0.02)	

CMYK percentages

%0
%13.25
%5.22
%2.35

Codes

Color #F9D8EC in popluar color models

F9D8EC
RGB249216236
HSL324°73.33%91.18%
HSB/HSV324°13.25%97.65%
CMYK0.00%13.25%5.22%
2.35%

Color #F9D8EC in popluar number systems.

HEXF9D8EC
Decimal249216236
Binary111110011101100011101100
Octal371330354

Shades and tints

Shades of #F9D8EC

#F9D8EC
(249,216,236)
#E3C5D7
(227,197,215)
#CDB2C2
(205,178,194)
#B79FAD
(183,159,173)
#A18C98
(161,140,152)
#8B7983
(139,121,131)
#75666E
(117,102,110)
#5F5359
(95,83,89)
#494044
(73,64,68)
#332D2F
(51,45,47)
#1D1A1A
(29,26,26)
#000000
(0,0,0)

Tints of #F9D8EC

#F9D8EC
(249,216,236)
#F9DBED
(249,219,237)
#F9DEEE
(249,222,238)
#F9E1EF
(249,225,239)
#F9E4F0
(249,228,240)
#F9E7F1
(249,231,241)
#F9EAF2
(249,234,242)
#F9EDF3
(249,237,243)
#F9F0F4
(249,240,244)
#F9F3F5
(249,243,245)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D8EC; }

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

This text font color is #F9D8EC.


Background Color

.myBgColor { background-color: #F9D8EC; }

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

This div background color is #F9D8EC.


Border color

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

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

This div border color is #F9D8EC.


Opacity

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

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

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

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

This text has shadow with #F9D8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D8EC on black background.


Color preview on white background

This text has color #F9D8EC on white background.



Black color preview on #F9D8EC background

This text has black color on #F9D8EC background.


White color preview on #F9D8EC background

This text has white color on #F9D8EC background.