COLOR #F7C6CB

HEX: #F7C6CB
RGB: (247,198,203)

Color info

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

RGB color model

#F7C6CB color RGB value is (247,198,203).

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

RGB channels and saturation

R 247 of 255 = 97%
G 198 of 255 = 78%
B 203 of 255 = 80%

247
198
203

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

Portions of RGB colors in percentages

R + G + B =
247 + 198 + 203 = 648 (100%)
R 247 of 648 ~ 38.12%
G 198 of 648 ~ 30.56%
B 203 of 648 ~ 31.33%

%38.12
%30.56
%31.33

CMYK color model

#F7C6CB color CMYK value is (0,20,18,3).

  • cyan value is 0.00%
  • magenta value is 19.84%
  • yellow value is 17.81%
  • key color value is 3.14%
CMYK:
(0,20,18,3)
C0M20Y18K3 
(0%,20%,18%,3%)
(0.00/0.20/0.18/0.03)	

CMYK percentages

%0
%19.84
%17.81
%3.14

Codes

Color #F7C6CB in popluar color models

F7C6CB
RGB247198203
HSL354°75.38%87.25%
HSB/HSV354°19.84%96.86%
CMYK0.00%19.84%17.81%
3.14%

Color #F7C6CB in popluar number systems.

HEXF7C6CB
Decimal247198203
Binary111101111100011011001011
Octal367306313

Shades and tints

Shades of #F7C6CB

#F7C6CB
(247,198,203)
#E1B4B9
(225,180,185)
#CBA2A7
(203,162,167)
#B59095
(181,144,149)
#9F7E83
(159,126,131)
#896C71
(137,108,113)
#735A5F
(115,90,95)
#5D484D
(93,72,77)
#47363B
(71,54,59)
#312429
(49,36,41)
#1B1217
(27,18,23)
#000000
(0,0,0)

Tints of #F7C6CB

#F7C6CB
(247,198,203)
#F7CBCF
(247,203,207)
#F7D0D3
(247,208,211)
#F7D5D7
(247,213,215)
#F7DADB
(247,218,219)
#F7DFDF
(247,223,223)
#F7E4E3
(247,228,227)
#F7E9E7
(247,233,231)
#F7EEEB
(247,238,235)
#F7F3EF
(247,243,239)
#F7F8F3
(247,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C6CB; }

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

This text font color is #F7C6CB.


Background Color

.myBgColor { background-color: #F7C6CB; }

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

This div background color is #F7C6CB.


Border color

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

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

This div border color is #F7C6CB.


Opacity

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

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

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

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

This text has shadow with #F7C6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C6CB on black background.


Color preview on white background

This text has color #F7C6CB on white background.



Black color preview on #F7C6CB background

This text has black color on #F7C6CB background.


White color preview on #F7C6CB background

This text has white color on #F7C6CB background.