COLOR #F9D6D0

HEX: #F9D6D0
RGB: (249,214,208)

Color info

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

RGB color model

#F9D6D0 color RGB value is (249,214,208).

  • red value is 249;
  • green value is 214;
  • blue value is 208.
RGB:
(249,214,208)
(98%,84%,82%)

RGB channels and saturation

R 249 of 255 = 98%
G 214 of 255 = 84%
B 208 of 255 = 82%

249
214
208

R + G + B ~ 88%. #F9D6D0 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 214 + 208 = 671 (100%)
R 249 of 671 ~ 37.11%
G 214 of 671 ~ 31.89%
B 208 of 671 ~ 31%

%37.11
%31.89
%31

CMYK color model

#F9D6D0 color CMYK value is (0,14,16,2).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 16.47%
  • key color value is 2.35%
CMYK:
(0,14,16,2)
C0M14Y16K2 
(0%,14%,16%,2%)
(0.00/0.14/0.16/0.02)	

CMYK percentages

%0
%14.06
%16.47
%2.35

Codes

Color #F9D6D0 in popluar color models

F9D6D0
RGB249214208
HSL77.36%89.61%
HSB/HSV16.47%97.65%
CMYK0.00%14.06%16.47%
2.35%

Color #F9D6D0 in popluar number systems.

HEXF9D6D0
Decimal249214208
Binary111110011101011011010000
Octal371326320

Shades and tints

Shades of #F9D6D0

#F9D6D0
(249,214,208)
#E3C3BE
(227,195,190)
#CDB0AC
(205,176,172)
#B79D9A
(183,157,154)
#A18A88
(161,138,136)
#8B7776
(139,119,118)
#756464
(117,100,100)
#5F5152
(95,81,82)
#493E40
(73,62,64)
#332B2E
(51,43,46)
#1D181C
(29,24,28)
#000000
(0,0,0)

Tints of #F9D6D0

#F9D6D0
(249,214,208)
#F9D9D4
(249,217,212)
#F9DCD8
(249,220,216)
#F9DFDC
(249,223,220)
#F9E2E0
(249,226,224)
#F9E5E4
(249,229,228)
#F9E8E8
(249,232,232)
#F9EBEC
(249,235,236)
#F9EEF0
(249,238,240)
#F9F1F4
(249,241,244)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D6D0 color. Also use rgb(249,214,208) instead hex code.

Text Font Color

.myTextColor { color: #F9D6D0; }

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

This text font color is #F9D6D0.


Background Color

.myBgColor { background-color: #F9D6D0; }

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

This div background color is #F9D6D0.


Border color

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

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

This div border color is #F9D6D0.


Opacity

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

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

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

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

This text has shadow with #F9D6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D6D0 on black background.


Color preview on white background

This text has color #F9D6D0 on white background.



Black color preview on #F9D6D0 background

This text has black color on #F9D6D0 background.


White color preview on #F9D6D0 background

This text has white color on #F9D6D0 background.