COLOR #F7D6EA

HEX: #F7D6EA
RGB: (247,214,234)

Color info

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

RGB color model

#F7D6EA color RGB value is (247,214,234).

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

RGB channels and saturation

R 247 of 255 = 97%
G 214 of 255 = 84%
B 234 of 255 = 92%

247
214
234

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

Portions of RGB colors in percentages

R + G + B =
247 + 214 + 234 = 695 (100%)
R 247 of 695 ~ 35.54%
G 214 of 695 ~ 30.79%
B 234 of 695 ~ 33.67%

%35.54
%30.79
%33.67

CMYK color model

#F7D6EA color CMYK value is (0,13,5,3).

  • cyan value is 0.00%
  • magenta value is 13.36%
  • yellow value is 5.26%
  • key color value is 3.14%
CMYK:
(0,13,5,3)
C0M13Y5K3 
(0%,13%,5%,3%)
(0.00/0.13/0.05/0.03)	

CMYK percentages

%0
%13.36
%5.26
%3.14

Codes

Color #F7D6EA in popluar color models

F7D6EA
RGB247214234
HSL324°67.35%90.39%
HSB/HSV324°13.36%96.86%
CMYK0.00%13.36%5.26%
3.14%

Color #F7D6EA in popluar number systems.

HEXF7D6EA
Decimal247214234
Binary111101111101011011101010
Octal367326352

Shades and tints

Shades of #F7D6EA

#F7D6EA
(247,214,234)
#E1C3D5
(225,195,213)
#CBB0C0
(203,176,192)
#B59DAB
(181,157,171)
#9F8A96
(159,138,150)
#897781
(137,119,129)
#73646C
(115,100,108)
#5D5157
(93,81,87)
#473E42
(71,62,66)
#312B2D
(49,43,45)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #F7D6EA

#F7D6EA
(247,214,234)
#F7D9EB
(247,217,235)
#F7DCEC
(247,220,236)
#F7DFED
(247,223,237)
#F7E2EE
(247,226,238)
#F7E5EF
(247,229,239)
#F7E8F0
(247,232,240)
#F7EBF1
(247,235,241)
#F7EEF2
(247,238,242)
#F7F1F3
(247,241,243)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D6EA; }

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

This text font color is #F7D6EA.


Background Color

.myBgColor { background-color: #F7D6EA; }

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

This div background color is #F7D6EA.


Border color

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

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

This div border color is #F7D6EA.


Opacity

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

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

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

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

This text has shadow with #F7D6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D6EA on black background.


Color preview on white background

This text has color #F7D6EA on white background.



Black color preview on #F7D6EA background

This text has black color on #F7D6EA background.


White color preview on #F7D6EA background

This text has white color on #F7D6EA background.