COLOR #F7CEDF

HEX: #F7CEDF
RGB: (247,206,223)

Color info

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

RGB color model

#F7CEDF color RGB value is (247,206,223).

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

RGB channels and saturation

R 247 of 255 = 97%
G 206 of 255 = 81%
B 223 of 255 = 87%

247
206
223

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

Portions of RGB colors in percentages

R + G + B =
247 + 206 + 223 = 676 (100%)
R 247 of 676 ~ 36.54%
G 206 of 676 ~ 30.47%
B 223 of 676 ~ 32.99%

%36.54
%30.47
%32.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.60%
  • 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
%16.6
%9.72
%3.14

Codes

Color #F7CEDF in popluar color models

F7CEDF
RGB247206223
HSL335°71.93%88.82%
HSB/HSV335°16.60%96.86%
CMYK0.00%16.60%9.72%
3.14%

Color #F7CEDF in popluar number systems.

HEXF7CEDF
Decimal247206223
Binary111101111100111011011111
Octal367316337

Shades and tints

Shades of #F7CEDF

#F7CEDF
(247,206,223)
#E1BCCB
(225,188,203)
#CBAAB7
(203,170,183)
#B598A3
(181,152,163)
#9F868F
(159,134,143)
#89747B
(137,116,123)
#736267
(115,98,103)
#5D5053
(93,80,83)
#473E3F
(71,62,63)
#312C2B
(49,44,43)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #F7CEDF

#F7CEDF
(247,206,223)
#F7D2E1
(247,210,225)
#F7D6E3
(247,214,227)
#F7DAE5
(247,218,229)
#F7DEE7
(247,222,231)
#F7E2E9
(247,226,233)
#F7E6EB
(247,230,235)
#F7EAED
(247,234,237)
#F7EEEF
(247,238,239)
#F7F2F1
(247,242,241)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CEDF; }

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

This text font color is #F7CEDF.


Background Color

.myBgColor { background-color: #F7CEDF; }

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

This div background color is #F7CEDF.


Border color

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

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

This div border color is #F7CEDF.


Opacity

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

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

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

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

This text has shadow with #F7CEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CEDF on black background.


Color preview on white background

This text has color #F7CEDF on white background.



Black color preview on #F7CEDF background

This text has black color on #F7CEDF background.


White color preview on #F7CEDF background

This text has white color on #F7CEDF background.