COLOR #F7D3EC

HEX: #F7D3EC
RGB: (247,211,236)

Color info

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

RGB color model

#F7D3EC color RGB value is (247,211,236).

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

RGB channels and saturation

R 247 of 255 = 97%
G 211 of 255 = 83%
B 236 of 255 = 93%

247
211
236

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

Portions of RGB colors in percentages

R + G + B =
247 + 211 + 236 = 694 (100%)
R 247 of 694 ~ 35.59%
G 211 of 694 ~ 30.4%
B 236 of 694 ~ 34.01%

%35.59
%30.4
%34.01

CMYK color model

#F7D3EC color CMYK value is (0,15,4,3).

  • cyan value is 0.00%
  • magenta value is 14.57%
  • yellow value is 4.45%
  • key color value is 3.14%
CMYK:
(0,15,4,3)
C0M15Y4K3 
(0%,15%,4%,3%)
(0.00/0.15/0.04/0.03)	

CMYK percentages

%0
%14.57
%4.45
%3.14

Codes

Color #F7D3EC in popluar color models

F7D3EC
RGB247211236
HSL318°69.23%89.80%
HSB/HSV318°14.57%96.86%
CMYK0.00%14.57%4.45%
3.14%

Color #F7D3EC in popluar number systems.

HEXF7D3EC
Decimal247211236
Binary111101111101001111101100
Octal367323354

Shades and tints

Shades of #F7D3EC

#F7D3EC
(247,211,236)
#E1C0D7
(225,192,215)
#CBADC2
(203,173,194)
#B59AAD
(181,154,173)
#9F8798
(159,135,152)
#897483
(137,116,131)
#73616E
(115,97,110)
#5D4E59
(93,78,89)
#473B44
(71,59,68)
#31282F
(49,40,47)
#1B151A
(27,21,26)
#000000
(0,0,0)

Tints of #F7D3EC

#F7D3EC
(247,211,236)
#F7D7ED
(247,215,237)
#F7DBEE
(247,219,238)
#F7DFEF
(247,223,239)
#F7E3F0
(247,227,240)
#F7E7F1
(247,231,241)
#F7EBF2
(247,235,242)
#F7EFF3
(247,239,243)
#F7F3F4
(247,243,244)
#F7F7F5
(247,247,245)
#F7FBF6
(247,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D3EC; }

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

This text font color is #F7D3EC.


Background Color

.myBgColor { background-color: #F7D3EC; }

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

This div background color is #F7D3EC.


Border color

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

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

This div border color is #F7D3EC.


Opacity

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

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

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

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

This text has shadow with #F7D3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D3EC on black background.


Color preview on white background

This text has color #F7D3EC on white background.



Black color preview on #F7D3EC background

This text has black color on #F7D3EC background.


White color preview on #F7D3EC background

This text has white color on #F7D3EC background.