COLOR #F7E4EA

HEX: #F7E4EA
RGB: (247,228,234)

Color info

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

RGB color model

#F7E4EA color RGB value is (247,228,234).

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

RGB channels and saturation

R 247 of 255 = 97%
G 228 of 255 = 89%
B 234 of 255 = 92%

247
228
234

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

Portions of RGB colors in percentages

R + G + B =
247 + 228 + 234 = 709 (100%)
R 247 of 709 ~ 34.84%
G 228 of 709 ~ 32.16%
B 234 of 709 ~ 33%

%34.84
%32.16
%33

CMYK color model

#F7E4EA color CMYK value is (0,8,5,3).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 5.26%
  • key color value is 3.14%
CMYK:
(0,8,5,3)
C0M8Y5K3 
(0%,8%,5%,3%)
(0.00/0.08/0.05/0.03)	

CMYK percentages

%0
%7.69
%5.26
%3.14

Codes

Color #F7E4EA in popluar color models

F7E4EA
RGB247228234
HSL341°54.29%93.14%
HSB/HSV341°7.69%96.86%
CMYK0.00%7.69%5.26%
3.14%

Color #F7E4EA in popluar number systems.

HEXF7E4EA
Decimal247228234
Binary111101111110010011101010
Octal367344352

Shades and tints

Shades of #F7E4EA

#F7E4EA
(247,228,234)
#E1D0D5
(225,208,213)
#CBBCC0
(203,188,192)
#B5A8AB
(181,168,171)
#9F9496
(159,148,150)
#898081
(137,128,129)
#736C6C
(115,108,108)
#5D5857
(93,88,87)
#474442
(71,68,66)
#31302D
(49,48,45)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #F7E4EA

#F7E4EA
(247,228,234)
#F7E6EB
(247,230,235)
#F7E8EC
(247,232,236)
#F7EAED
(247,234,237)
#F7ECEE
(247,236,238)
#F7EEEF
(247,238,239)
#F7F0F0
(247,240,240)
#F7F2F1
(247,242,241)
#F7F4F2
(247,244,242)
#F7F6F3
(247,246,243)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7E4EA; }

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

This text font color is #F7E4EA.


Background Color

.myBgColor { background-color: #F7E4EA; }

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

This div background color is #F7E4EA.


Border color

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

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

This div border color is #F7E4EA.


Opacity

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

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

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

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

This text has shadow with #F7E4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E4EA on black background.


Color preview on white background

This text has color #F7E4EA on white background.



Black color preview on #F7E4EA background

This text has black color on #F7E4EA background.


White color preview on #F7E4EA background

This text has white color on #F7E4EA background.