COLOR #F8C7D1

HEX: #F8C7D1
RGB: (248,199,209)

Color info

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

RGB color model

#F8C7D1 color RGB value is (248,199,209).

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

RGB channels and saturation

R 248 of 255 = 97%
G 199 of 255 = 78%
B 209 of 255 = 82%

248
199
209

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

Portions of RGB colors in percentages

R + G + B =
248 + 199 + 209 = 656 (100%)
R 248 of 656 ~ 37.8%
G 199 of 656 ~ 30.34%
B 209 of 656 ~ 31.86%

%37.8
%30.34
%31.86

CMYK color model

#F8C7D1 color CMYK value is (0,20,16,3).

  • cyan value is 0.00%
  • magenta value is 19.76%
  • yellow value is 15.73%
  • key color value is 2.75%
CMYK:
(0,20,16,3)
C0M20Y16K3 
(0%,20%,16%,3%)
(0.00/0.20/0.16/0.03)	

CMYK percentages

%0
%19.76
%15.73
%2.75

Codes

Color #F8C7D1 in popluar color models

F8C7D1
RGB248199209
HSL348°77.78%87.65%
HSB/HSV348°19.76%97.25%
CMYK0.00%19.76%15.73%
2.75%

Color #F8C7D1 in popluar number systems.

HEXF8C7D1
Decimal248199209
Binary111110001100011111010001
Octal370307321

Shades and tints

Shades of #F8C7D1

#F8C7D1
(248,199,209)
#E2B5BE
(226,181,190)
#CCA3AB
(204,163,171)
#B69198
(182,145,152)
#A07F85
(160,127,133)
#8A6D72
(138,109,114)
#745B5F
(116,91,95)
#5E494C
(94,73,76)
#483739
(72,55,57)
#322526
(50,37,38)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #F8C7D1

#F8C7D1
(248,199,209)
#F8CCD5
(248,204,213)
#F8D1D9
(248,209,217)
#F8D6DD
(248,214,221)
#F8DBE1
(248,219,225)
#F8E0E5
(248,224,229)
#F8E5E9
(248,229,233)
#F8EAED
(248,234,237)
#F8EFF1
(248,239,241)
#F8F4F5
(248,244,245)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8C7D1; }

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

This text font color is #F8C7D1.


Background Color

.myBgColor { background-color: #F8C7D1; }

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

This div background color is #F8C7D1.


Border color

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

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

This div border color is #F8C7D1.


Opacity

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

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

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

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

This text has shadow with #F8C7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C7D1 on black background.


Color preview on white background

This text has color #F8C7D1 on white background.



Black color preview on #F8C7D1 background

This text has black color on #F8C7D1 background.


White color preview on #F8C7D1 background

This text has white color on #F8C7D1 background.