COLOR #F7D2CC

HEX: #F7D2CC
RGB: (247,210,204)

Color info

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

RGB color model

#F7D2CC color RGB value is (247,210,204).

  • red value is 247;
  • green value is 210;
  • blue value is 204.
RGB:
(247,210,204)
(97%,82%,80%)

RGB channels and saturation

R 247 of 255 = 97%
G 210 of 255 = 82%
B 204 of 255 = 80%

247
210
204

R + G + B ~ 86%. #F7D2CC is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 210 + 204 = 661 (100%)
R 247 of 661 ~ 37.37%
G 210 of 661 ~ 31.77%
B 204 of 661 ~ 30.86%

%37.37
%31.77
%30.86

CMYK color model

#F7D2CC color CMYK value is (0,15,17,3).

  • cyan value is 0.00%
  • magenta value is 14.98%
  • yellow value is 17.41%
  • key color value is 3.14%
CMYK:
(0,15,17,3)
C0M15Y17K3 
(0%,15%,17%,3%)
(0.00/0.15/0.17/0.03)	

CMYK percentages

%0
%14.98
%17.41
%3.14

Codes

Color #F7D2CC in popluar color models

F7D2CC
RGB247210204
HSL72.88%88.43%
HSB/HSV17.41%96.86%
CMYK0.00%14.98%17.41%
3.14%

Color #F7D2CC in popluar number systems.

HEXF7D2CC
Decimal247210204
Binary111101111101001011001100
Octal367322314

Shades and tints

Shades of #F7D2CC

#F7D2CC
(247,210,204)
#E1BFBA
(225,191,186)
#CBACA8
(203,172,168)
#B59996
(181,153,150)
#9F8684
(159,134,132)
#897372
(137,115,114)
#736060
(115,96,96)
#5D4D4E
(93,77,78)
#473A3C
(71,58,60)
#31272A
(49,39,42)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #F7D2CC

#F7D2CC
(247,210,204)
#F7D6D0
(247,214,208)
#F7DAD4
(247,218,212)
#F7DED8
(247,222,216)
#F7E2DC
(247,226,220)
#F7E6E0
(247,230,224)
#F7EAE4
(247,234,228)
#F7EEE8
(247,238,232)
#F7F2EC
(247,242,236)
#F7F6F0
(247,246,240)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D2CC; }

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

This text font color is #F7D2CC.


Background Color

.myBgColor { background-color: #F7D2CC; }

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

This div background color is #F7D2CC.


Border color

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

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

This div border color is #F7D2CC.


Opacity

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

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

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

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

This text has shadow with #F7D2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D2CC on black background.


Color preview on white background

This text has color #F7D2CC on white background.



Black color preview on #F7D2CC background

This text has black color on #F7D2CC background.


White color preview on #F7D2CC background

This text has white color on #F7D2CC background.