COLOR #F7CFDC

HEX: #F7CFDC RGB: (247,207,220)

Color info

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

RGB color model

#F7CFDC color RGB value is (247,207,220).

RGB: (247,207,220) (97%, 81%, 86%)

RGB channels and saturation

R 247 of 255 = 97%
G 207 of 255 = 81%
B 220 of 255 = 86%

247
207
220

R + G + B ~ 88%. #F7CFDC is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 207 + 220 = 674 (100%)
R 247 of 674 ~ 36.65%
G 207 of 674 ~ 30.71%
B 220 of 674 ~ 32.64'%

%36.65
%30.71
%32.64

CMYK color model

#F7CFDC color CMYK value is (0,16,11,3).

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

CMYK: (0,16,11,3)
C0M16Y11K3 (0%, 16%, 11%, 3%)
(0.00 / 0.16 / 0.11 / 0.03)

CMYK percentages

%0
%16.19
%10.93
%3.14

Codes

Color #F7CFDC in popluar color models

F7 CF DC
RGB 247 207 220
HSL 341° 71.43% 89.02%
HSB/HSV 341° 16.19% 96.86%
CMYK 0.00% 16.19% 10.93%
3.14%

Color #F7CFDC in popluar number systems.

HEX F7 CF DC
Decimal 247 207 220
Binary 11110111 11001111 11011100
Octal 367 317 334

Shades and tints

Shades of #F7CFDC

#F7CFDC
(247,207,220)
#E1BDC8
(225,189,200)
#CBABB4
(203,171,180)
#B599A0
(181,153,160)
#9F878C
(159,135,140)
#897578
(137,117,120)
#736364
(115,99,100)
#5D5150
(93,81,80)
#473F3C
(71,63,60)
#312D28
(49,45,40)
#1B1B14
(27,27,20)
#000000
(0,0,0)

Tints of #F7CFDC

#F7CFDC
(247,207,220)
#F7D3DF
(247,211,223)
#F7D7E2
(247,215,226)
#F7DBE5
(247,219,229)
#F7DFE8
(247,223,232)
#F7E3EB
(247,227,235)
#F7E7EE
(247,231,238)
#F7EBF1
(247,235,241)
#F7EFF4
(247,239,244)
#F7F3F7
(247,243,247)
#F7F7FA
(247,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CFDC; }

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

This text font color is #F7CFDC.

Background Color

.myBgColor { background-color: #F7CFDC; }

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

This div background color is #F7CFDC.

Border color

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

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

This div border color is #F7CFDC.

Opacity

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

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

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

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

This text has shadow with #F7CFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7CFDC.

Preview

Color preview on black background

This text has color #F7CFDC on black background.


Color preview on white background

This text has color #F7CFDC on white background.


Black color preview on #F7CFDC background

This text has black color on #F7CFDC background.


White color preview on #F7CFDC background

This text has white color on #F7CFDC background.


Related colors

Complementary color

Complementary color for #hex is #083023.


I love getcolorcode.com

Triadic colors

1 #DCF7CF and #CFDCF7 with #F7CFDC are triadic colors.

2 #DCCFF7 and #CFF7DC with #F7CFDC are triadic colors.