COLOR #F9DCCD

HEX: #F9DCCD RGB: (249,220,205)

Color info

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

RGB color model

#F9DCCD color RGB value is (249,220,205).

RGB: (249,220,205) (98%, 86%, 80%)

RGB channels and saturation

R 249 of 255 = 98%
G 220 of 255 = 86%
B 205 of 255 = 80%

249
220
205

R + G + B ~ 88%. #F9DCCD is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 220 + 205 = 674 (100%)
R 249 of 674 ~ 36.94%
G 220 of 674 ~ 32.64%
B 205 of 674 ~ 30.42'%

%36.94
%32.64
%30.42

CMYK color model

#F9DCCD color CMYK value is (0,12,18,2).

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

CMYK: (0,12,18,2)
C0M12Y18K2 (0%, 12%, 18%, 2%)
(0.00 / 0.12 / 0.18 / 0.02)

CMYK percentages

%0
%11.65
%17.67
%2.35

Codes

Color #F9DCCD in popluar color models

F9 DC CD
RGB 249 220 205
HSL 20° 78.57% 89.02%
HSB/HSV 20° 17.67% 97.65%
CMYK 0.00% 11.65% 17.67%
2.35%

Color #F9DCCD in popluar number systems.

HEX F9 DC CD
Decimal 249 220 205
Binary 11111001 11011100 11001101
Octal 371 334 315

Shades and tints

Shades of #F9DCCD

#F9DCCD
(249,220,205)
#E3C8BB
(227,200,187)
#CDB4A9
(205,180,169)
#B7A097
(183,160,151)
#A18C85
(161,140,133)
#8B7873
(139,120,115)
#756461
(117,100,97)
#5F504F
(95,80,79)
#493C3D
(73,60,61)
#33282B
(51,40,43)
#1D1419
(29,20,25)
#000000
(0,0,0)

Tints of #F9DCCD

#F9DCCD
(249,220,205)
#F9DFD1
(249,223,209)
#F9E2D5
(249,226,213)
#F9E5D9
(249,229,217)
#F9E8DD
(249,232,221)
#F9EBE1
(249,235,225)
#F9EEE5
(249,238,229)
#F9F1E9
(249,241,233)
#F9F4ED
(249,244,237)
#F9F7F1
(249,247,241)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DCCD; }

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

This text font color is #F9DCCD.

Background Color

.myBgColor { background-color: #F9DCCD; }

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

This div background color is #F9DCCD.

Border color

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

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

This div border color is #F9DCCD.

Opacity

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

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

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

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

This text has shadow with #F9DCCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DCCD.

Preview

Color preview on black background

This text has color #F9DCCD on black background.


Color preview on white background

This text has color #F9DCCD on white background.


Black color preview on #F9DCCD background

This text has black color on #F9DCCD background.


White color preview on #F9DCCD background

This text has white color on #F9DCCD background.


Related colors

Complementary color

Complementary color for #hex is #062332.


I love getcolorcode.com

Triadic colors

1 #CDF9DC and #DCCDF9 with #F9DCCD are triadic colors.

2 #CDDCF9 and #DCF9CD with #F9DCCD are triadic colors.