COLOR #F7C2EE

HEX: #F7C2EE
RGB: (247,194,238)

Color info

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

RGB color model

#F7C2EE color RGB value is (247,194,238).

  • red value is 247;
  • green value is 194;
  • blue value is 238.
RGB:
(247,194,238)
(97%,76%,93%)

RGB channels and saturation

R 247 of 255 = 97%
G 194 of 255 = 76%
B 238 of 255 = 93%

247
194
238

R + G + B ~ 89%. #F7C2EE is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 194 + 238 = 679 (100%)
R 247 of 679 ~ 36.38%
G 194 of 679 ~ 28.57%
B 238 of 679 ~ 35.05%

%36.38
%28.57
%35.05

CMYK color model

#F7C2EE color CMYK value is (0,21,4,3).

  • cyan value is 0.00%
  • magenta value is 21.46%
  • yellow value is 3.64%
  • key color value is 3.14%
CMYK:
(0,21,4,3)
C0M21Y4K3 
(0%,21%,4%,3%)
(0.00/0.21/0.04/0.03)	

CMYK percentages

%0
%21.46
%3.64
%3.14

Codes

Color #F7C2EE in popluar color models

F7C2EE
RGB247194238
HSL310°76.81%86.47%
HSB/HSV310°21.46%96.86%
CMYK0.00%21.46%3.64%
3.14%

Color #F7C2EE in popluar number systems.

HEXF7C2EE
Decimal247194238
Binary111101111100001011101110
Octal367302356

Shades and tints

Shades of #F7C2EE

#F7C2EE
(247,194,238)
#E1B1D9
(225,177,217)
#CBA0C4
(203,160,196)
#B58FAF
(181,143,175)
#9F7E9A
(159,126,154)
#896D85
(137,109,133)
#735C70
(115,92,112)
#5D4B5B
(93,75,91)
#473A46
(71,58,70)
#312931
(49,41,49)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #F7C2EE

#F7C2EE
(247,194,238)
#F7C7EF
(247,199,239)
#F7CCF0
(247,204,240)
#F7D1F1
(247,209,241)
#F7D6F2
(247,214,242)
#F7DBF3
(247,219,243)
#F7E0F4
(247,224,244)
#F7E5F5
(247,229,245)
#F7EAF6
(247,234,246)
#F7EFF7
(247,239,247)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C2EE color. Also use rgb(247,194,238) instead hex code.

Text Font Color

.myTextColor { color: #F7C2EE; }

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

This text font color is #F7C2EE.


Background Color

.myBgColor { background-color: #F7C2EE; }

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

This div background color is #F7C2EE.


Border color

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

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

This div border color is #F7C2EE.


Opacity

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

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

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

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

This text has shadow with #F7C2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C2EE on black background.


Color preview on white background

This text has color #F7C2EE on white background.



Black color preview on #F7C2EE background

This text has black color on #F7C2EE background.


White color preview on #F7C2EE background

This text has white color on #F7C2EE background.