COLOR #F7D2EC

HEX: #F7D2EC
RGB: (247,210,236)

Color info

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

RGB color model

#F7D2EC color RGB value is (247,210,236).

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

RGB channels and saturation

R 247 of 255 = 97%
G 210 of 255 = 82%
B 236 of 255 = 93%

247
210
236

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

Portions of RGB colors in percentages

R + G + B =
247 + 210 + 236 = 693 (100%)
R 247 of 693 ~ 35.64%
G 210 of 693 ~ 30.3%
B 236 of 693 ~ 34.05%

%35.64
%30.3
%34.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.98%
  • 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.98
%4.45
%3.14

Codes

Color #F7D2EC in popluar color models

F7D2EC
RGB247210236
HSL318°69.81%89.61%
HSB/HSV318°14.98%96.86%
CMYK0.00%14.98%4.45%
3.14%

Color #F7D2EC in popluar number systems.

HEXF7D2EC
Decimal247210236
Binary111101111101001011101100
Octal367322354

Shades and tints

Shades of #F7D2EC

#F7D2EC
(247,210,236)
#E1BFD7
(225,191,215)
#CBACC2
(203,172,194)
#B599AD
(181,153,173)
#9F8698
(159,134,152)
#897383
(137,115,131)
#73606E
(115,96,110)
#5D4D59
(93,77,89)
#473A44
(71,58,68)
#31272F
(49,39,47)
#1B141A
(27,20,26)
#000000
(0,0,0)

Tints of #F7D2EC

#F7D2EC
(247,210,236)
#F7D6ED
(247,214,237)
#F7DAEE
(247,218,238)
#F7DEEF
(247,222,239)
#F7E2F0
(247,226,240)
#F7E6F1
(247,230,241)
#F7EAF2
(247,234,242)
#F7EEF3
(247,238,243)
#F7F2F4
(247,242,244)
#F7F6F5
(247,246,245)
#F7FAF6
(247,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D2EC; }

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

This text font color is #F7D2EC.


Background Color

.myBgColor { background-color: #F7D2EC; }

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

This div background color is #F7D2EC.


Border color

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

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

This div border color is #F7D2EC.


Opacity

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

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

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

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

This text has shadow with #F7D2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D2EC on black background.


Color preview on white background

This text has color #F7D2EC on white background.



Black color preview on #F7D2EC background

This text has black color on #F7D2EC background.


White color preview on #F7D2EC background

This text has white color on #F7D2EC background.