COLOR #F9C2DF

HEX: #F9C2DF
RGB: (249,194,223)

Color info

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

RGB color model

#F9C2DF color RGB value is (249,194,223).

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

RGB channels and saturation

R 249 of 255 = 98%
G 194 of 255 = 76%
B 223 of 255 = 87%

249
194
223

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

Portions of RGB colors in percentages

R + G + B =
249 + 194 + 223 = 666 (100%)
R 249 of 666 ~ 37.39%
G 194 of 666 ~ 29.13%
B 223 of 666 ~ 33.48%

%37.39
%29.13
%33.48

CMYK color model

#F9C2DF color CMYK value is (0,22,10,2).

  • cyan value is 0.00%
  • magenta value is 22.09%
  • yellow value is 10.44%
  • key color value is 2.35%
CMYK:
(0,22,10,2)
C0M22Y10K2 
(0%,22%,10%,2%)
(0.00/0.22/0.10/0.02)	

CMYK percentages

%0
%22.09
%10.44
%2.35

Codes

Color #F9C2DF in popluar color models

F9C2DF
RGB249194223
HSL328°82.09%86.86%
HSB/HSV328°22.09%97.65%
CMYK0.00%22.09%10.44%
2.35%

Color #F9C2DF in popluar number systems.

HEXF9C2DF
Decimal249194223
Binary111110011100001011011111
Octal371302337

Shades and tints

Shades of #F9C2DF

#F9C2DF
(249,194,223)
#E3B1CB
(227,177,203)
#CDA0B7
(205,160,183)
#B78FA3
(183,143,163)
#A17E8F
(161,126,143)
#8B6D7B
(139,109,123)
#755C67
(117,92,103)
#5F4B53
(95,75,83)
#493A3F
(73,58,63)
#33292B
(51,41,43)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #F9C2DF

#F9C2DF
(249,194,223)
#F9C7E1
(249,199,225)
#F9CCE3
(249,204,227)
#F9D1E5
(249,209,229)
#F9D6E7
(249,214,231)
#F9DBE9
(249,219,233)
#F9E0EB
(249,224,235)
#F9E5ED
(249,229,237)
#F9EAEF
(249,234,239)
#F9EFF1
(249,239,241)
#F9F4F3
(249,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9C2DF; }

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

This text font color is #F9C2DF.


Background Color

.myBgColor { background-color: #F9C2DF; }

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

This div background color is #F9C2DF.


Border color

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

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

This div border color is #F9C2DF.


Opacity

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

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

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

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

This text has shadow with #F9C2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C2DF on black background.


Color preview on white background

This text has color #F9C2DF on white background.



Black color preview on #F9C2DF background

This text has black color on #F9C2DF background.


White color preview on #F9C2DF background

This text has white color on #F9C2DF background.