COLOR #F7C9C6

HEX: #F7C9C6 RGB: (247,201,198)

Color info

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

RGB color model

#F7C9C6 color RGB value is (247,201,198).

RGB: (247,201,198) (97%, 79%, 78%)

RGB channels and saturation

R 247 of 255 = 97%
G 201 of 255 = 79%
B 198 of 255 = 78%

247
201
198

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

Portions of RGB colors in percentages

R + G + B = 247 + 201 + 198 = 646 (100%)
R 247 of 646 ~ 38.24%
G 201 of 646 ~ 31.11%
B 198 of 646 ~ 30.65'%

%38.24
%31.11
%30.65

CMYK color model

#F7C9C6 color CMYK value is (0,19,20,3).

  • cyan value is 0.00%
  • magenta value is 18.62%
  • yellow value is 19.84%
  • key color value is 3.14%

CMYK: (0,19,20,3)
C0M19Y20K3 (0%, 19%, 20%, 3%)
(0.00 / 0.19 / 0.20 / 0.03)

CMYK percentages

%0
%18.62
%19.84
%3.14

Codes

Color #F7C9C6 in popluar color models

F7 C9 C6
RGB 247 201 198
HSL 75.38% 87.25%
HSB/HSV 19.84% 96.86%
CMYK 0.00% 18.62% 19.84%
3.14%

Color #F7C9C6 in popluar number systems.

HEX F7 C9 C6
Decimal 247 201 198
Binary 11110111 11001001 11000110
Octal 367 311 306

Shades and tints

Shades of #F7C9C6

#F7C9C6
(247,201,198)
#E1B7B4
(225,183,180)
#CBA5A2
(203,165,162)
#B59390
(181,147,144)
#9F817E
(159,129,126)
#896F6C
(137,111,108)
#735D5A
(115,93,90)
#5D4B48
(93,75,72)
#473936
(71,57,54)
#312724
(49,39,36)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #F7C9C6

#F7C9C6
(247,201,198)
#F7CDCB
(247,205,203)
#F7D1D0
(247,209,208)
#F7D5D5
(247,213,213)
#F7D9DA
(247,217,218)
#F7DDDF
(247,221,223)
#F7E1E4
(247,225,228)
#F7E5E9
(247,229,233)
#F7E9EE
(247,233,238)
#F7EDF3
(247,237,243)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C9C6; }

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

This text font color is #F7C9C6.

Background Color

.myBgColor { background-color: #F7C9C6; }

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

This div background color is #F7C9C6.

Border color

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

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

This div border color is #F7C9C6.

Opacity

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

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

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

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

This text has shadow with #F7C9C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7C9C6.

Preview

Color preview on black background

This text has color #F7C9C6 on black background.


Color preview on white background

This text has color #F7C9C6 on white background.


Black color preview on #F7C9C6 background

This text has black color on #F7C9C6 background.


White color preview on #F7C9C6 background

This text has white color on #F7C9C6 background.


Related colors

Complementary color

Complementary color for #hex is #083639.


I love getcolorcode.com

Triadic colors

1 #C6F7C9 and #C9C6F7 with #F7C9C6 are triadic colors.

2 #C6C9F7 and #C9F7C6 with #F7C9C6 are triadic colors.