COLOR #F9DCD7

HEX: #F9DCD7
RGB: (249,220,215)

Color info

#F9DCD7 contains red, green and blue colors in about the same proportion. Web safe color of #F9DCD7 is #FFCCCC (or #FCC).

RGB color model

#F9DCD7 color RGB value is (249,220,215).

  • red value is 249;
  • green value is 220;
  • blue value is 215.
RGB:
(249,220,215)
(98%,86%,84%)

RGB channels and saturation

R 249 of 255 = 98%
G 220 of 255 = 86%
B 215 of 255 = 84%

249
220
215

R + G + B ~ 89%. #F9DCD7 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 220 + 215 = 684 (100%)
R 249 of 684 ~ 36.4%
G 220 of 684 ~ 32.16%
B 215 of 684 ~ 31.43%

%36.4
%32.16
%31.43

CMYK color model

#F9DCD7 color CMYK value is (0,12,14,2).

  • cyan value is 0.00%
  • magenta value is 11.65%
  • yellow value is 13.65%
  • key color value is 2.35%
CMYK:
(0,12,14,2)
C0M12Y14K2 
(0%,12%,14%,2%)
(0.00/0.12/0.14/0.02)	

CMYK percentages

%0
%11.65
%13.65
%2.35

Codes

Color #F9DCD7 in popluar color models

F9DCD7
RGB249220215
HSL73.91%90.98%
HSB/HSV13.65%97.65%
CMYK0.00%11.65%13.65%
2.35%

Color #F9DCD7 in popluar number systems.

HEXF9DCD7
Decimal249220215
Binary111110011101110011010111
Octal371334327

Shades and tints

Shades of #F9DCD7

#F9DCD7
(249,220,215)
#E3C8C4
(227,200,196)
#CDB4B1
(205,180,177)
#B7A09E
(183,160,158)
#A18C8B
(161,140,139)
#8B7878
(139,120,120)
#756465
(117,100,101)
#5F5052
(95,80,82)
#493C3F
(73,60,63)
#33282C
(51,40,44)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #F9DCD7

#F9DCD7
(249,220,215)
#F9DFDA
(249,223,218)
#F9E2DD
(249,226,221)
#F9E5E0
(249,229,224)
#F9E8E3
(249,232,227)
#F9EBE6
(249,235,230)
#F9EEE9
(249,238,233)
#F9F1EC
(249,241,236)
#F9F4EF
(249,244,239)
#F9F7F2
(249,247,242)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DCD7 color. Also use rgb(249,220,215) instead hex code.

Text Font Color

.myTextColor { color: #F9DCD7; }

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

This text font color is #F9DCD7.


Background Color

.myBgColor { background-color: #F9DCD7; }

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

This div background color is #F9DCD7.


Border color

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

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

This div border color is #F9DCD7.


Opacity

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

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

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

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

This text has shadow with #F9DCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DCD7 on black background.


Color preview on white background

This text has color #F9DCD7 on white background.



Black color preview on #F9DCD7 background

This text has black color on #F9DCD7 background.


White color preview on #F9DCD7 background

This text has white color on #F9DCD7 background.