COLOR #F7C1C9

HEX: #F7C1C9
RGB: (247,193,201)

Color info

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

RGB color model

#F7C1C9 color RGB value is (247,193,201).

  • red value is 247;
  • green value is 193;
  • blue value is 201.
RGB:
(247,193,201)
(97%,76%,79%)

RGB channels and saturation

R 247 of 255 = 97%
G 193 of 255 = 76%
B 201 of 255 = 79%

247
193
201

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

Portions of RGB colors in percentages

R + G + B =
247 + 193 + 201 = 641 (100%)
R 247 of 641 ~ 38.53%
G 193 of 641 ~ 30.11%
B 201 of 641 ~ 31.36%

%38.53
%30.11
%31.36

CMYK color model

#F7C1C9 color CMYK value is (0,22,19,3).

  • cyan value is 0.00%
  • magenta value is 21.86%
  • yellow value is 18.62%
  • key color value is 3.14%
CMYK:
(0,22,19,3)
C0M22Y19K3 
(0%,22%,19%,3%)
(0.00/0.22/0.19/0.03)	

CMYK percentages

%0
%21.86
%18.62
%3.14

Codes

Color #F7C1C9 in popluar color models

F7C1C9
RGB247193201
HSL351°77.14%86.27%
HSB/HSV351°21.86%96.86%
CMYK0.00%21.86%18.62%
3.14%

Color #F7C1C9 in popluar number systems.

HEXF7C1C9
Decimal247193201
Binary111101111100000111001001
Octal367301311

Shades and tints

Shades of #F7C1C9

#F7C1C9
(247,193,201)
#E1B0B7
(225,176,183)
#CB9FA5
(203,159,165)
#B58E93
(181,142,147)
#9F7D81
(159,125,129)
#896C6F
(137,108,111)
#735B5D
(115,91,93)
#5D4A4B
(93,74,75)
#473939
(71,57,57)
#312827
(49,40,39)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #F7C1C9

#F7C1C9
(247,193,201)
#F7C6CD
(247,198,205)
#F7CBD1
(247,203,209)
#F7D0D5
(247,208,213)
#F7D5D9
(247,213,217)
#F7DADD
(247,218,221)
#F7DFE1
(247,223,225)
#F7E4E5
(247,228,229)
#F7E9E9
(247,233,233)
#F7EEED
(247,238,237)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C1C9 color. Also use rgb(247,193,201) instead hex code.

Text Font Color

.myTextColor { color: #F7C1C9; }

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

This text font color is #F7C1C9.


Background Color

.myBgColor { background-color: #F7C1C9; }

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

This div background color is #F7C1C9.


Border color

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

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

This div border color is #F7C1C9.


Opacity

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

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

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

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

This text has shadow with #F7C1C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C1C9 on black background.


Color preview on white background

This text has color #F7C1C9 on white background.



Black color preview on #F7C1C9 background

This text has black color on #F7C1C9 background.


White color preview on #F7C1C9 background

This text has white color on #F7C1C9 background.