COLOR #F9C8DA

HEX: #F9C8DA
RGB: (249,200,218)

Color info

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

RGB color model

#F9C8DA color RGB value is (249,200,218).

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

RGB channels and saturation

R 249 of 255 = 98%
G 200 of 255 = 78%
B 218 of 255 = 85%

249
200
218

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

Portions of RGB colors in percentages

R + G + B =
249 + 200 + 218 = 667 (100%)
R 249 of 667 ~ 37.33%
G 200 of 667 ~ 29.99%
B 218 of 667 ~ 32.68%

%37.33
%29.99
%32.68

CMYK color model

#F9C8DA color CMYK value is (0,20,12,2).

  • cyan value is 0.00%
  • magenta value is 19.68%
  • yellow value is 12.45%
  • key color value is 2.35%
CMYK:
(0,20,12,2)
C0M20Y12K2 
(0%,20%,12%,2%)
(0.00/0.20/0.12/0.02)	

CMYK percentages

%0
%19.68
%12.45
%2.35

Codes

Color #F9C8DA in popluar color models

F9C8DA
RGB249200218
HSL338°80.33%88.04%
HSB/HSV338°19.68%97.65%
CMYK0.00%19.68%12.45%
2.35%

Color #F9C8DA in popluar number systems.

HEXF9C8DA
Decimal249200218
Binary111110011100100011011010
Octal371310332

Shades and tints

Shades of #F9C8DA

#F9C8DA
(249,200,218)
#E3B6C7
(227,182,199)
#CDA4B4
(205,164,180)
#B792A1
(183,146,161)
#A1808E
(161,128,142)
#8B6E7B
(139,110,123)
#755C68
(117,92,104)
#5F4A55
(95,74,85)
#493842
(73,56,66)
#33262F
(51,38,47)
#1D141C
(29,20,28)
#000000
(0,0,0)

Tints of #F9C8DA

#F9C8DA
(249,200,218)
#F9CDDD
(249,205,221)
#F9D2E0
(249,210,224)
#F9D7E3
(249,215,227)
#F9DCE6
(249,220,230)
#F9E1E9
(249,225,233)
#F9E6EC
(249,230,236)
#F9EBEF
(249,235,239)
#F9F0F2
(249,240,242)
#F9F5F5
(249,245,245)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9C8DA; }

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

This text font color is #F9C8DA.


Background Color

.myBgColor { background-color: #F9C8DA; }

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

This div background color is #F9C8DA.


Border color

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

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

This div border color is #F9C8DA.


Opacity

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

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

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

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

This text has shadow with #F9C8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C8DA on black background.


Color preview on white background

This text has color #F9C8DA on white background.



Black color preview on #F9C8DA background

This text has black color on #F9C8DA background.


White color preview on #F9C8DA background

This text has white color on #F9C8DA background.