COLOR #F9D7D8

HEX: #F9D7D8
RGB: (249,215,216)

Color info

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

RGB color model

#F9D7D8 color RGB value is (249,215,216).

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

RGB channels and saturation

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

249
215
216

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

Portions of RGB colors in percentages

R + G + B =
249 + 215 + 216 = 680 (100%)
R 249 of 680 ~ 36.62%
G 215 of 680 ~ 31.62%
B 216 of 680 ~ 31.76%

%36.62
%31.62
%31.76

CMYK color model

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

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

CMYK percentages

%0
%13.65
%13.25
%2.35

Codes

Color #F9D7D8 in popluar color models

F9D7D8
RGB249215216
HSL358°73.91%90.98%
HSB/HSV358°13.65%97.65%
CMYK0.00%13.65%13.25%
2.35%

Color #F9D7D8 in popluar number systems.

HEXF9D7D8
Decimal249215216
Binary111110011101011111011000
Octal371327330

Shades and tints

Shades of #F9D7D8

#F9D7D8
(249,215,216)
#E3C4C5
(227,196,197)
#CDB1B2
(205,177,178)
#B79E9F
(183,158,159)
#A18B8C
(161,139,140)
#8B7879
(139,120,121)
#756566
(117,101,102)
#5F5253
(95,82,83)
#493F40
(73,63,64)
#332C2D
(51,44,45)
#1D191A
(29,25,26)
#000000
(0,0,0)

Tints of #F9D7D8

#F9D7D8
(249,215,216)
#F9DADB
(249,218,219)
#F9DDDE
(249,221,222)
#F9E0E1
(249,224,225)
#F9E3E4
(249,227,228)
#F9E6E7
(249,230,231)
#F9E9EA
(249,233,234)
#F9ECED
(249,236,237)
#F9EFF0
(249,239,240)
#F9F2F3
(249,242,243)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D7D8; }

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

This text font color is #F9D7D8.


Background Color

.myBgColor { background-color: #F9D7D8; }

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

This div background color is #F9D7D8.


Border color

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

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

This div border color is #F9D7D8.


Opacity

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

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

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

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

This text has shadow with #F9D7D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D7D8 on black background.


Color preview on white background

This text has color #F9D7D8 on white background.



Black color preview on #F9D7D8 background

This text has black color on #F9D7D8 background.


White color preview on #F9D7D8 background

This text has white color on #F9D7D8 background.