COLOR #F7D8DE

HEX: #F7D8DE
RGB: (247,216,222)

Color info

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

RGB color model

#F7D8DE color RGB value is (247,216,222).

  • red value is 247;
  • green value is 216;
  • blue value is 222.
RGB:
(247,216,222)
(97%,85%,87%)

RGB channels and saturation

R 247 of 255 = 97%
G 216 of 255 = 85%
B 222 of 255 = 87%

247
216
222

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

Portions of RGB colors in percentages

R + G + B =
247 + 216 + 222 = 685 (100%)
R 247 of 685 ~ 36.06%
G 216 of 685 ~ 31.53%
B 222 of 685 ~ 32.41%

%36.06
%31.53
%32.41

CMYK color model

#F7D8DE color CMYK value is (0,13,10,3).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 10.12%
  • key color value is 3.14%
CMYK:
(0,13,10,3)
C0M13Y10K3 
(0%,13%,10%,3%)
(0.00/0.13/0.10/0.03)	

CMYK percentages

%0
%12.55
%10.12
%3.14

Codes

Color #F7D8DE in popluar color models

F7D8DE
RGB247216222
HSL348°65.96%90.78%
HSB/HSV348°12.55%96.86%
CMYK0.00%12.55%10.12%
3.14%

Color #F7D8DE in popluar number systems.

HEXF7D8DE
Decimal247216222
Binary111101111101100011011110
Octal367330336

Shades and tints

Shades of #F7D8DE

#F7D8DE
(247,216,222)
#E1C5CA
(225,197,202)
#CBB2B6
(203,178,182)
#B59FA2
(181,159,162)
#9F8C8E
(159,140,142)
#89797A
(137,121,122)
#736666
(115,102,102)
#5D5352
(93,83,82)
#47403E
(71,64,62)
#312D2A
(49,45,42)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #F7D8DE

#F7D8DE
(247,216,222)
#F7DBE1
(247,219,225)
#F7DEE4
(247,222,228)
#F7E1E7
(247,225,231)
#F7E4EA
(247,228,234)
#F7E7ED
(247,231,237)
#F7EAF0
(247,234,240)
#F7EDF3
(247,237,243)
#F7F0F6
(247,240,246)
#F7F3F9
(247,243,249)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D8DE color. Also use rgb(247,216,222) instead hex code.

Text Font Color

.myTextColor { color: #F7D8DE; }

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

This text font color is #F7D8DE.


Background Color

.myBgColor { background-color: #F7D8DE; }

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

This div background color is #F7D8DE.


Border color

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

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

This div border color is #F7D8DE.


Opacity

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

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

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

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

This text has shadow with #F7D8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D8DE on black background.


Color preview on white background

This text has color #F7D8DE on white background.



Black color preview on #F7D8DE background

This text has black color on #F7D8DE background.


White color preview on #F7D8DE background

This text has white color on #F7D8DE background.