COLOR #F7D8EA

HEX: #F7D8EA RGB: (247,216,234)

Color info

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

RGB color model

#F7D8EA color RGB value is (247,216,234).

RGB: (247,216,234) (97%, 85%, 92%)

RGB channels and saturation

R 247 of 255 = 97%
G 216 of 255 = 85%
B 234 of 255 = 92%

247
216
234

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

Portions of RGB colors in percentages

R + G + B = 247 + 216 + 234 = 697 (100%)
R 247 of 697 ~ 35.44%
G 216 of 697 ~ 30.99%
B 234 of 697 ~ 33.57'%

%35.44
%30.99
%33.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 5.26%
  • key color value is 3.14%

CMYK: (0,13,5,3)
C0M13Y5K3 (0%, 13%, 5%, 3%)
(0.00 / 0.13 / 0.05 / 0.03)

CMYK percentages

%0
%12.55
%5.26
%3.14

Codes

Color #F7D8EA in popluar color models

F7 D8 EA
RGB 247 216 234
HSL 325° 65.96% 90.78%
HSB/HSV 325° 12.55% 96.86%
CMYK 0.00% 12.55% 5.26%
3.14%

Color #F7D8EA in popluar number systems.

HEX F7 D8 EA
Decimal 247 216 234
Binary 11110111 11011000 11101010
Octal 367 330 352

Shades and tints

Shades of #F7D8EA

#F7D8EA
(247,216,234)
#E1C5D5
(225,197,213)
#CBB2C0
(203,178,192)
#B59FAB
(181,159,171)
#9F8C96
(159,140,150)
#897981
(137,121,129)
#73666C
(115,102,108)
#5D5357
(93,83,87)
#474042
(71,64,66)
#312D2D
(49,45,45)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #F7D8EA

#F7D8EA
(247,216,234)
#F7DBEB
(247,219,235)
#F7DEEC
(247,222,236)
#F7E1ED
(247,225,237)
#F7E4EE
(247,228,238)
#F7E7EF
(247,231,239)
#F7EAF0
(247,234,240)
#F7EDF1
(247,237,241)
#F7F0F2
(247,240,242)
#F7F3F3
(247,243,243)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7D8EA color. Also use rgb(247,216,234) instead hex code.

Text Font Color

.myTextColor { color: #F7D8EA; }

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

This text font color is #F7D8EA.

Background Color

.myBgColor { background-color: #F7D8EA; }

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

This div background color is #F7D8EA.

Border color

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

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

This div border color is #F7D8EA.

Opacity

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

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

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

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

This text has shadow with #F7D8EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7D8EA.

Preview

Color preview on black background

This text has color #F7D8EA on black background.


Color preview on white background

This text has color #F7D8EA on white background.


Black color preview on #F7D8EA background

This text has black color on #F7D8EA background.


White color preview on #F7D8EA background

This text has white color on #F7D8EA background.


Related colors

Complementary color

Complementary color for #hex is #082715.


I love getcolorcode.com

Triadic colors

1 #EAF7D8 and #D8EAF7 with #F7D8EA are triadic colors.

2 #EAD8F7 and #D8F7EA with #F7D8EA are triadic colors.