COLOR #F7E1EB

HEX: #F7E1EB
RGB: (247,225,235)

Color info

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

RGB color model

#F7E1EB color RGB value is (247,225,235).

  • red value is 247;
  • green value is 225;
  • blue value is 235.
RGB:
(247,225,235)
(97%,88%,92%)

RGB channels and saturation

R 247 of 255 = 97%
G 225 of 255 = 88%
B 235 of 255 = 92%

247
225
235

R + G + B ~ 92%. #F7E1EB is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 225 + 235 = 707 (100%)
R 247 of 707 ~ 34.94%
G 225 of 707 ~ 31.82%
B 235 of 707 ~ 33.24%

%34.94
%31.82
%33.24

CMYK color model

#F7E1EB color CMYK value is (0,9,5,3).

  • cyan value is 0.00%
  • magenta value is 8.91%
  • yellow value is 4.86%
  • key color value is 3.14%
CMYK:
(0,9,5,3)
C0M9Y5K3 
(0%,9%,5%,3%)
(0.00/0.09/0.05/0.03)	

CMYK percentages

%0
%8.91
%4.86
%3.14

Codes

Color #F7E1EB in popluar color models

F7E1EB
RGB247225235
HSL333°57.89%92.55%
HSB/HSV333°8.91%96.86%
CMYK0.00%8.91%4.86%
3.14%

Color #F7E1EB in popluar number systems.

HEXF7E1EB
Decimal247225235
Binary111101111110000111101011
Octal367341353

Shades and tints

Shades of #F7E1EB

#F7E1EB
(247,225,235)
#E1CDD6
(225,205,214)
#CBB9C1
(203,185,193)
#B5A5AC
(181,165,172)
#9F9197
(159,145,151)
#897D82
(137,125,130)
#73696D
(115,105,109)
#5D5558
(93,85,88)
#474143
(71,65,67)
#312D2E
(49,45,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #F7E1EB

#F7E1EB
(247,225,235)
#F7E3EC
(247,227,236)
#F7E5ED
(247,229,237)
#F7E7EE
(247,231,238)
#F7E9EF
(247,233,239)
#F7EBF0
(247,235,240)
#F7EDF1
(247,237,241)
#F7EFF2
(247,239,242)
#F7F1F3
(247,241,243)
#F7F3F4
(247,243,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E1EB color. Also use rgb(247,225,235) instead hex code.

Text Font Color

.myTextColor { color: #F7E1EB; }

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

This text font color is #F7E1EB.


Background Color

.myBgColor { background-color: #F7E1EB; }

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

This div background color is #F7E1EB.


Border color

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

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

This div border color is #F7E1EB.


Opacity

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

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

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

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

This text has shadow with #F7E1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E1EB on black background.


Color preview on white background

This text has color #F7E1EB on white background.



Black color preview on #F7E1EB background

This text has black color on #F7E1EB background.


White color preview on #F7E1EB background

This text has white color on #F7E1EB background.