COLOR #F7C6D7

HEX: #F7C6D7 RGB: (247,198,215)

Color info

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

RGB color model

#F7C6D7 color RGB value is (247,198,215).

RGB: (247,198,215) (97%, 78%, 84%)

RGB channels and saturation

R 247 of 255 = 97%
G 198 of 255 = 78%
B 215 of 255 = 84%

247
198
215

R + G + B ~ 86%. #F7C6D7 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 198 + 215 = 660 (100%)
R 247 of 660 ~ 37.42%
G 198 of 660 ~ 30%
B 215 of 660 ~ 32.58'%

%37.42
%30
%32.58

CMYK color model

#F7C6D7 color CMYK value is (0,20,13,3).

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

CMYK: (0,20,13,3)
C0M20Y13K3 (0%, 20%, 13%, 3%)
(0.00 / 0.20 / 0.13 / 0.03)

CMYK percentages

%0
%19.84
%12.96
%3.14

Codes

Color #F7C6D7 in popluar color models

F7 C6 D7
RGB 247 198 215
HSL 339° 75.38% 87.25%
HSB/HSV 339° 19.84% 96.86%
CMYK 0.00% 19.84% 12.96%
3.14%

Color #F7C6D7 in popluar number systems.

HEX F7 C6 D7
Decimal 247 198 215
Binary 11110111 11000110 11010111
Octal 367 306 327

Shades and tints

Shades of #F7C6D7

#F7C6D7
(247,198,215)
#E1B4C4
(225,180,196)
#CBA2B1
(203,162,177)
#B5909E
(181,144,158)
#9F7E8B
(159,126,139)
#896C78
(137,108,120)
#735A65
(115,90,101)
#5D4852
(93,72,82)
#47363F
(71,54,63)
#31242C
(49,36,44)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #F7C6D7

#F7C6D7
(247,198,215)
#F7CBDA
(247,203,218)
#F7D0DD
(247,208,221)
#F7D5E0
(247,213,224)
#F7DAE3
(247,218,227)
#F7DFE6
(247,223,230)
#F7E4E9
(247,228,233)
#F7E9EC
(247,233,236)
#F7EEEF
(247,238,239)
#F7F3F2
(247,243,242)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C6D7; }

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

This text font color is #F7C6D7.

Background Color

.myBgColor { background-color: #F7C6D7; }

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

This div background color is #F7C6D7.

Border color

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

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

This div border color is #F7C6D7.

Opacity

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

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

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

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

This text has shadow with #F7C6D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7C6D7.

Preview

Color preview on black background

This text has color #F7C6D7 on black background.


Color preview on white background

This text has color #F7C6D7 on white background.


Black color preview on #F7C6D7 background

This text has black color on #F7C6D7 background.


White color preview on #F7C6D7 background

This text has white color on #F7C6D7 background.


Related colors

Complementary color

Complementary color for #hex is #083928.


I love getcolorcode.com

Triadic colors

1 #D7F7C6 and #C6D7F7 with #F7C6D7 are triadic colors.

2 #D7C6F7 and #C6F7D7 with #F7C6D7 are triadic colors.