COLOR #F7D1D6

HEX: #F7D1D6 RGB: (247,209,214)

Color info

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

RGB color model

#F7D1D6 color RGB value is (247,209,214).

RGB: (247,209,214) (97%, 82%, 84%)

RGB channels and saturation

R 247 of 255 = 97%
G 209 of 255 = 82%
B 214 of 255 = 84%

247
209
214

R + G + B ~ 88%. #F7D1D6 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 209 + 214 = 670 (100%)
R 247 of 670 ~ 36.87%
G 209 of 670 ~ 31.19%
B 214 of 670 ~ 31.94'%

%36.87
%31.19
%31.94

CMYK color model

#F7D1D6 color CMYK value is (0,15,13,3).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 13.36%
  • key color value is 3.14%
CMYK: (0,15,13,3) C0M15Y13K3 (0%,15%,13%,3%) (0.00/0.15/0.13/0.03) 

CMYK percentages

%0
%15.38
%13.36
%3.14

Codes

Color #F7D1D6 in popluar color models

F7 D1 D6
RGB 247 209 214
HSL 352° 70.37% 89.41%
HSB/HSV 352° 15.38% 96.86%
CMYK 0.00% 15.38% 13.36%
3.14%

Color #F7D1D6 in popluar number systems.

HEX F7 D1 D6
Decimal 247 209 214
Binary 11110111 11010001 11010110
Octal 367 321 326

Shades and tints

Shades of #F7D1D6

#F7D1D6
(247,209,214)
#E1BEC3
(225,190,195)
#CBABB0
(203,171,176)
#B5989D
(181,152,157)
#9F858A
(159,133,138)
#897277
(137,114,119)
#735F64
(115,95,100)
#5D4C51
(93,76,81)
#47393E
(71,57,62)
#31262B
(49,38,43)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #F7D1D6

#F7D1D6
(247,209,214)
#F7D5D9
(247,213,217)
#F7D9DC
(247,217,220)
#F7DDDF
(247,221,223)
#F7E1E2
(247,225,226)
#F7E5E5
(247,229,229)
#F7E9E8
(247,233,232)
#F7EDEB
(247,237,235)
#F7F1EE
(247,241,238)
#F7F5F1
(247,245,241)
#F7F9F4
(247,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D1D6 color. Also use rgb(247,209,214) instead hex code.

Text Font Color

.myTextColor { color: #F7D1D6; }

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

This text font color is #F7D1D6.

Background Color

.myBgColor { background-color: #F7D1D6; }

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

This div background color is #F7D1D6.

Border color

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

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

This div border color is #F7D1D6.

Opacity

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

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

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

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

This text has shadow with #F7D1D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7D1D6.

Preview

Color preview on black background

This text has color #F7D1D6 on black background.


Color preview on white background

This text has color #F7D1D6 on white background.


Black color preview on #F7D1D6 background

This text has black color on #F7D1D6 background.


White color preview on #F7D1D6 background

This text has white color on #F7D1D6 background.


Related colors

Complementary color

Complementary color for #hex is #082E29.


I love getcolorcode.com

Triadic colors

1 #D6F7D1 and #D1D6F7 with #F7D1D6 are triadic colors.

2 #D6D1F7 and #D1F7D6 with #F7D1D6 are triadic colors.