COLOR #F7D5EC

HEX: #F7D5EC
RGB: (247,213,236)

Color info

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

RGB color model

#F7D5EC color RGB value is (247,213,236).

  • red value is 247;
  • green value is 213;
  • blue value is 236.
RGB:
(247,213,236)
(97%,84%,93%)

RGB channels and saturation

R 247 of 255 = 97%
G 213 of 255 = 84%
B 236 of 255 = 93%

247
213
236

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

Portions of RGB colors in percentages

R + G + B =
247 + 213 + 236 = 696 (100%)
R 247 of 696 ~ 35.49%
G 213 of 696 ~ 30.6%
B 236 of 696 ~ 33.91%

%35.49
%30.6
%33.91

CMYK color model

#F7D5EC color CMYK value is (0,14,4,3).

  • cyan value is 0.00%
  • magenta value is 13.77%
  • yellow value is 4.45%
  • key color value is 3.14%
CMYK:
(0,14,4,3)
C0M14Y4K3 
(0%,14%,4%,3%)
(0.00/0.14/0.04/0.03)	

CMYK percentages

%0
%13.77
%4.45
%3.14

Codes

Color #F7D5EC in popluar color models

F7D5EC
RGB247213236
HSL319°68.00%90.20%
HSB/HSV319°13.77%96.86%
CMYK0.00%13.77%4.45%
3.14%

Color #F7D5EC in popluar number systems.

HEXF7D5EC
Decimal247213236
Binary111101111101010111101100
Octal367325354

Shades and tints

Shades of #F7D5EC

#F7D5EC
(247,213,236)
#E1C2D7
(225,194,215)
#CBAFC2
(203,175,194)
#B59CAD
(181,156,173)
#9F8998
(159,137,152)
#897683
(137,118,131)
#73636E
(115,99,110)
#5D5059
(93,80,89)
#473D44
(71,61,68)
#312A2F
(49,42,47)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #F7D5EC

#F7D5EC
(247,213,236)
#F7D8ED
(247,216,237)
#F7DBEE
(247,219,238)
#F7DEEF
(247,222,239)
#F7E1F0
(247,225,240)
#F7E4F1
(247,228,241)
#F7E7F2
(247,231,242)
#F7EAF3
(247,234,243)
#F7EDF4
(247,237,244)
#F7F0F5
(247,240,245)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D5EC color. Also use rgb(247,213,236) instead hex code.

Text Font Color

.myTextColor { color: #F7D5EC; }

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

This text font color is #F7D5EC.


Background Color

.myBgColor { background-color: #F7D5EC; }

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

This div background color is #F7D5EC.


Border color

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

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

This div border color is #F7D5EC.


Opacity

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

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

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

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

This text has shadow with #F7D5EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D5EC on black background.


Color preview on white background

This text has color #F7D5EC on white background.



Black color preview on #F7D5EC background

This text has black color on #F7D5EC background.


White color preview on #F7D5EC background

This text has white color on #F7D5EC background.