COLOR #F7DCDD

HEX: #F7DCDD RGB: (247,220,221)

Color info

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

RGB color model

#F7DCDD color RGB value is (247,220,221).

RGB: (247,220,221) (97%, 86%, 87%)

RGB channels and saturation

R 247 of 255 = 97%
G 220 of 255 = 86%
B 221 of 255 = 87%

247
220
221

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

Portions of RGB colors in percentages

R + G + B = 247 + 220 + 221 = 688 (100%)
R 247 of 688 ~ 35.9%
G 220 of 688 ~ 31.98%
B 221 of 688 ~ 32.12'%

%35.9
%31.98
%32.12

CMYK color model

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

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

CMYK: (0,11,11,3)
C0M11Y11K3 (0%, 11%, 11%, 3%)
(0.00 / 0.11 / 0.11 / 0.03)

CMYK percentages

%0
%10.93
%10.53
%3.14

Codes

Color #F7DCDD in popluar color models

F7 DC DD
RGB 247 220 221
HSL 358° 62.79% 91.57%
HSB/HSV 358° 10.93% 96.86%
CMYK 0.00% 10.93% 10.53%
3.14%

Color #F7DCDD in popluar number systems.

HEX F7 DC DD
Decimal 247 220 221
Binary 11110111 11011100 11011101
Octal 367 334 335

Shades and tints

Shades of #F7DCDD

#F7DCDD
(247,220,221)
#E1C8C9
(225,200,201)
#CBB4B5
(203,180,181)
#B5A0A1
(181,160,161)
#9F8C8D
(159,140,141)
#897879
(137,120,121)
#736465
(115,100,101)
#5D5051
(93,80,81)
#473C3D
(71,60,61)
#312829
(49,40,41)
#1B1415
(27,20,21)
#000000
(0,0,0)

Tints of #F7DCDD

#F7DCDD
(247,220,221)
#F7DFE0
(247,223,224)
#F7E2E3
(247,226,227)
#F7E5E6
(247,229,230)
#F7E8E9
(247,232,233)
#F7EBEC
(247,235,236)
#F7EEEF
(247,238,239)
#F7F1F2
(247,241,242)
#F7F4F5
(247,244,245)
#F7F7F8
(247,247,248)
#F7FAFB
(247,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DCDD; }

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

This text font color is #F7DCDD.

Background Color

.myBgColor { background-color: #F7DCDD; }

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

This div background color is #F7DCDD.

Border color

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

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

This div border color is #F7DCDD.

Opacity

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

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

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

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

This text has shadow with #F7DCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7DCDD.

Preview

Color preview on black background

This text has color #F7DCDD on black background.


Color preview on white background

This text has color #F7DCDD on white background.


Black color preview on #F7DCDD background

This text has black color on #F7DCDD background.


White color preview on #F7DCDD background

This text has white color on #F7DCDD background.


Related colors

Complementary color

Complementary color for #hex is #082322.


I love getcolorcode.com

Triadic colors

1 #DDF7DC and #DCDDF7 with #F7DCDD are triadic colors.

2 #DDDCF7 and #DCF7DD with #F7DCDD are triadic colors.