COLOR #F7D6E8

HEX: #F7D6E8
RGB: (247,214,232)

Color info

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

RGB color model

#F7D6E8 color RGB value is (247,214,232).

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

RGB channels and saturation

R 247 of 255 = 97%
G 214 of 255 = 84%
B 232 of 255 = 91%

247
214
232

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

Portions of RGB colors in percentages

R + G + B =
247 + 214 + 232 = 693 (100%)
R 247 of 693 ~ 35.64%
G 214 of 693 ~ 30.88%
B 232 of 693 ~ 33.48%

%35.64
%30.88
%33.48

CMYK color model

#F7D6E8 color CMYK value is (0,13,6,3).

  • cyan value is 0.00%
  • magenta value is 13.36%
  • yellow value is 6.07%
  • key color value is 3.14%
CMYK:
(0,13,6,3)
C0M13Y6K3 
(0%,13%,6%,3%)
(0.00/0.13/0.06/0.03)	

CMYK percentages

%0
%13.36
%6.07
%3.14

Codes

Color #F7D6E8 in popluar color models

F7D6E8
RGB247214232
HSL327°67.35%90.39%
HSB/HSV327°13.36%96.86%
CMYK0.00%13.36%6.07%
3.14%

Color #F7D6E8 in popluar number systems.

HEXF7D6E8
Decimal247214232
Binary111101111101011011101000
Octal367326350

Shades and tints

Shades of #F7D6E8

#F7D6E8
(247,214,232)
#E1C3D3
(225,195,211)
#CBB0BE
(203,176,190)
#B59DA9
(181,157,169)
#9F8A94
(159,138,148)
#89777F
(137,119,127)
#73646A
(115,100,106)
#5D5155
(93,81,85)
#473E40
(71,62,64)
#312B2B
(49,43,43)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #F7D6E8

#F7D6E8
(247,214,232)
#F7D9EA
(247,217,234)
#F7DCEC
(247,220,236)
#F7DFEE
(247,223,238)
#F7E2F0
(247,226,240)
#F7E5F2
(247,229,242)
#F7E8F4
(247,232,244)
#F7EBF6
(247,235,246)
#F7EEF8
(247,238,248)
#F7F1FA
(247,241,250)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D6E8; }

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

This text font color is #F7D6E8.


Background Color

.myBgColor { background-color: #F7D6E8; }

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

This div background color is #F7D6E8.


Border color

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

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

This div border color is #F7D6E8.


Opacity

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

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

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

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

This text has shadow with #F7D6E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D6E8 on black background.


Color preview on white background

This text has color #F7D6E8 on white background.



Black color preview on #F7D6E8 background

This text has black color on #F7D6E8 background.


White color preview on #F7D6E8 background

This text has white color on #F7D6E8 background.