COLOR #F7DCDB

HEX: #F7DCDB
RGB: (247,220,219)

Color info

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

RGB color model

#F7DCDB color RGB value is (247,220,219).

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

RGB channels and saturation

R 247 of 255 = 97%
G 220 of 255 = 86%
B 219 of 255 = 86%

247
220
219

R + G + B ~ 90%. #F7DCDB is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 220 + 219 = 686 (100%)
R 247 of 686 ~ 36.01%
G 220 of 686 ~ 32.07%
B 219 of 686 ~ 31.92%

%36.01
%32.07
%31.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.93%
  • yellow value is 11.34%
  • key color value is 3.14%
CMYK:
(0,11,11,3)
C0M11Y11K3 
(0%,11%,11%,3%)
(0.00/0.11/0.11/0.03)	

CMYK percentages

%0
%10.93
%11.34
%3.14

Codes

Color #F7DCDB in popluar color models

F7DCDB
RGB247220219
HSL63.64%91.37%
HSB/HSV11.34%96.86%
CMYK0.00%10.93%11.34%
3.14%

Color #F7DCDB in popluar number systems.

HEXF7DCDB
Decimal247220219
Binary111101111101110011011011
Octal367334333

Shades and tints

Shades of #F7DCDB

#F7DCDB
(247,220,219)
#E1C8C8
(225,200,200)
#CBB4B5
(203,180,181)
#B5A0A2
(181,160,162)
#9F8C8F
(159,140,143)
#89787C
(137,120,124)
#736469
(115,100,105)
#5D5056
(93,80,86)
#473C43
(71,60,67)
#312830
(49,40,48)
#1B141D
(27,20,29)
#000000
(0,0,0)

Tints of #F7DCDB

#F7DCDB
(247,220,219)
#F7DFDE
(247,223,222)
#F7E2E1
(247,226,225)
#F7E5E4
(247,229,228)
#F7E8E7
(247,232,231)
#F7EBEA
(247,235,234)
#F7EEED
(247,238,237)
#F7F1F0
(247,241,240)
#F7F4F3
(247,244,243)
#F7F7F6
(247,247,246)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7DCDB; }

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

This text font color is #F7DCDB.


Background Color

.myBgColor { background-color: #F7DCDB; }

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

This div background color is #F7DCDB.


Border color

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

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

This div border color is #F7DCDB.


Opacity

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

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

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

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

This text has shadow with #F7DCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7DCDB on black background.


Color preview on white background

This text has color #F7DCDB on white background.



Black color preview on #F7DCDB background

This text has black color on #F7DCDB background.


White color preview on #F7DCDB background

This text has white color on #F7DCDB background.