COLOR #F8C5DF

HEX: #F8C5DF
RGB: (248,197,223)

Color info

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

RGB color model

#F8C5DF color RGB value is (248,197,223).

  • red value is 248;
  • green value is 197;
  • blue value is 223.
RGB:
(248,197,223)
(97%,77%,87%)

RGB channels and saturation

R 248 of 255 = 97%
G 197 of 255 = 77%
B 223 of 255 = 87%

248
197
223

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

Portions of RGB colors in percentages

R + G + B =
248 + 197 + 223 = 668 (100%)
R 248 of 668 ~ 37.13%
G 197 of 668 ~ 29.49%
B 223 of 668 ~ 33.38%

%37.13
%29.49
%33.38

CMYK color model

#F8C5DF color CMYK value is (0,21,10,3).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 10.08%
  • key color value is 2.75%
CMYK:
(0,21,10,3)
C0M21Y10K3 
(0%,21%,10%,3%)
(0.00/0.21/0.10/0.03)	

CMYK percentages

%0
%20.56
%10.08
%2.75

Codes

Color #F8C5DF in popluar color models

F8C5DF
RGB248197223
HSL329°78.46%87.25%
HSB/HSV329°20.56%97.25%
CMYK0.00%20.56%10.08%
2.75%

Color #F8C5DF in popluar number systems.

HEXF8C5DF
Decimal248197223
Binary111110001100010111011111
Octal370305337

Shades and tints

Shades of #F8C5DF

#F8C5DF
(248,197,223)
#E2B4CB
(226,180,203)
#CCA3B7
(204,163,183)
#B692A3
(182,146,163)
#A0818F
(160,129,143)
#8A707B
(138,112,123)
#745F67
(116,95,103)
#5E4E53
(94,78,83)
#483D3F
(72,61,63)
#322C2B
(50,44,43)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #F8C5DF

#F8C5DF
(248,197,223)
#F8CAE1
(248,202,225)
#F8CFE3
(248,207,227)
#F8D4E5
(248,212,229)
#F8D9E7
(248,217,231)
#F8DEE9
(248,222,233)
#F8E3EB
(248,227,235)
#F8E8ED
(248,232,237)
#F8EDEF
(248,237,239)
#F8F2F1
(248,242,241)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C5DF color. Also use rgb(248,197,223) instead hex code.

Text Font Color

.myTextColor { color: #F8C5DF; }

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

This text font color is #F8C5DF.


Background Color

.myBgColor { background-color: #F8C5DF; }

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

This div background color is #F8C5DF.


Border color

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

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

This div border color is #F8C5DF.


Opacity

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

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

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

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

This text has shadow with #F8C5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C5DF on black background.


Color preview on white background

This text has color #F8C5DF on white background.



Black color preview on #F8C5DF background

This text has black color on #F8C5DF background.


White color preview on #F8C5DF background

This text has white color on #F8C5DF background.