COLOR #F8C9D1

HEX: #F8C9D1
RGB: (248,201,209)

Color info

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

RGB color model

#F8C9D1 color RGB value is (248,201,209).

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

RGB channels and saturation

R 248 of 255 = 97%
G 201 of 255 = 79%
B 209 of 255 = 82%

248
201
209

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

Portions of RGB colors in percentages

R + G + B =
248 + 201 + 209 = 658 (100%)
R 248 of 658 ~ 37.69%
G 201 of 658 ~ 30.55%
B 209 of 658 ~ 31.76%

%37.69
%30.55
%31.76

CMYK color model

#F8C9D1 color CMYK value is (0,19,16,3).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 15.73%
  • key color value is 2.75%
CMYK:
(0,19,16,3)
C0M19Y16K3 
(0%,19%,16%,3%)
(0.00/0.19/0.16/0.03)	

CMYK percentages

%0
%18.95
%15.73
%2.75

Codes

Color #F8C9D1 in popluar color models

F8C9D1
RGB248201209
HSL350°77.05%88.04%
HSB/HSV350°18.95%97.25%
CMYK0.00%18.95%15.73%
2.75%

Color #F8C9D1 in popluar number systems.

HEXF8C9D1
Decimal248201209
Binary111110001100100111010001
Octal370311321

Shades and tints

Shades of #F8C9D1

#F8C9D1
(248,201,209)
#E2B7BE
(226,183,190)
#CCA5AB
(204,165,171)
#B69398
(182,147,152)
#A08185
(160,129,133)
#8A6F72
(138,111,114)
#745D5F
(116,93,95)
#5E4B4C
(94,75,76)
#483939
(72,57,57)
#322726
(50,39,38)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #F8C9D1

#F8C9D1
(248,201,209)
#F8CDD5
(248,205,213)
#F8D1D9
(248,209,217)
#F8D5DD
(248,213,221)
#F8D9E1
(248,217,225)
#F8DDE5
(248,221,229)
#F8E1E9
(248,225,233)
#F8E5ED
(248,229,237)
#F8E9F1
(248,233,241)
#F8EDF5
(248,237,245)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8C9D1; }

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

This text font color is #F8C9D1.


Background Color

.myBgColor { background-color: #F8C9D1; }

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

This div background color is #F8C9D1.


Border color

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

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

This div border color is #F8C9D1.


Opacity

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

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

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

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

This text has shadow with #F8C9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C9D1 on black background.


Color preview on white background

This text has color #F8C9D1 on white background.



Black color preview on #F8C9D1 background

This text has black color on #F8C9D1 background.


White color preview on #F8C9D1 background

This text has white color on #F8C9D1 background.