COLOR #F7D5CC

HEX: #F7D5CC RGB: (247,213,204)

Color info

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

RGB color model

#F7D5CC color RGB value is (247,213,204).

RGB: (247,213,204) (97%, 84%, 80%)

RGB channels and saturation

R 247 of 255 = 97%
G 213 of 255 = 84%
B 204 of 255 = 80%

247
213
204

R + G + B ~ 87%. #F7D5CC is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 213 + 204 = 664 (100%)
R 247 of 664 ~ 37.2%
G 213 of 664 ~ 32.08%
B 204 of 664 ~ 30.72'%

%37.2
%32.08
%30.72

CMYK color model

#F7D5CC color CMYK value is (0,14,17,3).

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

CMYK: (0,14,17,3)
C0M14Y17K3 (0%, 14%, 17%, 3%)
(0.00 / 0.14 / 0.17 / 0.03)

CMYK percentages

%0
%13.77
%17.41
%3.14

Codes

Color #F7D5CC in popluar color models

F7 D5 CC
RGB 247 213 204
HSL 13° 72.88% 88.43%
HSB/HSV 13° 17.41% 96.86%
CMYK 0.00% 13.77% 17.41%
3.14%

Color #F7D5CC in popluar number systems.

HEX F7 D5 CC
Decimal 247 213 204
Binary 11110111 11010101 11001100
Octal 367 325 314

Shades and tints

Shades of #F7D5CC

#F7D5CC
(247,213,204)
#E1C2BA
(225,194,186)
#CBAFA8
(203,175,168)
#B59C96
(181,156,150)
#9F8984
(159,137,132)
#897672
(137,118,114)
#736360
(115,99,96)
#5D504E
(93,80,78)
#473D3C
(71,61,60)
#312A2A
(49,42,42)
#1B1718
(27,23,24)
#000000
(0,0,0)

Tints of #F7D5CC

#F7D5CC
(247,213,204)
#F7D8D0
(247,216,208)
#F7DBD4
(247,219,212)
#F7DED8
(247,222,216)
#F7E1DC
(247,225,220)
#F7E4E0
(247,228,224)
#F7E7E4
(247,231,228)
#F7EAE8
(247,234,232)
#F7EDEC
(247,237,236)
#F7F0F0
(247,240,240)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D5CC; }

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

This text font color is #F7D5CC.

Background Color

.myBgColor { background-color: #F7D5CC; }

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

This div background color is #F7D5CC.

Border color

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

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

This div border color is #F7D5CC.

Opacity

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

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

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

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

This text has shadow with #F7D5CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7D5CC.

Preview

Color preview on black background

This text has color #F7D5CC on black background.


Color preview on white background

This text has color #F7D5CC on white background.


Black color preview on #F7D5CC background

This text has black color on #F7D5CC background.


White color preview on #F7D5CC background

This text has white color on #F7D5CC background.


Related colors

Complementary color

Complementary color for #hex is #082A33.


I love getcolorcode.com

Triadic colors

1 #CCF7D5 and #D5CCF7 with #F7D5CC are triadic colors.

2 #CCD5F7 and #D5F7CC with #F7D5CC are triadic colors.