COLOR #F8C1DC

HEX: #F8C1DC
RGB: (248,193,220)

Color info

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

RGB color model

#F8C1DC color RGB value is (248,193,220).

  • red value is 248;
  • green value is 193;
  • blue value is 220.
RGB:
(248,193,220)
(97%,76%,86%)

RGB channels and saturation

R 248 of 255 = 97%
G 193 of 255 = 76%
B 220 of 255 = 86%

248
193
220

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

Portions of RGB colors in percentages

R + G + B =
248 + 193 + 220 = 661 (100%)
R 248 of 661 ~ 37.52%
G 193 of 661 ~ 29.2%
B 220 of 661 ~ 33.28%

%37.52
%29.2
%33.28

CMYK color model

#F8C1DC color CMYK value is (0,22,11,3).

  • cyan value is 0.00%
  • magenta value is 22.18%
  • yellow value is 11.29%
  • key color value is 2.75%
CMYK:
(0,22,11,3)
C0M22Y11K3 
(0%,22%,11%,3%)
(0.00/0.22/0.11/0.03)	

CMYK percentages

%0
%22.18
%11.29
%2.75

Codes

Color #F8C1DC in popluar color models

F8C1DC
RGB248193220
HSL331°79.71%86.47%
HSB/HSV331°22.18%97.25%
CMYK0.00%22.18%11.29%
2.75%

Color #F8C1DC in popluar number systems.

HEXF8C1DC
Decimal248193220
Binary111110001100000111011100
Octal370301334

Shades and tints

Shades of #F8C1DC

#F8C1DC
(248,193,220)
#E2B0C8
(226,176,200)
#CC9FB4
(204,159,180)
#B68EA0
(182,142,160)
#A07D8C
(160,125,140)
#8A6C78
(138,108,120)
#745B64
(116,91,100)
#5E4A50
(94,74,80)
#48393C
(72,57,60)
#322828
(50,40,40)
#1C1714
(28,23,20)
#000000
(0,0,0)

Tints of #F8C1DC

#F8C1DC
(248,193,220)
#F8C6DF
(248,198,223)
#F8CBE2
(248,203,226)
#F8D0E5
(248,208,229)
#F8D5E8
(248,213,232)
#F8DAEB
(248,218,235)
#F8DFEE
(248,223,238)
#F8E4F1
(248,228,241)
#F8E9F4
(248,233,244)
#F8EEF7
(248,238,247)
#F8F3FA
(248,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C1DC color. Also use rgb(248,193,220) instead hex code.

Text Font Color

.myTextColor { color: #F8C1DC; }

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

This text font color is #F8C1DC.


Background Color

.myBgColor { background-color: #F8C1DC; }

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

This div background color is #F8C1DC.


Border color

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

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

This div border color is #F8C1DC.


Opacity

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

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

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

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

This text has shadow with #F8C1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C1DC on black background.


Color preview on white background

This text has color #F8C1DC on white background.



Black color preview on #F8C1DC background

This text has black color on #F8C1DC background.


White color preview on #F8C1DC background

This text has white color on #F8C1DC background.