COLOR #F7D5DF

HEX: #F7D5DF RGB: (247,213,223)

Color info

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

RGB color model

#F7D5DF color RGB value is (247,213,223).

RGB: (247,213,223) (97%, 84%, 87%)

RGB channels and saturation

R 247 of 255 = 97%
G 213 of 255 = 84%
B 223 of 255 = 87%

247
213
223

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

Portions of RGB colors in percentages

R + G + B = 247 + 213 + 223 = 683 (100%)
R 247 of 683 ~ 36.16%
G 213 of 683 ~ 31.19%
B 223 of 683 ~ 32.65'%

%36.16
%31.19
%32.65

CMYK color model

#F7D5DF color CMYK value is (0,14,10,3).

  • cyan value is 0.00%
  • magenta value is 13.77%
  • yellow value is 9.72%
  • key color value is 3.14%

CMYK: (0,14,10,3)
C0M14Y10K3 (0%, 14%, 10%, 3%)
(0.00 / 0.14 / 0.10 / 0.03)

CMYK percentages

%0
%13.77
%9.72
%3.14

Codes

Color #F7D5DF in popluar color models

F7 D5 DF
RGB 247 213 223
HSL 342° 68.00% 90.20%
HSB/HSV 342° 13.77% 96.86%
CMYK 0.00% 13.77% 9.72%
3.14%

Color #F7D5DF in popluar number systems.

HEX F7 D5 DF
Decimal 247 213 223
Binary 11110111 11010101 11011111
Octal 367 325 337

Shades and tints

Shades of #F7D5DF

#F7D5DF
(247,213,223)
#E1C2CB
(225,194,203)
#CBAFB7
(203,175,183)
#B59CA3
(181,156,163)
#9F898F
(159,137,143)
#89767B
(137,118,123)
#736367
(115,99,103)
#5D5053
(93,80,83)
#473D3F
(71,61,63)
#312A2B
(49,42,43)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #F7D5DF

#F7D5DF
(247,213,223)
#F7D8E1
(247,216,225)
#F7DBE3
(247,219,227)
#F7DEE5
(247,222,229)
#F7E1E7
(247,225,231)
#F7E4E9
(247,228,233)
#F7E7EB
(247,231,235)
#F7EAED
(247,234,237)
#F7EDEF
(247,237,239)
#F7F0F1
(247,240,241)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D5DF color. Also use rgb(247,213,223) instead hex code.

Text Font Color

.myTextColor { color: #F7D5DF; }

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

This text font color is #F7D5DF.

Background Color

.myBgColor { background-color: #F7D5DF; }

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

This div background color is #F7D5DF.

Border color

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

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

This div border color is #F7D5DF.

Opacity

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

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

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

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

This text has shadow with #F7D5DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7D5DF.

Preview

Color preview on black background

This text has color #F7D5DF on black background.


Color preview on white background

This text has color #F7D5DF on white background.


Black color preview on #F7D5DF background

This text has black color on #F7D5DF background.


White color preview on #F7D5DF background

This text has white color on #F7D5DF background.


Related colors

Complementary color

Complementary color for #hex is #082A20.


I love getcolorcode.com

Triadic colors

1 #DFF7D5 and #D5DFF7 with #F7D5DF are triadic colors.

2 #DFD5F7 and #D5F7DF with #F7D5DF are triadic colors.