COLOR #F7DDD0

HEX: #F7DDD0 RGB: (247,221,208)

Color info

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

RGB color model

#F7DDD0 color RGB value is (247,221,208).

RGB: (247,221,208) (97%, 87%, 82%)

RGB channels and saturation

R 247 of 255 = 97%
G 221 of 255 = 87%
B 208 of 255 = 82%

247
221
208

R + G + B ~ 89%. #F7DDD0 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 221 + 208 = 676 (100%)
R 247 of 676 ~ 36.54%
G 221 of 676 ~ 32.69%
B 208 of 676 ~ 30.77'%

%36.54
%32.69
%30.77

CMYK color model

#F7DDD0 color CMYK value is (0,11,16,3).

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

CMYK: (0,11,16,3)
C0M11Y16K3 (0%, 11%, 16%, 3%)
(0.00 / 0.11 / 0.16 / 0.03)

CMYK percentages

%0
%10.53
%15.79
%3.14

Codes

Color #F7DDD0 in popluar color models

F7 DD D0
RGB 247 221 208
HSL 20° 70.91% 89.22%
HSB/HSV 20° 15.79% 96.86%
CMYK 0.00% 10.53% 15.79%
3.14%

Color #F7DDD0 in popluar number systems.

HEX F7 DD D0
Decimal 247 221 208
Binary 11110111 11011101 11010000
Octal 367 335 320

Shades and tints

Shades of #F7DDD0

#F7DDD0
(247,221,208)
#E1C9BE
(225,201,190)
#CBB5AC
(203,181,172)
#B5A19A
(181,161,154)
#9F8D88
(159,141,136)
#897976
(137,121,118)
#736564
(115,101,100)
#5D5152
(93,81,82)
#473D40
(71,61,64)
#31292E
(49,41,46)
#1B151C
(27,21,28)
#000000
(0,0,0)

Tints of #F7DDD0

#F7DDD0
(247,221,208)
#F7E0D4
(247,224,212)
#F7E3D8
(247,227,216)
#F7E6DC
(247,230,220)
#F7E9E0
(247,233,224)
#F7ECE4
(247,236,228)
#F7EFE8
(247,239,232)
#F7F2EC
(247,242,236)
#F7F5F0
(247,245,240)
#F7F8F4
(247,248,244)
#F7FBF8
(247,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DDD0; }

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

This text font color is #F7DDD0.

Background Color

.myBgColor { background-color: #F7DDD0; }

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

This div background color is #F7DDD0.

Border color

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

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

This div border color is #F7DDD0.

Opacity

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

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

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

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

This text has shadow with #F7DDD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DDD0.

Preview

Color preview on black background

This text has color #F7DDD0 on black background.


Color preview on white background

This text has color #F7DDD0 on white background.


Black color preview on #F7DDD0 background

This text has black color on #F7DDD0 background.


White color preview on #F7DDD0 background

This text has white color on #F7DDD0 background.


Related colors

Complementary color

Complementary color for #hex is #08222F.


I love getcolorcode.com

Triadic colors

1 #D0F7DD and #DDD0F7 with #F7DDD0 are triadic colors.

2 #D0DDF7 and #DDF7D0 with #F7DDD0 are triadic colors.