COLOR #F7CDD9

HEX: #F7CDD9 RGB: (247,205,217)

Color info

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

RGB color model

#F7CDD9 color RGB value is (247,205,217).

RGB: (247,205,217) (97%, 80%, 85%)

RGB channels and saturation

R 247 of 255 = 97%
G 205 of 255 = 80%
B 217 of 255 = 85%

247
205
217

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

Portions of RGB colors in percentages

R + G + B = 247 + 205 + 217 = 669 (100%)
R 247 of 669 ~ 36.92%
G 205 of 669 ~ 30.64%
B 217 of 669 ~ 32.44'%

%36.92
%30.64
%32.44

CMYK color model

#F7CDD9 color CMYK value is (0,17,12,3).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 12.15%
  • key color value is 3.14%

CMYK: (0,17,12,3)
C0M17Y12K3 (0%, 17%, 12%, 3%)
(0.00 / 0.17 / 0.12 / 0.03)

CMYK percentages

%0
%17
%12.15
%3.14

Codes

Color #F7CDD9 in popluar color models

F7 CD D9
RGB 247 205 217
HSL 343° 72.41% 88.63%
HSB/HSV 343° 17.00% 96.86%
CMYK 0.00% 17.00% 12.15%
3.14%

Color #F7CDD9 in popluar number systems.

HEX F7 CD D9
Decimal 247 205 217
Binary 11110111 11001101 11011001
Octal 367 315 331

Shades and tints

Shades of #F7CDD9

#F7CDD9
(247,205,217)
#E1BBC6
(225,187,198)
#CBA9B3
(203,169,179)
#B597A0
(181,151,160)
#9F858D
(159,133,141)
#89737A
(137,115,122)
#736167
(115,97,103)
#5D4F54
(93,79,84)
#473D41
(71,61,65)
#312B2E
(49,43,46)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #F7CDD9

#F7CDD9
(247,205,217)
#F7D1DC
(247,209,220)
#F7D5DF
(247,213,223)
#F7D9E2
(247,217,226)
#F7DDE5
(247,221,229)
#F7E1E8
(247,225,232)
#F7E5EB
(247,229,235)
#F7E9EE
(247,233,238)
#F7EDF1
(247,237,241)
#F7F1F4
(247,241,244)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CDD9 color. Also use rgb(247,205,217) instead hex code.

Text Font Color

.myTextColor { color: #F7CDD9; }

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

This text font color is #F7CDD9.

Background Color

.myBgColor { background-color: #F7CDD9; }

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

This div background color is #F7CDD9.

Border color

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

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

This div border color is #F7CDD9.

Opacity

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

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

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

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

This text has shadow with #F7CDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7CDD9.

Preview

Color preview on black background

This text has color #F7CDD9 on black background.


Color preview on white background

This text has color #F7CDD9 on white background.


Black color preview on #F7CDD9 background

This text has black color on #F7CDD9 background.


White color preview on #F7CDD9 background

This text has white color on #F7CDD9 background.


Related colors

Complementary color

Complementary color for #hex is #083226.


I love getcolorcode.com

Triadic colors

1 #D9F7CD and #CDD9F7 with #F7CDD9 are triadic colors.

2 #D9CDF7 and #CDF7D9 with #F7CDD9 are triadic colors.