COLOR #F9D1BA

HEX: #F9D1BA
RGB: (249,209,186)

Color info

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

RGB color model

#F9D1BA color RGB value is (249,209,186).

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

RGB channels and saturation

R 249 of 255 = 98%
G 209 of 255 = 82%
B 186 of 255 = 73%

249
209
186

R + G + B ~ 84%. #F9D1BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 209 + 186 = 644 (100%)
R 249 of 644 ~ 38.66%
G 209 of 644 ~ 32.45%
B 186 of 644 ~ 28.88%

%38.66
%32.45
%28.88

CMYK color model

#F9D1BA color CMYK value is (0,16,25,2).

  • cyan value is 0.00%
  • magenta value is 16.06%
  • yellow value is 25.30%
  • key color value is 2.35%
CMYK:
(0,16,25,2)
C0M16Y25K2 
(0%,16%,25%,2%)
(0.00/0.16/0.25/0.02)	

CMYK percentages

%0
%16.06
%25.3
%2.35

Codes

Color #F9D1BA in popluar color models

F9D1BA
RGB249209186
HSL22°84.00%85.29%
HSB/HSV22°25.30%97.65%
CMYK0.00%16.06%25.30%
2.35%

Color #F9D1BA in popluar number systems.

HEXF9D1BA
Decimal249209186
Binary111110011101000110111010
Octal371321272

Shades and tints

Shades of #F9D1BA

#F9D1BA
(249,209,186)
#E3BEAA
(227,190,170)
#CDAB9A
(205,171,154)
#B7988A
(183,152,138)
#A1857A
(161,133,122)
#8B726A
(139,114,106)
#755F5A
(117,95,90)
#5F4C4A
(95,76,74)
#49393A
(73,57,58)
#33262A
(51,38,42)
#1D131A
(29,19,26)
#000000
(0,0,0)

Tints of #F9D1BA

#F9D1BA
(249,209,186)
#F9D5C0
(249,213,192)
#F9D9C6
(249,217,198)
#F9DDCC
(249,221,204)
#F9E1D2
(249,225,210)
#F9E5D8
(249,229,216)
#F9E9DE
(249,233,222)
#F9EDE4
(249,237,228)
#F9F1EA
(249,241,234)
#F9F5F0
(249,245,240)
#F9F9F6
(249,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D1BA; }

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

This text font color is #F9D1BA.


Background Color

.myBgColor { background-color: #F9D1BA; }

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

This div background color is #F9D1BA.


Border color

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

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

This div border color is #F9D1BA.


Opacity

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

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

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

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

This text has shadow with #F9D1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D1BA on black background.


Color preview on white background

This text has color #F9D1BA on white background.



Black color preview on #F9D1BA background

This text has black color on #F9D1BA background.


White color preview on #F9D1BA background

This text has white color on #F9D1BA background.