COLOR #F7D9EA

HEX: #F7D9EA
RGB: (247,217,234)

Color info

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

RGB color model

#F7D9EA color RGB value is (247,217,234).

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

RGB channels and saturation

R 247 of 255 = 97%
G 217 of 255 = 85%
B 234 of 255 = 92%

247
217
234

R + G + B ~ 91%. #F7D9EA is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 217 + 234 = 698 (100%)
R 247 of 698 ~ 35.39%
G 217 of 698 ~ 31.09%
B 234 of 698 ~ 33.52%

%35.39
%31.09
%33.52

CMYK color model

#F7D9EA color CMYK value is (0,12,5,3).

  • cyan value is 0.00%
  • magenta value is 12.15%
  • yellow value is 5.26%
  • key color value is 3.14%
CMYK:
(0,12,5,3)
C0M12Y5K3 
(0%,12%,5%,3%)
(0.00/0.12/0.05/0.03)	

CMYK percentages

%0
%12.15
%5.26
%3.14

Codes

Color #F7D9EA in popluar color models

F7D9EA
RGB247217234
HSL326°65.22%90.98%
HSB/HSV326°12.15%96.86%
CMYK0.00%12.15%5.26%
3.14%

Color #F7D9EA in popluar number systems.

HEXF7D9EA
Decimal247217234
Binary111101111101100111101010
Octal367331352

Shades and tints

Shades of #F7D9EA

#F7D9EA
(247,217,234)
#E1C6D5
(225,198,213)
#CBB3C0
(203,179,192)
#B5A0AB
(181,160,171)
#9F8D96
(159,141,150)
#897A81
(137,122,129)
#73676C
(115,103,108)
#5D5457
(93,84,87)
#474142
(71,65,66)
#312E2D
(49,46,45)
#1B1B18
(27,27,24)
#000000
(0,0,0)

Tints of #F7D9EA

#F7D9EA
(247,217,234)
#F7DCEB
(247,220,235)
#F7DFEC
(247,223,236)
#F7E2ED
(247,226,237)
#F7E5EE
(247,229,238)
#F7E8EF
(247,232,239)
#F7EBF0
(247,235,240)
#F7EEF1
(247,238,241)
#F7F1F2
(247,241,242)
#F7F4F3
(247,244,243)
#F7F7F4
(247,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D9EA; }

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

This text font color is #F7D9EA.


Background Color

.myBgColor { background-color: #F7D9EA; }

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

This div background color is #F7D9EA.


Border color

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

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

This div border color is #F7D9EA.


Opacity

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

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

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

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

This text has shadow with #F7D9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D9EA on black background.


Color preview on white background

This text has color #F7D9EA on white background.



Black color preview on #F7D9EA background

This text has black color on #F7D9EA background.


White color preview on #F7D9EA background

This text has white color on #F7D9EA background.