COLOR #F9D8D5

HEX: #F9D8D5
RGB: (249,216,213)

Color info

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

RGB color model

#F9D8D5 color RGB value is (249,216,213).

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

RGB channels and saturation

R 249 of 255 = 98%
G 216 of 255 = 85%
B 213 of 255 = 84%

249
216
213

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

Portions of RGB colors in percentages

R + G + B =
249 + 216 + 213 = 678 (100%)
R 249 of 678 ~ 36.73%
G 216 of 678 ~ 31.86%
B 213 of 678 ~ 31.42%

%36.73
%31.86
%31.42

CMYK color model

#F9D8D5 color CMYK value is (0,13,14,2).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 14.46%
  • key color value is 2.35%
CMYK:
(0,13,14,2)
C0M13Y14K2 
(0%,13%,14%,2%)
(0.00/0.13/0.14/0.02)	

CMYK percentages

%0
%13.25
%14.46
%2.35

Codes

Color #F9D8D5 in popluar color models

F9D8D5
RGB249216213
HSL75.00%90.59%
HSB/HSV14.46%97.65%
CMYK0.00%13.25%14.46%
2.35%

Color #F9D8D5 in popluar number systems.

HEXF9D8D5
Decimal249216213
Binary111110011101100011010101
Octal371330325

Shades and tints

Shades of #F9D8D5

#F9D8D5
(249,216,213)
#E3C5C2
(227,197,194)
#CDB2AF
(205,178,175)
#B79F9C
(183,159,156)
#A18C89
(161,140,137)
#8B7976
(139,121,118)
#756663
(117,102,99)
#5F5350
(95,83,80)
#49403D
(73,64,61)
#332D2A
(51,45,42)
#1D1A17
(29,26,23)
#000000
(0,0,0)

Tints of #F9D8D5

#F9D8D5
(249,216,213)
#F9DBD8
(249,219,216)
#F9DEDB
(249,222,219)
#F9E1DE
(249,225,222)
#F9E4E1
(249,228,225)
#F9E7E4
(249,231,228)
#F9EAE7
(249,234,231)
#F9EDEA
(249,237,234)
#F9F0ED
(249,240,237)
#F9F3F0
(249,243,240)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D8D5; }

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

This text font color is #F9D8D5.


Background Color

.myBgColor { background-color: #F9D8D5; }

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

This div background color is #F9D8D5.


Border color

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

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

This div border color is #F9D8D5.


Opacity

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

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

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

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

This text has shadow with #F9D8D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D8D5 on black background.


Color preview on white background

This text has color #F9D8D5 on white background.



Black color preview on #F9D8D5 background

This text has black color on #F9D8D5 background.


White color preview on #F9D8D5 background

This text has white color on #F9D8D5 background.