COLOR #F7C7D2

HEX: #F7C7D2 RGB: (247,199,210)

Color info

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

RGB color model

#F7C7D2 color RGB value is (247,199,210).

RGB: (247,199,210) (97%, 78%, 82%)

RGB channels and saturation

R 247 of 255 = 97%
G 199 of 255 = 78%
B 210 of 255 = 82%

247
199
210

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

Portions of RGB colors in percentages

R + G + B = 247 + 199 + 210 = 656 (100%)
R 247 of 656 ~ 37.65%
G 199 of 656 ~ 30.34%
B 210 of 656 ~ 32.01'%

%37.65
%30.34
%32.01

CMYK color model

#F7C7D2 color CMYK value is (0,19,15,3).

  • cyan value is 0.00%
  • magenta value is 19.43%
  • yellow value is 14.98%
  • key color value is 3.14%
CMYK: (0,19,15,3) C0M19Y15K3 (0%,19%,15%,3%) (0.00/0.19/0.15/0.03) 

CMYK percentages

%0
%19.43
%14.98
%3.14

Codes

Color #F7C7D2 in popluar color models

F7 C7 D2
RGB 247 199 210
HSL 346° 75.00% 87.45%
HSB/HSV 346° 19.43% 96.86%
CMYK 0.00% 19.43% 14.98%
3.14%

Color #F7C7D2 in popluar number systems.

HEX F7 C7 D2
Decimal 247 199 210
Binary 11110111 11000111 11010010
Octal 367 307 322

Shades and tints

Shades of #F7C7D2

#F7C7D2
(247,199,210)
#E1B5BF
(225,181,191)
#CBA3AC
(203,163,172)
#B59199
(181,145,153)
#9F7F86
(159,127,134)
#896D73
(137,109,115)
#735B60
(115,91,96)
#5D494D
(93,73,77)
#47373A
(71,55,58)
#312527
(49,37,39)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #F7C7D2

#F7C7D2
(247,199,210)
#F7CCD6
(247,204,214)
#F7D1DA
(247,209,218)
#F7D6DE
(247,214,222)
#F7DBE2
(247,219,226)
#F7E0E6
(247,224,230)
#F7E5EA
(247,229,234)
#F7EAEE
(247,234,238)
#F7EFF2
(247,239,242)
#F7F4F6
(247,244,246)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C7D2; }

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

This text font color is #F7C7D2.

Background Color

.myBgColor { background-color: #F7C7D2; }

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

This div background color is #F7C7D2.

Border color

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

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

This div border color is #F7C7D2.

Opacity

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

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

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

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

This text has shadow with #F7C7D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7C7D2.

Preview

Color preview on black background

This text has color #F7C7D2 on black background.


Color preview on white background

This text has color #F7C7D2 on white background.


Black color preview on #F7C7D2 background

This text has black color on #F7C7D2 background.


White color preview on #F7C7D2 background

This text has white color on #F7C7D2 background.


Related colors

Complementary color

Complementary color for #hex is #08382D.


I love getcolorcode.com

Triadic colors

1 #D2F7C7 and #C7D2F7 with #F7C7D2 are triadic colors.

2 #D2C7F7 and #C7F7D2 with #F7C7D2 are triadic colors.