COLOR #F7DDD9

HEX: #F7DDD9 RGB: (247,221,217)

Color info

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

RGB color model

#F7DDD9 color RGB value is (247,221,217).

RGB: (247,221,217) (97%, 87%, 85%)

RGB channels and saturation

R 247 of 255 = 97%
G 221 of 255 = 87%
B 217 of 255 = 85%

247
221
217

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

Portions of RGB colors in percentages

R + G + B = 247 + 221 + 217 = 685 (100%)
R 247 of 685 ~ 36.06%
G 221 of 685 ~ 32.26%
B 217 of 685 ~ 31.68'%

%36.06
%32.26
%31.68

CMYK color model

#F7DDD9 color CMYK value is (0,11,12,3).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 12.15%
  • key color value is 3.14%
CMYK: (0,11,12,3) C0M11Y12K3 (0%,11%,12%,3%) (0.00/0.11/0.12/0.03) 

CMYK percentages

%0
%10.53
%12.15
%3.14

Codes

Color #F7DDD9 in popluar color models

F7 DD D9
RGB 247 221 217
HSL 65.22% 90.98%
HSB/HSV 12.15% 96.86%
CMYK 0.00% 10.53% 12.15%
3.14%

Color #F7DDD9 in popluar number systems.

HEX F7 DD D9
Decimal 247 221 217
Binary 11110111 11011101 11011001
Octal 367 335 331

Shades and tints

Shades of #F7DDD9

#F7DDD9
(247,221,217)
#E1C9C6
(225,201,198)
#CBB5B3
(203,181,179)
#B5A1A0
(181,161,160)
#9F8D8D
(159,141,141)
#89797A
(137,121,122)
#736567
(115,101,103)
#5D5154
(93,81,84)
#473D41
(71,61,65)
#31292E
(49,41,46)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #F7DDD9

#F7DDD9
(247,221,217)
#F7E0DC
(247,224,220)
#F7E3DF
(247,227,223)
#F7E6E2
(247,230,226)
#F7E9E5
(247,233,229)
#F7ECE8
(247,236,232)
#F7EFEB
(247,239,235)
#F7F2EE
(247,242,238)
#F7F5F1
(247,245,241)
#F7F8F4
(247,248,244)
#F7FBF7
(247,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DDD9; }

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

This text font color is #F7DDD9.

Background Color

.myBgColor { background-color: #F7DDD9; }

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

This div background color is #F7DDD9.

Border color

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

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

This div border color is #F7DDD9.

Opacity

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

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

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

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

This text has shadow with #F7DDD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DDD9.

Preview

Color preview on black background

This text has color #F7DDD9 on black background.


Color preview on white background

This text has color #F7DDD9 on white background.


Black color preview on #F7DDD9 background

This text has black color on #F7DDD9 background.


White color preview on #F7DDD9 background

This text has white color on #F7DDD9 background.


Related colors

Complementary color

Complementary color for #hex is #082226.


I love getcolorcode.com

Triadic colors

1 #D9F7DD and #DDD9F7 with #F7DDD9 are triadic colors.

2 #D9DDF7 and #DDF7D9 with #F7DDD9 are triadic colors.