COLOR #F7C4CA

HEX: #F7C4CA
RGB: (247,196,202)

Color info

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

RGB color model

#F7C4CA color RGB value is (247,196,202).

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

RGB channels and saturation

R 247 of 255 = 97%
G 196 of 255 = 77%
B 202 of 255 = 79%

247
196
202

R + G + B ~ 84%. #F7C4CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 196 + 202 = 645 (100%)
R 247 of 645 ~ 38.29%
G 196 of 645 ~ 30.39%
B 202 of 645 ~ 31.32%

%38.29
%30.39
%31.32

CMYK color model

#F7C4CA color CMYK value is (0,21,18,3).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 18.22%
  • key color value is 3.14%
CMYK:
(0,21,18,3)
C0M21Y18K3 
(0%,21%,18%,3%)
(0.00/0.21/0.18/0.03)	

CMYK percentages

%0
%20.65
%18.22
%3.14

Codes

Color #F7C4CA in popluar color models

F7C4CA
RGB247196202
HSL353°76.12%86.86%
HSB/HSV353°20.65%96.86%
CMYK0.00%20.65%18.22%
3.14%

Color #F7C4CA in popluar number systems.

HEXF7C4CA
Decimal247196202
Binary111101111100010011001010
Octal367304312

Shades and tints

Shades of #F7C4CA

#F7C4CA
(247,196,202)
#E1B3B8
(225,179,184)
#CBA2A6
(203,162,166)
#B59194
(181,145,148)
#9F8082
(159,128,130)
#896F70
(137,111,112)
#735E5E
(115,94,94)
#5D4D4C
(93,77,76)
#473C3A
(71,60,58)
#312B28
(49,43,40)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #F7C4CA

#F7C4CA
(247,196,202)
#F7C9CE
(247,201,206)
#F7CED2
(247,206,210)
#F7D3D6
(247,211,214)
#F7D8DA
(247,216,218)
#F7DDDE
(247,221,222)
#F7E2E2
(247,226,226)
#F7E7E6
(247,231,230)
#F7ECEA
(247,236,234)
#F7F1EE
(247,241,238)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C4CA; }

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

This text font color is #F7C4CA.


Background Color

.myBgColor { background-color: #F7C4CA; }

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

This div background color is #F7C4CA.


Border color

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

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

This div border color is #F7C4CA.


Opacity

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

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

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

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

This text has shadow with #F7C4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C4CA on black background.


Color preview on white background

This text has color #F7C4CA on white background.



Black color preview on #F7C4CA background

This text has black color on #F7C4CA background.


White color preview on #F7C4CA background

This text has white color on #F7C4CA background.