COLOR #F7DDEC

HEX: #F7DDEC RGB: (247,221,236)

Color info

#F7DDEC contains red, green and blue colors in about the same proportion. Web safe color of #F7DDEC is #FFCCFF (or #FCF).

RGB color model

#F7DDEC color RGB value is (247,221,236).

RGB: (247,221,236) (97%, 87%, 93%)

RGB channels and saturation

R 247 of 255 = 97%
G 221 of 255 = 87%
B 236 of 255 = 93%

247
221
236

R + G + B ~ 92%. #F7DDEC is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 221 + 236 = 704 (100%)
R 247 of 704 ~ 35.09%
G 221 of 704 ~ 31.39%
B 236 of 704 ~ 33.52'%

%35.09
%31.39
%33.52

CMYK color model

#F7DDEC color CMYK value is (0,11,4,3).

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

CMYK: (0,11,4,3)
C0M11Y4K3 (0%, 11%, 4%, 3%)
(0.00 / 0.11 / 0.04 / 0.03)

CMYK percentages

%0
%10.53
%4.45
%3.14

Codes

Color #F7DDEC in popluar color models

F7 DD EC
RGB 247 221 236
HSL 325° 61.90% 91.76%
HSB/HSV 325° 10.53% 96.86%
CMYK 0.00% 10.53% 4.45%
3.14%

Color #F7DDEC in popluar number systems.

HEX F7 DD EC
Decimal 247 221 236
Binary 11110111 11011101 11101100
Octal 367 335 354

Shades and tints

Shades of #F7DDEC

#F7DDEC
(247,221,236)
#E1C9D7
(225,201,215)
#CBB5C2
(203,181,194)
#B5A1AD
(181,161,173)
#9F8D98
(159,141,152)
#897983
(137,121,131)
#73656E
(115,101,110)
#5D5159
(93,81,89)
#473D44
(71,61,68)
#31292F
(49,41,47)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #F7DDEC

#F7DDEC
(247,221,236)
#F7E0ED
(247,224,237)
#F7E3EE
(247,227,238)
#F7E6EF
(247,230,239)
#F7E9F0
(247,233,240)
#F7ECF1
(247,236,241)
#F7EFF2
(247,239,242)
#F7F2F3
(247,242,243)
#F7F5F4
(247,245,244)
#F7F8F5
(247,248,245)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DDEC; }

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

This text font color is #F7DDEC.

Background Color

.myBgColor { background-color: #F7DDEC; }

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

This div background color is #F7DDEC.

Border color

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

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

This div border color is #F7DDEC.

Opacity

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

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

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

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

This text has shadow with #F7DDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DDEC.

Preview

Color preview on black background

This text has color #F7DDEC on black background.


Color preview on white background

This text has color #F7DDEC on white background.


Black color preview on #F7DDEC background

This text has black color on #F7DDEC background.


White color preview on #F7DDEC background

This text has white color on #F7DDEC background.


Related colors

Complementary color

Complementary color for #hex is #082213.


I love getcolorcode.com

Triadic colors

1 #ECF7DD and #DDECF7 with #F7DDEC are triadic colors.

2 #ECDDF7 and #DDF7EC with #F7DDEC are triadic colors.