COLOR #F8C8DA

HEX: #F8C8DA
RGB: (248,200,218)

Color info

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

RGB color model

#F8C8DA color RGB value is (248,200,218).

  • red value is 248;
  • green value is 200;
  • blue value is 218.
RGB:
(248,200,218)
(97%,78%,85%)

RGB channels and saturation

R 248 of 255 = 97%
G 200 of 255 = 78%
B 218 of 255 = 85%

248
200
218

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

Portions of RGB colors in percentages

R + G + B =
248 + 200 + 218 = 666 (100%)
R 248 of 666 ~ 37.24%
G 200 of 666 ~ 30.03%
B 218 of 666 ~ 32.73%

%37.24
%30.03
%32.73

CMYK color model

#F8C8DA color CMYK value is (0,19,12,3).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 12.10%
  • key color value is 2.75%
CMYK:
(0,19,12,3)
C0M19Y12K3 
(0%,19%,12%,3%)
(0.00/0.19/0.12/0.03)	

CMYK percentages

%0
%19.35
%12.1
%2.75

Codes

Color #F8C8DA in popluar color models

F8C8DA
RGB248200218
HSL338°77.42%87.84%
HSB/HSV338°19.35%97.25%
CMYK0.00%19.35%12.10%
2.75%

Color #F8C8DA in popluar number systems.

HEXF8C8DA
Decimal248200218
Binary111110001100100011011010
Octal370310332

Shades and tints

Shades of #F8C8DA

#F8C8DA
(248,200,218)
#E2B6C7
(226,182,199)
#CCA4B4
(204,164,180)
#B692A1
(182,146,161)
#A0808E
(160,128,142)
#8A6E7B
(138,110,123)
#745C68
(116,92,104)
#5E4A55
(94,74,85)
#483842
(72,56,66)
#32262F
(50,38,47)
#1C141C
(28,20,28)
#000000
(0,0,0)

Tints of #F8C8DA

#F8C8DA
(248,200,218)
#F8CDDD
(248,205,221)
#F8D2E0
(248,210,224)
#F8D7E3
(248,215,227)
#F8DCE6
(248,220,230)
#F8E1E9
(248,225,233)
#F8E6EC
(248,230,236)
#F8EBEF
(248,235,239)
#F8F0F2
(248,240,242)
#F8F5F5
(248,245,245)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8C8DA color. Also use rgb(248,200,218) instead hex code.

Text Font Color

.myTextColor { color: #F8C8DA; }

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

This text font color is #F8C8DA.


Background Color

.myBgColor { background-color: #F8C8DA; }

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

This div background color is #F8C8DA.


Border color

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

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

This div border color is #F8C8DA.


Opacity

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

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

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

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

This text has shadow with #F8C8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8C8DA on black background.


Color preview on white background

This text has color #F8C8DA on white background.



Black color preview on #F8C8DA background

This text has black color on #F8C8DA background.


White color preview on #F8C8DA background

This text has white color on #F8C8DA background.