COLOR #F7D8E6

HEX: #F7D8E6
RGB: (247,216,230)

Color info

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

RGB color model

#F7D8E6 color RGB value is (247,216,230).

  • red value is 247;
  • green value is 216;
  • blue value is 230.
RGB:
(247,216,230)
(97%,85%,90%)

RGB channels and saturation

R 247 of 255 = 97%
G 216 of 255 = 85%
B 230 of 255 = 90%

247
216
230

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

Portions of RGB colors in percentages

R + G + B =
247 + 216 + 230 = 693 (100%)
R 247 of 693 ~ 35.64%
G 216 of 693 ~ 31.17%
B 230 of 693 ~ 33.19%

%35.64
%31.17
%33.19

CMYK color model

#F7D8E6 color CMYK value is (0,13,7,3).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 6.88%
  • key color value is 3.14%
CMYK:
(0,13,7,3)
C0M13Y7K3 
(0%,13%,7%,3%)
(0.00/0.13/0.07/0.03)	

CMYK percentages

%0
%12.55
%6.88
%3.14

Codes

Color #F7D8E6 in popluar color models

F7D8E6
RGB247216230
HSL333°65.96%90.78%
HSB/HSV333°12.55%96.86%
CMYK0.00%12.55%6.88%
3.14%

Color #F7D8E6 in popluar number systems.

HEXF7D8E6
Decimal247216230
Binary111101111101100011100110
Octal367330346

Shades and tints

Shades of #F7D8E6

#F7D8E6
(247,216,230)
#E1C5D2
(225,197,210)
#CBB2BE
(203,178,190)
#B59FAA
(181,159,170)
#9F8C96
(159,140,150)
#897982
(137,121,130)
#73666E
(115,102,110)
#5D535A
(93,83,90)
#474046
(71,64,70)
#312D32
(49,45,50)
#1B1A1E
(27,26,30)
#000000
(0,0,0)

Tints of #F7D8E6

#F7D8E6
(247,216,230)
#F7DBE8
(247,219,232)
#F7DEEA
(247,222,234)
#F7E1EC
(247,225,236)
#F7E4EE
(247,228,238)
#F7E7F0
(247,231,240)
#F7EAF2
(247,234,242)
#F7EDF4
(247,237,244)
#F7F0F6
(247,240,246)
#F7F3F8
(247,243,248)
#F7F6FA
(247,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D8E6; }

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

This text font color is #F7D8E6.


Background Color

.myBgColor { background-color: #F7D8E6; }

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

This div background color is #F7D8E6.


Border color

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

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

This div border color is #F7D8E6.


Opacity

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

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

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

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

This text has shadow with #F7D8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7D8E6 on black background.


Color preview on white background

This text has color #F7D8E6 on white background.



Black color preview on #F7D8E6 background

This text has black color on #F7D8E6 background.


White color preview on #F7D8E6 background

This text has white color on #F7D8E6 background.