COLOR #F7C1D7

HEX: #F7C1D7 RGB: (247,193,215)

Color info

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

RGB color model

#F7C1D7 color RGB value is (247,193,215).

RGB: (247,193,215) (97%, 76%, 84%)

RGB channels and saturation

R 247 of 255 = 97%
G 193 of 255 = 76%
B 215 of 255 = 84%

247
193
215

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

Portions of RGB colors in percentages

R + G + B = 247 + 193 + 215 = 655 (100%)
R 247 of 655 ~ 37.71%
G 193 of 655 ~ 29.47%
B 215 of 655 ~ 32.82'%

%37.71
%29.47
%32.82

CMYK color model

#F7C1D7 color CMYK value is (0,22,13,3).

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

CMYK: (0,22,13,3)
C0M22Y13K3 (0%, 22%, 13%, 3%)
(0.00 / 0.22 / 0.13 / 0.03)

CMYK percentages

%0
%21.86
%12.96
%3.14

Codes

Color #F7C1D7 in popluar color models

F7 C1 D7
RGB 247 193 215
HSL 336° 77.14% 86.27%
HSB/HSV 336° 21.86% 96.86%
CMYK 0.00% 21.86% 12.96%
3.14%

Color #F7C1D7 in popluar number systems.

HEX F7 C1 D7
Decimal 247 193 215
Binary 11110111 11000001 11010111
Octal 367 301 327

Shades and tints

Shades of #F7C1D7

#F7C1D7
(247,193,215)
#E1B0C4
(225,176,196)
#CB9FB1
(203,159,177)
#B58E9E
(181,142,158)
#9F7D8B
(159,125,139)
#896C78
(137,108,120)
#735B65
(115,91,101)
#5D4A52
(93,74,82)
#47393F
(71,57,63)
#31282C
(49,40,44)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #F7C1D7

#F7C1D7
(247,193,215)
#F7C6DA
(247,198,218)
#F7CBDD
(247,203,221)
#F7D0E0
(247,208,224)
#F7D5E3
(247,213,227)
#F7DAE6
(247,218,230)
#F7DFE9
(247,223,233)
#F7E4EC
(247,228,236)
#F7E9EF
(247,233,239)
#F7EEF2
(247,238,242)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C1D7; }

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

This text font color is #F7C1D7.

Background Color

.myBgColor { background-color: #F7C1D7; }

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

This div background color is #F7C1D7.

Border color

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

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

This div border color is #F7C1D7.

Opacity

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

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

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

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

This text has shadow with #F7C1D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7C1D7.

Preview

Color preview on black background

This text has color #F7C1D7 on black background.


Color preview on white background

This text has color #F7C1D7 on white background.


Black color preview on #F7C1D7 background

This text has black color on #F7C1D7 background.


White color preview on #F7C1D7 background

This text has white color on #F7C1D7 background.


Related colors

Complementary color

Complementary color for #hex is #083E28.


I love getcolorcode.com

Triadic colors

1 #D7F7C1 and #C1D7F7 with #F7C1D7 are triadic colors.

2 #D7C1F7 and #C1F7D7 with #F7C1D7 are triadic colors.