COLOR #F9D8B9

HEX: #F9D8B9 RGB: (249,216,185)

Color info

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

RGB color model

#F9D8B9 color RGB value is (249,216,185).

RGB: (249,216,185) (98%, 85%, 73%)

RGB channels and saturation

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

249
216
185

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

Portions of RGB colors in percentages

R + G + B = 249 + 216 + 185 = 650 (100%)
R 249 of 650 ~ 38.31%
G 216 of 650 ~ 33.23%
B 185 of 650 ~ 28.46'%

%38.31
%33.23
%28.46

CMYK color model

#F9D8B9 color CMYK value is (0,13,26,2).

  • cyan value is 0.00%
  • magenta value is 13.25%
  • yellow value is 25.70%
  • key color value is 2.35%

CMYK: (0,13,26,2)
C0M13Y26K2 (0%, 13%, 26%, 2%)
(0.00 / 0.13 / 0.26 / 0.02)

CMYK percentages

%0
%13.25
%25.7
%2.35

Codes

Color #F9D8B9 in popluar color models

F9 D8 B9
RGB 249 216 185
HSL 29° 84.21% 85.10%
HSB/HSV 29° 25.70% 97.65%
CMYK 0.00% 13.25% 25.70%
2.35%

Color #F9D8B9 in popluar number systems.

HEX F9 D8 B9
Decimal 249 216 185
Binary 11111001 11011000 10111001
Octal 371 330 271

Shades and tints

Shades of #F9D8B9

#F9D8B9
(249,216,185)
#E3C5A9
(227,197,169)
#CDB299
(205,178,153)
#B79F89
(183,159,137)
#A18C79
(161,140,121)
#8B7969
(139,121,105)
#756659
(117,102,89)
#5F5349
(95,83,73)
#494039
(73,64,57)
#332D29
(51,45,41)
#1D1A19
(29,26,25)
#000000
(0,0,0)

Tints of #F9D8B9

#F9D8B9
(249,216,185)
#F9DBBF
(249,219,191)
#F9DEC5
(249,222,197)
#F9E1CB
(249,225,203)
#F9E4D1
(249,228,209)
#F9E7D7
(249,231,215)
#F9EADD
(249,234,221)
#F9EDE3
(249,237,227)
#F9F0E9
(249,240,233)
#F9F3EF
(249,243,239)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D8B9; }

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

This text font color is #F9D8B9.

Background Color

.myBgColor { background-color: #F9D8B9; }

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

This div background color is #F9D8B9.

Border color

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

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

This div border color is #F9D8B9.

Opacity

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

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

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

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

This text has shadow with #F9D8B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9D8B9.

Preview

Color preview on black background

This text has color #F9D8B9 on black background.


Color preview on white background

This text has color #F9D8B9 on white background.


Black color preview on #F9D8B9 background

This text has black color on #F9D8B9 background.


White color preview on #F9D8B9 background

This text has white color on #F9D8B9 background.


Related colors

Complementary color

Complementary color for #hex is #062746.


I love getcolorcode.com

Triadic colors

1 #B9F9D8 and #D8B9F9 with #F9D8B9 are triadic colors.

2 #B9D8F9 and #D8F9B9 with #F9D8B9 are triadic colors.