COLOR #F7D7E2

HEX: #F7D7E2
RGB: (247,215,226)

Color info

#F7D7E2 contains red, green and blue colors in about the same proportion. Web safe color of #F7D7E2 is #FFCCCC (or #FCC).

RGB color model

#F7D7E2 color RGB value is (247,215,226).

  • red value is 247;
  • green value is 215;
  • blue value is 226.
RGB:
(247,215,226)
(97%,84%,89%)

RGB channels and saturation

R 247 of 255 = 97%
G 215 of 255 = 84%
B 226 of 255 = 89%

247
215
226

R + G + B ~ 90%. #F7D7E2 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 215 + 226 = 688 (100%)
R 247 of 688 ~ 35.9%
G 215 of 688 ~ 31.25%
B 226 of 688 ~ 32.85%

%35.9
%31.25
%32.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.96%
  • yellow value is 8.50%
  • key color value is 3.14%
CMYK:
(0,13,9,3)
C0M13Y9K3 
(0%,13%,9%,3%)
(0.00/0.13/0.09/0.03)	

CMYK percentages

%0
%12.96
%8.5
%3.14

Codes

Color #F7D7E2 in popluar color models

F7D7E2
RGB247215226
HSL339°66.67%90.59%
HSB/HSV339°12.96%96.86%
CMYK0.00%12.96%8.50%
3.14%

Color #F7D7E2 in popluar number systems.

HEXF7D7E2
Decimal247215226
Binary111101111101011111100010
Octal367327342

Shades and tints

Shades of #F7D7E2

#F7D7E2
(247,215,226)
#E1C4CE
(225,196,206)
#CBB1BA
(203,177,186)
#B59EA6
(181,158,166)
#9F8B92
(159,139,146)
#89787E
(137,120,126)
#73656A
(115,101,106)
#5D5256
(93,82,86)
#473F42
(71,63,66)
#312C2E
(49,44,46)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #F7D7E2

#F7D7E2
(247,215,226)
#F7DAE4
(247,218,228)
#F7DDE6
(247,221,230)
#F7E0E8
(247,224,232)
#F7E3EA
(247,227,234)
#F7E6EC
(247,230,236)
#F7E9EE
(247,233,238)
#F7ECF0
(247,236,240)
#F7EFF2
(247,239,242)
#F7F2F4
(247,242,244)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D7E2 color. Also use rgb(247,215,226) instead hex code.

Text Font Color

.myTextColor { color: #F7D7E2; }

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

This text font color is #F7D7E2.


Background Color

.myBgColor { background-color: #F7D7E2; }

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

This div background color is #F7D7E2.


Border color

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

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

This div border color is #F7D7E2.


Opacity

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

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

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

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

This text has shadow with #F7D7E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D7E2 on black background.


Color preview on white background

This text has color #F7D7E2 on white background.



Black color preview on #F7D7E2 background

This text has black color on #F7D7E2 background.


White color preview on #F7D7E2 background

This text has white color on #F7D7E2 background.