COLOR #F9CDB9

HEX: #F9CDB9 RGB: (249,205,185)

Color info

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

RGB color model

#F9CDB9 color RGB value is (249,205,185).

RGB: (249,205,185) (98%, 80%, 73%)

RGB channels and saturation

R 249 of 255 = 98%
G 205 of 255 = 80%
B 185 of 255 = 73%

249
205
185

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

Portions of RGB colors in percentages

R + G + B = 249 + 205 + 185 = 639 (100%)
R 249 of 639 ~ 38.97%
G 205 of 639 ~ 32.08%
B 185 of 639 ~ 28.95'%

%38.97
%32.08
%28.95

CMYK color model

#F9CDB9 color CMYK value is (0,18,26,2).

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

CMYK: (0,18,26,2)
C0M18Y26K2 (0%, 18%, 26%, 2%)
(0.00 / 0.18 / 0.26 / 0.02)

CMYK percentages

%0
%17.67
%25.7
%2.35

Codes

Color #F9CDB9 in popluar color models

F9 CD B9
RGB 249 205 185
HSL 19° 84.21% 85.10%
HSB/HSV 19° 25.70% 97.65%
CMYK 0.00% 17.67% 25.70%
2.35%

Color #F9CDB9 in popluar number systems.

HEX F9 CD B9
Decimal 249 205 185
Binary 11111001 11001101 10111001
Octal 371 315 271

Shades and tints

Shades of #F9CDB9

#F9CDB9
(249,205,185)
#E3BBA9
(227,187,169)
#CDA999
(205,169,153)
#B79789
(183,151,137)
#A18579
(161,133,121)
#8B7369
(139,115,105)
#756159
(117,97,89)
#5F4F49
(95,79,73)
#493D39
(73,61,57)
#332B29
(51,43,41)
#1D1919
(29,25,25)
#000000
(0,0,0)

Tints of #F9CDB9

#F9CDB9
(249,205,185)
#F9D1BF
(249,209,191)
#F9D5C5
(249,213,197)
#F9D9CB
(249,217,203)
#F9DDD1
(249,221,209)
#F9E1D7
(249,225,215)
#F9E5DD
(249,229,221)
#F9E9E3
(249,233,227)
#F9EDE9
(249,237,233)
#F9F1EF
(249,241,239)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CDB9; }

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

This text font color is #F9CDB9.

Background Color

.myBgColor { background-color: #F9CDB9; }

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

This div background color is #F9CDB9.

Border color

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

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

This div border color is #F9CDB9.

Opacity

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

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

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

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

This text has shadow with #F9CDB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CDB9.

Preview

Color preview on black background

This text has color #F9CDB9 on black background.


Color preview on white background

This text has color #F9CDB9 on white background.


Black color preview on #F9CDB9 background

This text has black color on #F9CDB9 background.


White color preview on #F9CDB9 background

This text has white color on #F9CDB9 background.


Related colors

Complementary color

Complementary color for #hex is #063246.


I love getcolorcode.com

Triadic colors

1 #B9F9CD and #CDB9F9 with #F9CDB9 are triadic colors.

2 #B9CDF9 and #CDF9B9 with #F9CDB9 are triadic colors.