COLOR #F9D8BA

HEX: #F9D8BA
RGB: (249,216,186)

Color info

#F9D8BA contains mainly red and green colors. Web safe color of #F9D8BA is #FFCCCC (or #FCC).

RGB color model

#F9D8BA color RGB value is (249,216,186).

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

RGB channels and saturation

R 249 of 255 = 98%
G 216 of 255 = 85%
B 186 of 255 = 73%

249
216
186

R + G + B ~ 85%. #F9D8BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 216 + 186 = 651 (100%)
R 249 of 651 ~ 38.25%
G 216 of 651 ~ 33.18%
B 186 of 651 ~ 28.57%

%38.25
%33.18
%28.57

CMYK color model

#F9D8BA color CMYK value is (0,13,25,2).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 25.30%
  • key color value is 2.35%
CMYK:
(0,13,25,2)
C0M13Y25K2 
(0%,13%,25%,2%)
(0.00/0.13/0.25/0.02)	

CMYK percentages

%0
%13.25
%25.3
%2.35

Codes

Color #F9D8BA in popluar color models

F9D8BA
RGB249216186
HSL29°84.00%85.29%
HSB/HSV29°25.30%97.65%
CMYK0.00%13.25%25.30%
2.35%

Color #F9D8BA in popluar number systems.

HEXF9D8BA
Decimal249216186
Binary111110011101100010111010
Octal371330272

Shades and tints

Shades of #F9D8BA

#F9D8BA
(249,216,186)
#E3C5AA
(227,197,170)
#CDB29A
(205,178,154)
#B79F8A
(183,159,138)
#A18C7A
(161,140,122)
#8B796A
(139,121,106)
#75665A
(117,102,90)
#5F534A
(95,83,74)
#49403A
(73,64,58)
#332D2A
(51,45,42)
#1D1A1A
(29,26,26)
#000000
(0,0,0)

Tints of #F9D8BA

#F9D8BA
(249,216,186)
#F9DBC0
(249,219,192)
#F9DEC6
(249,222,198)
#F9E1CC
(249,225,204)
#F9E4D2
(249,228,210)
#F9E7D8
(249,231,216)
#F9EADE
(249,234,222)
#F9EDE4
(249,237,228)
#F9F0EA
(249,240,234)
#F9F3F0
(249,243,240)
#F9F6F6
(249,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D8BA; }

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

This text font color is #F9D8BA.


Background Color

.myBgColor { background-color: #F9D8BA; }

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

This div background color is #F9D8BA.


Border color

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

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

This div border color is #F9D8BA.


Opacity

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

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

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

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

This text has shadow with #F9D8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D8BA on black background.


Color preview on white background

This text has color #F9D8BA on white background.



Black color preview on #F9D8BA background

This text has black color on #F9D8BA background.


White color preview on #F9D8BA background

This text has white color on #F9D8BA background.