COLOR #F8C5D5

HEX: #F8C5D5
RGB: (248,197,213)

Color info

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

RGB color model

#F8C5D5 color RGB value is (248,197,213).

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

RGB channels and saturation

R 248 of 255 = 97%
G 197 of 255 = 77%
B 213 of 255 = 84%

248
197
213

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

Portions of RGB colors in percentages

R + G + B =
248 + 197 + 213 = 658 (100%)
R 248 of 658 ~ 37.69%
G 197 of 658 ~ 29.94%
B 213 of 658 ~ 32.37%

%37.69
%29.94
%32.37

CMYK color model

#F8C5D5 color CMYK value is (0,21,14,3).

  • cyan value is 0.00%
  • magenta value is 20.56%
  • yellow value is 14.11%
  • key color value is 2.75%
CMYK:
(0,21,14,3)
C0M21Y14K3 
(0%,21%,14%,3%)
(0.00/0.21/0.14/0.03)	

CMYK percentages

%0
%20.56
%14.11
%2.75

Codes

Color #F8C5D5 in popluar color models

F8C5D5
RGB248197213
HSL341°78.46%87.25%
HSB/HSV341°20.56%97.25%
CMYK0.00%20.56%14.11%
2.75%

Color #F8C5D5 in popluar number systems.

HEXF8C5D5
Decimal248197213
Binary111110001100010111010101
Octal370305325

Shades and tints

Shades of #F8C5D5

#F8C5D5
(248,197,213)
#E2B4C2
(226,180,194)
#CCA3AF
(204,163,175)
#B6929C
(182,146,156)
#A08189
(160,129,137)
#8A7076
(138,112,118)
#745F63
(116,95,99)
#5E4E50
(94,78,80)
#483D3D
(72,61,61)
#322C2A
(50,44,42)
#1C1B17
(28,27,23)
#000000
(0,0,0)

Tints of #F8C5D5

#F8C5D5
(248,197,213)
#F8CAD8
(248,202,216)
#F8CFDB
(248,207,219)
#F8D4DE
(248,212,222)
#F8D9E1
(248,217,225)
#F8DEE4
(248,222,228)
#F8E3E7
(248,227,231)
#F8E8EA
(248,232,234)
#F8EDED
(248,237,237)
#F8F2F0
(248,242,240)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8C5D5; }

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

This text font color is #F8C5D5.


Background Color

.myBgColor { background-color: #F8C5D5; }

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

This div background color is #F8C5D5.


Border color

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

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

This div border color is #F8C5D5.


Opacity

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

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

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

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

This text has shadow with #F8C5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C5D5 on black background.


Color preview on white background

This text has color #F8C5D5 on white background.



Black color preview on #F8C5D5 background

This text has black color on #F8C5D5 background.


White color preview on #F8C5D5 background

This text has white color on #F8C5D5 background.