COLOR #F7CCDF

HEX: #F7CCDF
RGB: (247,204,223)

Color info

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

RGB color model

#F7CCDF color RGB value is (247,204,223).

  • red value is 247;
  • green value is 204;
  • blue value is 223.
RGB:
(247,204,223)
(97%,80%,87%)

RGB channels and saturation

R 247 of 255 = 97%
G 204 of 255 = 80%
B 223 of 255 = 87%

247
204
223

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

Portions of RGB colors in percentages

R + G + B =
247 + 204 + 223 = 674 (100%)
R 247 of 674 ~ 36.65%
G 204 of 674 ~ 30.27%
B 223 of 674 ~ 33.09%

%36.65
%30.27
%33.09

CMYK color model

#F7CCDF color CMYK value is (0,17,10,3).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 9.72%
  • key color value is 3.14%
CMYK:
(0,17,10,3)
C0M17Y10K3 
(0%,17%,10%,3%)
(0.00/0.17/0.10/0.03)	

CMYK percentages

%0
%17.41
%9.72
%3.14

Codes

Color #F7CCDF in popluar color models

F7CCDF
RGB247204223
HSL333°72.88%88.43%
HSB/HSV333°17.41%96.86%
CMYK0.00%17.41%9.72%
3.14%

Color #F7CCDF in popluar number systems.

HEXF7CCDF
Decimal247204223
Binary111101111100110011011111
Octal367314337

Shades and tints

Shades of #F7CCDF

#F7CCDF
(247,204,223)
#E1BACB
(225,186,203)
#CBA8B7
(203,168,183)
#B596A3
(181,150,163)
#9F848F
(159,132,143)
#89727B
(137,114,123)
#736067
(115,96,103)
#5D4E53
(93,78,83)
#473C3F
(71,60,63)
#312A2B
(49,42,43)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #F7CCDF

#F7CCDF
(247,204,223)
#F7D0E1
(247,208,225)
#F7D4E3
(247,212,227)
#F7D8E5
(247,216,229)
#F7DCE7
(247,220,231)
#F7E0E9
(247,224,233)
#F7E4EB
(247,228,235)
#F7E8ED
(247,232,237)
#F7ECEF
(247,236,239)
#F7F0F1
(247,240,241)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7CCDF color. Also use rgb(247,204,223) instead hex code.

Text Font Color

.myTextColor { color: #F7CCDF; }

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

This text font color is #F7CCDF.


Background Color

.myBgColor { background-color: #F7CCDF; }

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

This div background color is #F7CCDF.


Border color

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

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

This div border color is #F7CCDF.


Opacity

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

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

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

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

This text has shadow with #F7CCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CCDF on black background.


Color preview on white background

This text has color #F7CCDF on white background.



Black color preview on #F7CCDF background

This text has black color on #F7CCDF background.


White color preview on #F7CCDF background

This text has white color on #F7CCDF background.