COLOR #F7D9ED

HEX: #F7D9ED
RGB: (247,217,237)

Color info

#F7D9ED contains red, green and blue colors in about the same proportion. Web safe color of #F7D9ED is #FFCCFF (or #FCF).

RGB color model

#F7D9ED color RGB value is (247,217,237).

  • red value is 247;
  • green value is 217;
  • blue value is 237.
RGB:
(247,217,237)
(97%,85%,93%)

RGB channels and saturation

R 247 of 255 = 97%
G 217 of 255 = 85%
B 237 of 255 = 93%

247
217
237

R + G + B ~ 92%. #F7D9ED is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 217 + 237 = 701 (100%)
R 247 of 701 ~ 35.24%
G 217 of 701 ~ 30.96%
B 237 of 701 ~ 33.81%

%35.24
%30.96
%33.81

CMYK color model

#F7D9ED color CMYK value is (0,12,4,3).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 4.05%
  • key color value is 3.14%
CMYK:
(0,12,4,3)
C0M12Y4K3 
(0%,12%,4%,3%)
(0.00/0.12/0.04/0.03)	

CMYK percentages

%0
%12.15
%4.05
%3.14

Codes

Color #F7D9ED in popluar color models

F7D9ED
RGB247217237
HSL320°65.22%90.98%
HSB/HSV320°12.15%96.86%
CMYK0.00%12.15%4.05%
3.14%

Color #F7D9ED in popluar number systems.

HEXF7D9ED
Decimal247217237
Binary111101111101100111101101
Octal367331355

Shades and tints

Shades of #F7D9ED

#F7D9ED
(247,217,237)
#E1C6D8
(225,198,216)
#CBB3C3
(203,179,195)
#B5A0AE
(181,160,174)
#9F8D99
(159,141,153)
#897A84
(137,122,132)
#73676F
(115,103,111)
#5D545A
(93,84,90)
#474145
(71,65,69)
#312E30
(49,46,48)
#1B1B1B
(27,27,27)
#000000
(0,0,0)

Tints of #F7D9ED

#F7D9ED
(247,217,237)
#F7DCEE
(247,220,238)
#F7DFEF
(247,223,239)
#F7E2F0
(247,226,240)
#F7E5F1
(247,229,241)
#F7E8F2
(247,232,242)
#F7EBF3
(247,235,243)
#F7EEF4
(247,238,244)
#F7F1F5
(247,241,245)
#F7F4F6
(247,244,246)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D9ED color. Also use rgb(247,217,237) instead hex code.

Text Font Color

.myTextColor { color: #F7D9ED; }

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

This text font color is #F7D9ED.


Background Color

.myBgColor { background-color: #F7D9ED; }

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

This div background color is #F7D9ED.


Border color

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

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

This div border color is #F7D9ED.


Opacity

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

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

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

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

This text has shadow with #F7D9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D9ED on black background.


Color preview on white background

This text has color #F7D9ED on white background.



Black color preview on #F7D9ED background

This text has black color on #F7D9ED background.


White color preview on #F7D9ED background

This text has white color on #F7D9ED background.