COLOR #F9C2D6

HEX: #F9C2D6
RGB: (249,194,214)

Color info

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

RGB color model

#F9C2D6 color RGB value is (249,194,214).

  • red value is 249;
  • green value is 194;
  • blue value is 214.
RGB:
(249,194,214)
(98%,76%,84%)

RGB channels and saturation

R 249 of 255 = 98%
G 194 of 255 = 76%
B 214 of 255 = 84%

249
194
214

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

Portions of RGB colors in percentages

R + G + B =
249 + 194 + 214 = 657 (100%)
R 249 of 657 ~ 37.9%
G 194 of 657 ~ 29.53%
B 214 of 657 ~ 32.57%

%37.9
%29.53
%32.57

CMYK color model

#F9C2D6 color CMYK value is (0,22,14,2).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 14.06%
  • key color value is 2.35%
CMYK:
(0,22,14,2)
C0M22Y14K2 
(0%,22%,14%,2%)
(0.00/0.22/0.14/0.02)	

CMYK percentages

%0
%22.09
%14.06
%2.35

Codes

Color #F9C2D6 in popluar color models

F9C2D6
RGB249194214
HSL338°82.09%86.86%
HSB/HSV338°22.09%97.65%
CMYK0.00%22.09%14.06%
2.35%

Color #F9C2D6 in popluar number systems.

HEXF9C2D6
Decimal249194214
Binary111110011100001011010110
Octal371302326

Shades and tints

Shades of #F9C2D6

#F9C2D6
(249,194,214)
#E3B1C3
(227,177,195)
#CDA0B0
(205,160,176)
#B78F9D
(183,143,157)
#A17E8A
(161,126,138)
#8B6D77
(139,109,119)
#755C64
(117,92,100)
#5F4B51
(95,75,81)
#493A3E
(73,58,62)
#33292B
(51,41,43)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #F9C2D6

#F9C2D6
(249,194,214)
#F9C7D9
(249,199,217)
#F9CCDC
(249,204,220)
#F9D1DF
(249,209,223)
#F9D6E2
(249,214,226)
#F9DBE5
(249,219,229)
#F9E0E8
(249,224,232)
#F9E5EB
(249,229,235)
#F9EAEE
(249,234,238)
#F9EFF1
(249,239,241)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C2D6 color. Also use rgb(249,194,214) instead hex code.

Text Font Color

.myTextColor { color: #F9C2D6; }

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

This text font color is #F9C2D6.


Background Color

.myBgColor { background-color: #F9C2D6; }

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

This div background color is #F9C2D6.


Border color

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

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

This div border color is #F9C2D6.


Opacity

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

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

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

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

This text has shadow with #F9C2D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C2D6 on black background.


Color preview on white background

This text has color #F9C2D6 on white background.



Black color preview on #F9C2D6 background

This text has black color on #F9C2D6 background.


White color preview on #F9C2D6 background

This text has white color on #F9C2D6 background.