COLOR #F9D9C5

HEX: #F9D9C5
RGB: (249,217,197)

Color info

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

RGB color model

#F9D9C5 color RGB value is (249,217,197).

  • red value is 249;
  • green value is 217;
  • blue value is 197.
RGB:
(249,217,197)
(98%,85%,77%)

RGB channels and saturation

R 249 of 255 = 98%
G 217 of 255 = 85%
B 197 of 255 = 77%

249
217
197

R + G + B ~ 87%. #F9D9C5 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 217 + 197 = 663 (100%)
R 249 of 663 ~ 37.56%
G 217 of 663 ~ 32.73%
B 197 of 663 ~ 29.71%

%37.56
%32.73
%29.71

CMYK color model

#F9D9C5 color CMYK value is (0,13,21,2).

  • cyan value is 0.00%
  • magenta value is 12.85%
  • yellow value is 20.88%
  • key color value is 2.35%
CMYK:
(0,13,21,2)
C0M13Y21K2 
(0%,13%,21%,2%)
(0.00/0.13/0.21/0.02)	

CMYK percentages

%0
%12.85
%20.88
%2.35

Codes

Color #F9D9C5 in popluar color models

F9D9C5
RGB249217197
HSL23°81.25%87.45%
HSB/HSV23°20.88%97.65%
CMYK0.00%12.85%20.88%
2.35%

Color #F9D9C5 in popluar number systems.

HEXF9D9C5
Decimal249217197
Binary111110011101100111000101
Octal371331305

Shades and tints

Shades of #F9D9C5

#F9D9C5
(249,217,197)
#E3C6B4
(227,198,180)
#CDB3A3
(205,179,163)
#B7A092
(183,160,146)
#A18D81
(161,141,129)
#8B7A70
(139,122,112)
#75675F
(117,103,95)
#5F544E
(95,84,78)
#49413D
(73,65,61)
#332E2C
(51,46,44)
#1D1B1B
(29,27,27)
#000000
(0,0,0)

Tints of #F9D9C5

#F9D9C5
(249,217,197)
#F9DCCA
(249,220,202)
#F9DFCF
(249,223,207)
#F9E2D4
(249,226,212)
#F9E5D9
(249,229,217)
#F9E8DE
(249,232,222)
#F9EBE3
(249,235,227)
#F9EEE8
(249,238,232)
#F9F1ED
(249,241,237)
#F9F4F2
(249,244,242)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D9C5 color. Also use rgb(249,217,197) instead hex code.

Text Font Color

.myTextColor { color: #F9D9C5; }

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

This text font color is #F9D9C5.


Background Color

.myBgColor { background-color: #F9D9C5; }

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

This div background color is #F9D9C5.


Border color

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

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

This div border color is #F9D9C5.


Opacity

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

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

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

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

This text has shadow with #F9D9C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D9C5 on black background.


Color preview on white background

This text has color #F9D9C5 on white background.



Black color preview on #F9D9C5 background

This text has black color on #F9D9C5 background.


White color preview on #F9D9C5 background

This text has white color on #F9D9C5 background.