COLOR #F7C4CE

HEX: #F7C4CE
RGB: (247,196,206)

Color info

#F7C4CE contains red, green and blue colors in about the same proportion. Web safe color of #F7C4CE is #FFCCCC (or #FCC).

RGB color model

#F7C4CE color RGB value is (247,196,206).

  • red value is 247;
  • green value is 196;
  • blue value is 206.
RGB:
(247,196,206)
(97%,77%,81%)

RGB channels and saturation

R 247 of 255 = 97%
G 196 of 255 = 77%
B 206 of 255 = 81%

247
196
206

R + G + B ~ 85%. #F7C4CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 196 + 206 = 649 (100%)
R 247 of 649 ~ 38.06%
G 196 of 649 ~ 30.2%
B 206 of 649 ~ 31.74%

%38.06
%30.2
%31.74

CMYK color model

#F7C4CE color CMYK value is (0,21,17,3).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 16.60%
  • key color value is 3.14%
CMYK:
(0,21,17,3)
C0M21Y17K3 
(0%,21%,17%,3%)
(0.00/0.21/0.17/0.03)	

CMYK percentages

%0
%20.65
%16.6
%3.14

Codes

Color #F7C4CE in popluar color models

F7C4CE
RGB247196206
HSL348°76.12%86.86%
HSB/HSV348°20.65%96.86%
CMYK0.00%20.65%16.60%
3.14%

Color #F7C4CE in popluar number systems.

HEXF7C4CE
Decimal247196206
Binary111101111100010011001110
Octal367304316

Shades and tints

Shades of #F7C4CE

#F7C4CE
(247,196,206)
#E1B3BC
(225,179,188)
#CBA2AA
(203,162,170)
#B59198
(181,145,152)
#9F8086
(159,128,134)
#896F74
(137,111,116)
#735E62
(115,94,98)
#5D4D50
(93,77,80)
#473C3E
(71,60,62)
#312B2C
(49,43,44)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #F7C4CE

#F7C4CE
(247,196,206)
#F7C9D2
(247,201,210)
#F7CED6
(247,206,214)
#F7D3DA
(247,211,218)
#F7D8DE
(247,216,222)
#F7DDE2
(247,221,226)
#F7E2E6
(247,226,230)
#F7E7EA
(247,231,234)
#F7ECEE
(247,236,238)
#F7F1F2
(247,241,242)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C4CE color. Also use rgb(247,196,206) instead hex code.

Text Font Color

.myTextColor { color: #F7C4CE; }

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

This text font color is #F7C4CE.


Background Color

.myBgColor { background-color: #F7C4CE; }

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

This div background color is #F7C4CE.


Border color

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

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

This div border color is #F7C4CE.


Opacity

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

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

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

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

This text has shadow with #F7C4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C4CE on black background.


Color preview on white background

This text has color #F7C4CE on white background.



Black color preview on #F7C4CE background

This text has black color on #F7C4CE background.


White color preview on #F7C4CE background

This text has white color on #F7C4CE background.