COLOR #F7C7CF

HEX: #F7C7CF RGB: (247,199,207)

Color info

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

RGB color model

#F7C7CF color RGB value is (247,199,207).

RGB: (247,199,207) (97%, 78%, 81%)

RGB channels and saturation

R 247 of 255 = 97%
G 199 of 255 = 78%
B 207 of 255 = 81%

247
199
207

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

Portions of RGB colors in percentages

R + G + B = 247 + 199 + 207 = 653 (100%)
R 247 of 653 ~ 37.83%
G 199 of 653 ~ 30.47%
B 207 of 653 ~ 31.7'%

%37.83
%30.47
%31.7

CMYK color model

#F7C7CF color CMYK value is (0,19,16,3).

  • cyan value is 0.00%
  • magenta value is 19.43%
  • yellow value is 16.19%
  • key color value is 3.14%

CMYK: (0,19,16,3)
C0M19Y16K3 (0%, 19%, 16%, 3%)
(0.00 / 0.19 / 0.16 / 0.03)

CMYK percentages

%0
%19.43
%16.19
%3.14

Codes

Color #F7C7CF in popluar color models

F7 C7 CF
RGB 247 199 207
HSL 350° 75.00% 87.45%
HSB/HSV 350° 19.43% 96.86%
CMYK 0.00% 19.43% 16.19%
3.14%

Color #F7C7CF in popluar number systems.

HEX F7 C7 CF
Decimal 247 199 207
Binary 11110111 11000111 11001111
Octal 367 307 317

Shades and tints

Shades of #F7C7CF

#F7C7CF
(247,199,207)
#E1B5BD
(225,181,189)
#CBA3AB
(203,163,171)
#B59199
(181,145,153)
#9F7F87
(159,127,135)
#896D75
(137,109,117)
#735B63
(115,91,99)
#5D4951
(93,73,81)
#47373F
(71,55,63)
#31252D
(49,37,45)
#1B131B
(27,19,27)
#000000
(0,0,0)

Tints of #F7C7CF

#F7C7CF
(247,199,207)
#F7CCD3
(247,204,211)
#F7D1D7
(247,209,215)
#F7D6DB
(247,214,219)
#F7DBDF
(247,219,223)
#F7E0E3
(247,224,227)
#F7E5E7
(247,229,231)
#F7EAEB
(247,234,235)
#F7EFEF
(247,239,239)
#F7F4F3
(247,244,243)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C7CF color. Also use rgb(247,199,207) instead hex code.

Text Font Color

.myTextColor { color: #F7C7CF; }

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

This text font color is #F7C7CF.

Background Color

.myBgColor { background-color: #F7C7CF; }

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

This div background color is #F7C7CF.

Border color

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

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

This div border color is #F7C7CF.

Opacity

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

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

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

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

This text has shadow with #F7C7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7C7CF.

Preview

Color preview on black background

This text has color #F7C7CF on black background.


Color preview on white background

This text has color #F7C7CF on white background.


Black color preview on #F7C7CF background

This text has black color on #F7C7CF background.


White color preview on #F7C7CF background

This text has white color on #F7C7CF background.


Related colors

Complementary color

Complementary color for #hex is #083830.


I love getcolorcode.com

Triadic colors

1 #CFF7C7 and #C7CFF7 with #F7C7CF are triadic colors.

2 #CFC7F7 and #C7F7CF with #F7C7CF are triadic colors.