COLOR #F7C9DD

HEX: #F7C9DD RGB: (247,201,221)

Color info

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

RGB color model

#F7C9DD color RGB value is (247,201,221).

RGB: (247,201,221) (97%, 79%, 87%)

RGB channels and saturation

R 247 of 255 = 97%
G 201 of 255 = 79%
B 221 of 255 = 87%

247
201
221

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

Portions of RGB colors in percentages

R + G + B = 247 + 201 + 221 = 669 (100%)
R 247 of 669 ~ 36.92%
G 201 of 669 ~ 30.04%
B 221 of 669 ~ 33.03'%

%36.92
%30.04
%33.03

CMYK color model

#F7C9DD color CMYK value is (0,19,11,3).

  • cyan value is 0.00%
  • magenta value is 18.62%
  • yellow value is 10.53%
  • key color value is 3.14%

CMYK: (0,19,11,3)
C0M19Y11K3 (0%, 19%, 11%, 3%)
(0.00 / 0.19 / 0.11 / 0.03)

CMYK percentages

%0
%18.62
%10.53
%3.14

Codes

Color #F7C9DD in popluar color models

F7 C9 DD
RGB 247 201 221
HSL 334° 74.19% 87.84%
HSB/HSV 334° 18.62% 96.86%
CMYK 0.00% 18.62% 10.53%
3.14%

Color #F7C9DD in popluar number systems.

HEX F7 C9 DD
Decimal 247 201 221
Binary 11110111 11001001 11011101
Octal 367 311 335

Shades and tints

Shades of #F7C9DD

#F7C9DD
(247,201,221)
#E1B7C9
(225,183,201)
#CBA5B5
(203,165,181)
#B593A1
(181,147,161)
#9F818D
(159,129,141)
#896F79
(137,111,121)
#735D65
(115,93,101)
#5D4B51
(93,75,81)
#47393D
(71,57,61)
#312729
(49,39,41)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #F7C9DD

#F7C9DD
(247,201,221)
#F7CDE0
(247,205,224)
#F7D1E3
(247,209,227)
#F7D5E6
(247,213,230)
#F7D9E9
(247,217,233)
#F7DDEC
(247,221,236)
#F7E1EF
(247,225,239)
#F7E5F2
(247,229,242)
#F7E9F5
(247,233,245)
#F7EDF8
(247,237,248)
#F7F1FB
(247,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C9DD color. Also use rgb(247,201,221) instead hex code.

Text Font Color

.myTextColor { color: #F7C9DD; }

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

This text font color is #F7C9DD.

Background Color

.myBgColor { background-color: #F7C9DD; }

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

This div background color is #F7C9DD.

Border color

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

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

This div border color is #F7C9DD.

Opacity

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

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

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

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

This text has shadow with #F7C9DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7C9DD.

Preview

Color preview on black background

This text has color #F7C9DD on black background.


Color preview on white background

This text has color #F7C9DD on white background.


Black color preview on #F7C9DD background

This text has black color on #F7C9DD background.


White color preview on #F7C9DD background

This text has white color on #F7C9DD background.


Related colors

Complementary color

Complementary color for #hex is #083622.


I love getcolorcode.com

Triadic colors

1 #DDF7C9 and #C9DDF7 with #F7C9DD are triadic colors.

2 #DDC9F7 and #C9F7DD with #F7C9DD are triadic colors.