COLOR #F9DDD6

HEX: #F9DDD6 RGB: (249,221,214)

Color info

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

RGB color model

#F9DDD6 color RGB value is (249,221,214).

RGB: (249,221,214) (98%, 87%, 84%)

RGB channels and saturation

R 249 of 255 = 98%
G 221 of 255 = 87%
B 214 of 255 = 84%

249
221
214

R + G + B ~ 90%. #F9DDD6 is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 221 + 214 = 684 (100%)
R 249 of 684 ~ 36.4%
G 221 of 684 ~ 32.31%
B 214 of 684 ~ 31.29'%

%36.4
%32.31
%31.29

CMYK color model

#F9DDD6 color CMYK value is (0,11,14,2).

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

CMYK: (0,11,14,2)
C0M11Y14K2 (0%, 11%, 14%, 2%)
(0.00 / 0.11 / 0.14 / 0.02)

CMYK percentages

%0
%11.24
%14.06
%2.35

Codes

Color #F9DDD6 in popluar color models

F9 DD D6
RGB 249 221 214
HSL 12° 74.47% 90.78%
HSB/HSV 12° 14.06% 97.65%
CMYK 0.00% 11.24% 14.06%
2.35%

Color #F9DDD6 in popluar number systems.

HEX F9 DD D6
Decimal 249 221 214
Binary 11111001 11011101 11010110
Octal 371 335 326

Shades and tints

Shades of #F9DDD6

#F9DDD6
(249,221,214)
#E3C9C3
(227,201,195)
#CDB5B0
(205,181,176)
#B7A19D
(183,161,157)
#A18D8A
(161,141,138)
#8B7977
(139,121,119)
#756564
(117,101,100)
#5F5151
(95,81,81)
#493D3E
(73,61,62)
#33292B
(51,41,43)
#1D1518
(29,21,24)
#000000
(0,0,0)

Tints of #F9DDD6

#F9DDD6
(249,221,214)
#F9E0D9
(249,224,217)
#F9E3DC
(249,227,220)
#F9E6DF
(249,230,223)
#F9E9E2
(249,233,226)
#F9ECE5
(249,236,229)
#F9EFE8
(249,239,232)
#F9F2EB
(249,242,235)
#F9F5EE
(249,245,238)
#F9F8F1
(249,248,241)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DDD6; }

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

This text font color is #F9DDD6.

Background Color

.myBgColor { background-color: #F9DDD6; }

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

This div background color is #F9DDD6.

Border color

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

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

This div border color is #F9DDD6.

Opacity

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

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

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

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

This text has shadow with #F9DDD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DDD6.

Preview

Color preview on black background

This text has color #F9DDD6 on black background.


Color preview on white background

This text has color #F9DDD6 on white background.


Black color preview on #F9DDD6 background

This text has black color on #F9DDD6 background.


White color preview on #F9DDD6 background

This text has white color on #F9DDD6 background.


Related colors

Complementary color

Complementary color for #hex is #062229.


I love getcolorcode.com

Triadic colors

1 #D6F9DD and #DDD6F9 with #F9DDD6 are triadic colors.

2 #D6DDF9 and #DDF9D6 with #F9DDD6 are triadic colors.