COLOR #F9DDC5

HEX: #F9DDC5 RGB: (249,221,197)

Color info

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

RGB color model

#F9DDC5 color RGB value is (249,221,197).

RGB: (249,221,197) (98%, 87%, 77%)

RGB channels and saturation

R 249 of 255 = 98%
G 221 of 255 = 87%
B 197 of 255 = 77%

249
221
197

R + G + B ~ 87%. #F9DDC5 is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 221 + 197 = 667 (100%)
R 249 of 667 ~ 37.33%
G 221 of 667 ~ 33.13%
B 197 of 667 ~ 29.54'%

%37.33
%33.13
%29.54

CMYK color model

#F9DDC5 color CMYK value is (0,11,21,2).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 20.88%
  • key color value is 2.35%

CMYK: (0,11,21,2)
C0M11Y21K2 (0%, 11%, 21%, 2%)
(0.00 / 0.11 / 0.21 / 0.02)

CMYK percentages

%0
%11.24
%20.88
%2.35

Codes

Color #F9DDC5 in popluar color models

F9 DD C5
RGB 249 221 197
HSL 28° 81.25% 87.45%
HSB/HSV 28° 20.88% 97.65%
CMYK 0.00% 11.24% 20.88%
2.35%

Color #F9DDC5 in popluar number systems.

HEX F9 DD C5
Decimal 249 221 197
Binary 11111001 11011101 11000101
Octal 371 335 305

Shades and tints

Shades of #F9DDC5

#F9DDC5
(249,221,197)
#E3C9B4
(227,201,180)
#CDB5A3
(205,181,163)
#B7A192
(183,161,146)
#A18D81
(161,141,129)
#8B7970
(139,121,112)
#75655F
(117,101,95)
#5F514E
(95,81,78)
#493D3D
(73,61,61)
#33292C
(51,41,44)
#1D151B
(29,21,27)
#000000
(0,0,0)

Tints of #F9DDC5

#F9DDC5
(249,221,197)
#F9E0CA
(249,224,202)
#F9E3CF
(249,227,207)
#F9E6D4
(249,230,212)
#F9E9D9
(249,233,217)
#F9ECDE
(249,236,222)
#F9EFE3
(249,239,227)
#F9F2E8
(249,242,232)
#F9F5ED
(249,245,237)
#F9F8F2
(249,248,242)
#F9FBF7
(249,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DDC5 color. Also use rgb(249,221,197) instead hex code.

Text Font Color

.myTextColor { color: #F9DDC5; }

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

This text font color is #F9DDC5.

Background Color

.myBgColor { background-color: #F9DDC5; }

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

This div background color is #F9DDC5.

Border color

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

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

This div border color is #F9DDC5.

Opacity

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

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

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

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

This text has shadow with #F9DDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DDC5.

Preview

Color preview on black background

This text has color #F9DDC5 on black background.


Color preview on white background

This text has color #F9DDC5 on white background.


Black color preview on #F9DDC5 background

This text has black color on #F9DDC5 background.


White color preview on #F9DDC5 background

This text has white color on #F9DDC5 background.


Related colors

Complementary color

Complementary color for #hex is #06223A.


I love getcolorcode.com

Triadic colors

1 #C5F9DD and #DDC5F9 with #F9DDC5 are triadic colors.

2 #C5DDF9 and #DDF9C5 with #F9DDC5 are triadic colors.