COLOR #F8C7D9

HEX: #F8C7D9
RGB: (248,199,217)

Color info

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

RGB color model

#F8C7D9 color RGB value is (248,199,217).

  • red value is 248;
  • green value is 199;
  • blue value is 217.
RGB:
(248,199,217)
(97%,78%,85%)

RGB channels and saturation

R 248 of 255 = 97%
G 199 of 255 = 78%
B 217 of 255 = 85%

248
199
217

R + G + B ~ 87%. #F8C7D9 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 199 + 217 = 664 (100%)
R 248 of 664 ~ 37.35%
G 199 of 664 ~ 29.97%
B 217 of 664 ~ 32.68%

%37.35
%29.97
%32.68

CMYK color model

#F8C7D9 color CMYK value is (0,20,13,3).

  • cyan value is 0.00%
  • magenta value is 19.76%
  • yellow value is 12.50%
  • key color value is 2.75%
CMYK:
(0,20,13,3)
C0M20Y13K3 
(0%,20%,13%,3%)
(0.00/0.20/0.13/0.03)	

CMYK percentages

%0
%19.76
%12.5
%2.75

Codes

Color #F8C7D9 in popluar color models

F8C7D9
RGB248199217
HSL338°77.78%87.65%
HSB/HSV338°19.76%97.25%
CMYK0.00%19.76%12.50%
2.75%

Color #F8C7D9 in popluar number systems.

HEXF8C7D9
Decimal248199217
Binary111110001100011111011001
Octal370307331

Shades and tints

Shades of #F8C7D9

#F8C7D9
(248,199,217)
#E2B5C6
(226,181,198)
#CCA3B3
(204,163,179)
#B691A0
(182,145,160)
#A07F8D
(160,127,141)
#8A6D7A
(138,109,122)
#745B67
(116,91,103)
#5E4954
(94,73,84)
#483741
(72,55,65)
#32252E
(50,37,46)
#1C131B
(28,19,27)
#000000
(0,0,0)

Tints of #F8C7D9

#F8C7D9
(248,199,217)
#F8CCDC
(248,204,220)
#F8D1DF
(248,209,223)
#F8D6E2
(248,214,226)
#F8DBE5
(248,219,229)
#F8E0E8
(248,224,232)
#F8E5EB
(248,229,235)
#F8EAEE
(248,234,238)
#F8EFF1
(248,239,241)
#F8F4F4
(248,244,244)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C7D9 color. Also use rgb(248,199,217) instead hex code.

Text Font Color

.myTextColor { color: #F8C7D9; }

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

This text font color is #F8C7D9.


Background Color

.myBgColor { background-color: #F8C7D9; }

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

This div background color is #F8C7D9.


Border color

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

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

This div border color is #F8C7D9.


Opacity

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

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

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

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

This text has shadow with #F8C7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C7D9 on black background.


Color preview on white background

This text has color #F8C7D9 on white background.



Black color preview on #F8C7D9 background

This text has black color on #F8C7D9 background.


White color preview on #F8C7D9 background

This text has white color on #F8C7D9 background.