COLOR #F7DCDA

HEX: #F7DCDA
RGB: (247,220,218)

Color info

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

RGB color model

#F7DCDA color RGB value is (247,220,218).

  • red value is 247;
  • green value is 220;
  • blue value is 218.
RGB:
(247,220,218)
(97%,86%,85%)

RGB channels and saturation

R 247 of 255 = 97%
G 220 of 255 = 86%
B 218 of 255 = 85%

247
220
218

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

Portions of RGB colors in percentages

R + G + B =
247 + 220 + 218 = 685 (100%)
R 247 of 685 ~ 36.06%
G 220 of 685 ~ 32.12%
B 218 of 685 ~ 31.82%

%36.06
%32.12
%31.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 11.74%
  • key color value is 3.14%
CMYK:
(0,11,12,3)
C0M11Y12K3 
(0%,11%,12%,3%)
(0.00/0.11/0.12/0.03)	

CMYK percentages

%0
%10.93
%11.74
%3.14

Codes

Color #F7DCDA in popluar color models

F7DCDA
RGB247220218
HSL64.44%91.18%
HSB/HSV11.74%96.86%
CMYK0.00%10.93%11.74%
3.14%

Color #F7DCDA in popluar number systems.

HEXF7DCDA
Decimal247220218
Binary111101111101110011011010
Octal367334332

Shades and tints

Shades of #F7DCDA

#F7DCDA
(247,220,218)
#E1C8C7
(225,200,199)
#CBB4B4
(203,180,180)
#B5A0A1
(181,160,161)
#9F8C8E
(159,140,142)
#89787B
(137,120,123)
#736468
(115,100,104)
#5D5055
(93,80,85)
#473C42
(71,60,66)
#31282F
(49,40,47)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #F7DCDA

#F7DCDA
(247,220,218)
#F7DFDD
(247,223,221)
#F7E2E0
(247,226,224)
#F7E5E3
(247,229,227)
#F7E8E6
(247,232,230)
#F7EBE9
(247,235,233)
#F7EEEC
(247,238,236)
#F7F1EF
(247,241,239)
#F7F4F2
(247,244,242)
#F7F7F5
(247,247,245)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DCDA; }

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

This text font color is #F7DCDA.


Background Color

.myBgColor { background-color: #F7DCDA; }

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

This div background color is #F7DCDA.


Border color

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

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

This div border color is #F7DCDA.


Opacity

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

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

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

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

This text has shadow with #F7DCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DCDA on black background.


Color preview on white background

This text has color #F7DCDA on white background.



Black color preview on #F7DCDA background

This text has black color on #F7DCDA background.


White color preview on #F7DCDA background

This text has white color on #F7DCDA background.