COLOR #F7C8C6

HEX: #F7C8C6
RGB: (247,200,198)

Color info

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

RGB color model

#F7C8C6 color RGB value is (247,200,198).

  • red value is 247;
  • green value is 200;
  • blue value is 198.
RGB:
(247,200,198)
(97%,78%,78%)

RGB channels and saturation

R 247 of 255 = 97%
G 200 of 255 = 78%
B 198 of 255 = 78%

247
200
198

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

Portions of RGB colors in percentages

R + G + B =
247 + 200 + 198 = 645 (100%)
R 247 of 645 ~ 38.29%
G 200 of 645 ~ 31.01%
B 198 of 645 ~ 30.7%

%38.29
%31.01
%30.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.03%
  • 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
%19.03
%19.84
%3.14

Codes

Color #F7C8C6 in popluar color models

F7C8C6
RGB247200198
HSL75.38%87.25%
HSB/HSV19.84%96.86%
CMYK0.00%19.03%19.84%
3.14%

Color #F7C8C6 in popluar number systems.

HEXF7C8C6
Decimal247200198
Binary111101111100100011000110
Octal367310306

Shades and tints

Shades of #F7C8C6

#F7C8C6
(247,200,198)
#E1B6B4
(225,182,180)
#CBA4A2
(203,164,162)
#B59290
(181,146,144)
#9F807E
(159,128,126)
#896E6C
(137,110,108)
#735C5A
(115,92,90)
#5D4A48
(93,74,72)
#473836
(71,56,54)
#312624
(49,38,36)
#1B1412
(27,20,18)
#000000
(0,0,0)

Tints of #F7C8C6

#F7C8C6
(247,200,198)
#F7CDCB
(247,205,203)
#F7D2D0
(247,210,208)
#F7D7D5
(247,215,213)
#F7DCDA
(247,220,218)
#F7E1DF
(247,225,223)
#F7E6E4
(247,230,228)
#F7EBE9
(247,235,233)
#F7F0EE
(247,240,238)
#F7F5F3
(247,245,243)
#F7FAF8
(247,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C8C6; }

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

This text font color is #F7C8C6.


Background Color

.myBgColor { background-color: #F7C8C6; }

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

This div background color is #F7C8C6.


Border color

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

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

This div border color is #F7C8C6.


Opacity

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

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

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

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

This text has shadow with #F7C8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C8C6 on black background.


Color preview on white background

This text has color #F7C8C6 on white background.



Black color preview on #F7C8C6 background

This text has black color on #F7C8C6 background.


White color preview on #F7C8C6 background

This text has white color on #F7C8C6 background.