COLOR #F9C3DD

HEX: #F9C3DD
RGB: (249,195,221)

Color info

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

RGB color model

#F9C3DD color RGB value is (249,195,221).

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

RGB channels and saturation

R 249 of 255 = 98%
G 195 of 255 = 76%
B 221 of 255 = 87%

249
195
221

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

Portions of RGB colors in percentages

R + G + B =
249 + 195 + 221 = 665 (100%)
R 249 of 665 ~ 37.44%
G 195 of 665 ~ 29.32%
B 221 of 665 ~ 33.23%

%37.44
%29.32
%33.23

CMYK color model

#F9C3DD color CMYK value is (0,22,11,2).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 11.24%
  • key color value is 2.35%
CMYK:
(0,22,11,2)
C0M22Y11K2 
(0%,22%,11%,2%)
(0.00/0.22/0.11/0.02)	

CMYK percentages

%0
%21.69
%11.24
%2.35

Codes

Color #F9C3DD in popluar color models

F9C3DD
RGB249195221
HSL331°81.82%87.06%
HSB/HSV331°21.69%97.65%
CMYK0.00%21.69%11.24%
2.35%

Color #F9C3DD in popluar number systems.

HEXF9C3DD
Decimal249195221
Binary111110011100001111011101
Octal371303335

Shades and tints

Shades of #F9C3DD

#F9C3DD
(249,195,221)
#E3B2C9
(227,178,201)
#CDA1B5
(205,161,181)
#B790A1
(183,144,161)
#A17F8D
(161,127,141)
#8B6E79
(139,110,121)
#755D65
(117,93,101)
#5F4C51
(95,76,81)
#493B3D
(73,59,61)
#332A29
(51,42,41)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #F9C3DD

#F9C3DD
(249,195,221)
#F9C8E0
(249,200,224)
#F9CDE3
(249,205,227)
#F9D2E6
(249,210,230)
#F9D7E9
(249,215,233)
#F9DCEC
(249,220,236)
#F9E1EF
(249,225,239)
#F9E6F2
(249,230,242)
#F9EBF5
(249,235,245)
#F9F0F8
(249,240,248)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C3DD color. Also use rgb(249,195,221) instead hex code.

Text Font Color

.myTextColor { color: #F9C3DD; }

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

This text font color is #F9C3DD.


Background Color

.myBgColor { background-color: #F9C3DD; }

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

This div background color is #F9C3DD.


Border color

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

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

This div border color is #F9C3DD.


Opacity

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

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

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

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

This text has shadow with #F9C3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C3DD on black background.


Color preview on white background

This text has color #F9C3DD on white background.



Black color preview on #F9C3DD background

This text has black color on #F9C3DD background.


White color preview on #F9C3DD background

This text has white color on #F9C3DD background.