COLOR #F7D6F6

HEX: #F7D6F6
RGB: (247,214,246)

Color info

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

RGB color model

#F7D6F6 color RGB value is (247,214,246).

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

RGB channels and saturation

R 247 of 255 = 97%
G 214 of 255 = 84%
B 246 of 255 = 96%

247
214
246

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

Portions of RGB colors in percentages

R + G + B =
247 + 214 + 246 = 707 (100%)
R 247 of 707 ~ 34.94%
G 214 of 707 ~ 30.27%
B 246 of 707 ~ 34.79%

%34.94
%30.27
%34.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.36%
  • yellow value is 0.40%
  • key color value is 3.14%
CMYK:
(0,13,0,3)
C0M13Y0K3 
(0%,13%,0%,3%)
(0.00/0.13/0.00/0.03)	

CMYK percentages

%0
%13.36
%0.4
%3.14

Codes

Color #F7D6F6 in popluar color models

F7D6F6
RGB247214246
HSL302°67.35%90.39%
HSB/HSV302°13.36%96.86%
CMYK0.00%13.36%0.40%
3.14%

Color #F7D6F6 in popluar number systems.

HEXF7D6F6
Decimal247214246
Binary111101111101011011110110
Octal367326366

Shades and tints

Shades of #F7D6F6

#F7D6F6
(247,214,246)
#E1C3E0
(225,195,224)
#CBB0CA
(203,176,202)
#B59DB4
(181,157,180)
#9F8A9E
(159,138,158)
#897788
(137,119,136)
#736472
(115,100,114)
#5D515C
(93,81,92)
#473E46
(71,62,70)
#312B30
(49,43,48)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #F7D6F6

#F7D6F6
(247,214,246)
#F7D9F6
(247,217,246)
#F7DCF6
(247,220,246)
#F7DFF6
(247,223,246)
#F7E2F6
(247,226,246)
#F7E5F6
(247,229,246)
#F7E8F6
(247,232,246)
#F7EBF6
(247,235,246)
#F7EEF6
(247,238,246)
#F7F1F6
(247,241,246)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D6F6; }

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

This text font color is #F7D6F6.


Background Color

.myBgColor { background-color: #F7D6F6; }

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

This div background color is #F7D6F6.


Border color

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

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

This div border color is #F7D6F6.


Opacity

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

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

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

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

This text has shadow with #F7D6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D6F6 on black background.


Color preview on white background

This text has color #F7D6F6 on white background.



Black color preview on #F7D6F6 background

This text has black color on #F7D6F6 background.


White color preview on #F7D6F6 background

This text has white color on #F7D6F6 background.