COLOR #F7E6EB

HEX: #F7E6EB
RGB: (247,230,235)

Color info

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

RGB color model

#F7E6EB color RGB value is (247,230,235).

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

RGB channels and saturation

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

247
230
235

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

Portions of RGB colors in percentages

R + G + B =
247 + 230 + 235 = 712 (100%)
R 247 of 712 ~ 34.69%
G 230 of 712 ~ 32.3%
B 235 of 712 ~ 33.01%

%34.69
%32.3
%33.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.88%
  • yellow value is 4.86%
  • 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
%4.86
%3.14

Codes

Color #F7E6EB in popluar color models

F7E6EB
RGB247230235
HSL342°51.52%93.53%
HSB/HSV342°6.88%96.86%
CMYK0.00%6.88%4.86%
3.14%

Color #F7E6EB in popluar number systems.

HEXF7E6EB
Decimal247230235
Binary111101111110011011101011
Octal367346353

Shades and tints

Shades of #F7E6EB

#F7E6EB
(247,230,235)
#E1D2D6
(225,210,214)
#CBBEC1
(203,190,193)
#B5AAAC
(181,170,172)
#9F9697
(159,150,151)
#898282
(137,130,130)
#736E6D
(115,110,109)
#5D5A58
(93,90,88)
#474643
(71,70,67)
#31322E
(49,50,46)
#1B1E19
(27,30,25)
#000000
(0,0,0)

Tints of #F7E6EB

#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)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7E6EB; }

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

This text font color is #F7E6EB.


Background Color

.myBgColor { background-color: #F7E6EB; }

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

This div background color is #F7E6EB.


Border color

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

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

This div border color is #F7E6EB.


Opacity

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

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

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

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

This text has shadow with #F7E6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E6EB on black background.


Color preview on white background

This text has color #F7E6EB on white background.



Black color preview on #F7E6EB background

This text has black color on #F7E6EB background.


White color preview on #F7E6EB background

This text has white color on #F7E6EB background.