COLOR #F7E6EA

HEX: #F7E6EA
RGB: (247,230,234)

Color info

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

RGB color model

#F7E6EA color RGB value is (247,230,234).

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

RGB channels and saturation

R 247 of 255 = 97%
G 230 of 255 = 90%
B 234 of 255 = 92%

247
230
234

R + G + B ~ 93%. #F7E6EA is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 230 + 234 = 711 (100%)
R 247 of 711 ~ 34.74%
G 230 of 711 ~ 32.35%
B 234 of 711 ~ 32.91%

%34.74
%32.35
%32.91

CMYK color model

#F7E6EA color CMYK value is (0,7,5,3).

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 5.26%
  • key color value is 3.14%
CMYK:
(0,7,5,3)
C0M7Y5K3 
(0%,7%,5%,3%)
(0.00/0.07/0.05/0.03)	

CMYK percentages

%0
%6.88
%5.26
%3.14

Codes

Color #F7E6EA in popluar color models

F7E6EA
RGB247230234
HSL346°51.52%93.53%
HSB/HSV346°6.88%96.86%
CMYK0.00%6.88%5.26%
3.14%

Color #F7E6EA in popluar number systems.

HEXF7E6EA
Decimal247230234
Binary111101111110011011101010
Octal367346352

Shades and tints

Shades of #F7E6EA

#F7E6EA
(247,230,234)
#E1D2D5
(225,210,213)
#CBBEC0
(203,190,192)
#B5AAAB
(181,170,171)
#9F9696
(159,150,150)
#898281
(137,130,129)
#736E6C
(115,110,108)
#5D5A57
(93,90,87)
#474642
(71,70,66)
#31322D
(49,50,45)
#1B1E18
(27,30,24)
#000000
(0,0,0)

Tints of #F7E6EA

#F7E6EA
(247,230,234)
#F7E8EB
(247,232,235)
#F7EAEC
(247,234,236)
#F7ECED
(247,236,237)
#F7EEEE
(247,238,238)
#F7F0EF
(247,240,239)
#F7F2F0
(247,242,240)
#F7F4F1
(247,244,241)
#F7F6F2
(247,246,242)
#F7F8F3
(247,248,243)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7E6EA; }

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

This text font color is #F7E6EA.


Background Color

.myBgColor { background-color: #F7E6EA; }

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

This div background color is #F7E6EA.


Border color

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

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

This div border color is #F7E6EA.


Opacity

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

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

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

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

This text has shadow with #F7E6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E6EA on black background.


Color preview on white background

This text has color #F7E6EA on white background.



Black color preview on #F7E6EA background

This text has black color on #F7E6EA background.


White color preview on #F7E6EA background

This text has white color on #F7E6EA background.