COLOR #F7E2F2

HEX: #F7E2F2
RGB: (247,226,242)

Color info

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

RGB color model

#F7E2F2 color RGB value is (247,226,242).

  • red value is 247;
  • green value is 226;
  • blue value is 242.
RGB:
(247,226,242)
(97%,89%,95%)

RGB channels and saturation

R 247 of 255 = 97%
G 226 of 255 = 89%
B 242 of 255 = 95%

247
226
242

R + G + B ~ 94%. #F7E2F2 is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 226 + 242 = 715 (100%)
R 247 of 715 ~ 34.55%
G 226 of 715 ~ 31.61%
B 242 of 715 ~ 33.85%

%34.55
%31.61
%33.85

CMYK color model

#F7E2F2 color CMYK value is (0,9,2,3).

  • cyan value is 0.00%
  • magenta value is 8.50%
  • yellow value is 2.02%
  • key color value is 3.14%
CMYK:
(0,9,2,3)
C0M9Y2K3 
(0%,9%,2%,3%)
(0.00/0.09/0.02/0.03)	

CMYK percentages

%0
%8.5
%2.02
%3.14

Codes

Color #F7E2F2 in popluar color models

F7E2F2
RGB247226242
HSL314°56.76%92.75%
HSB/HSV314°8.50%96.86%
CMYK0.00%8.50%2.02%
3.14%

Color #F7E2F2 in popluar number systems.

HEXF7E2F2
Decimal247226242
Binary111101111110001011110010
Octal367342362

Shades and tints

Shades of #F7E2F2

#F7E2F2
(247,226,242)
#E1CEDC
(225,206,220)
#CBBAC6
(203,186,198)
#B5A6B0
(181,166,176)
#9F929A
(159,146,154)
#897E84
(137,126,132)
#736A6E
(115,106,110)
#5D5658
(93,86,88)
#474242
(71,66,66)
#312E2C
(49,46,44)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #F7E2F2

#F7E2F2
(247,226,242)
#F7E4F3
(247,228,243)
#F7E6F4
(247,230,244)
#F7E8F5
(247,232,245)
#F7EAF6
(247,234,246)
#F7ECF7
(247,236,247)
#F7EEF8
(247,238,248)
#F7F0F9
(247,240,249)
#F7F2FA
(247,242,250)
#F7F4FB
(247,244,251)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7E2F2 color. Also use rgb(247,226,242) instead hex code.

Text Font Color

.myTextColor { color: #F7E2F2; }

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

This text font color is #F7E2F2.


Background Color

.myBgColor { background-color: #F7E2F2; }

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

This div background color is #F7E2F2.


Border color

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

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

This div border color is #F7E2F2.


Opacity

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

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

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

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

This text has shadow with #F7E2F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7E2F2 on black background.


Color preview on white background

This text has color #F7E2F2 on white background.



Black color preview on #F7E2F2 background

This text has black color on #F7E2F2 background.


White color preview on #F7E2F2 background

This text has white color on #F7E2F2 background.