COLOR #F9DCDE

HEX: #F9DCDE
RGB: (249,220,222)

Color info

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

RGB color model

#F9DCDE color RGB value is (249,220,222).

  • red value is 249;
  • green value is 220;
  • blue value is 222.
RGB:
(249,220,222)
(98%,86%,87%)

RGB channels and saturation

R 249 of 255 = 98%
G 220 of 255 = 86%
B 222 of 255 = 87%

249
220
222

R + G + B ~ 90%. #F9DCDE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 220 + 222 = 691 (100%)
R 249 of 691 ~ 36.03%
G 220 of 691 ~ 31.84%
B 222 of 691 ~ 32.13%

%36.03
%31.84
%32.13

CMYK color model

#F9DCDE color CMYK value is (0,12,11,2).

  • cyan value is 0.00%
  • magenta value is 11.65%
  • yellow value is 10.84%
  • key color value is 2.35%
CMYK:
(0,12,11,2)
C0M12Y11K2 
(0%,12%,11%,2%)
(0.00/0.12/0.11/0.02)	

CMYK percentages

%0
%11.65
%10.84
%2.35

Codes

Color #F9DCDE in popluar color models

F9DCDE
RGB249220222
HSL356°70.73%91.96%
HSB/HSV356°11.65%97.65%
CMYK0.00%11.65%10.84%
2.35%

Color #F9DCDE in popluar number systems.

HEXF9DCDE
Decimal249220222
Binary111110011101110011011110
Octal371334336

Shades and tints

Shades of #F9DCDE

#F9DCDE
(249,220,222)
#E3C8CA
(227,200,202)
#CDB4B6
(205,180,182)
#B7A0A2
(183,160,162)
#A18C8E
(161,140,142)
#8B787A
(139,120,122)
#756466
(117,100,102)
#5F5052
(95,80,82)
#493C3E
(73,60,62)
#33282A
(51,40,42)
#1D1416
(29,20,22)
#000000
(0,0,0)

Tints of #F9DCDE

#F9DCDE
(249,220,222)
#F9DFE1
(249,223,225)
#F9E2E4
(249,226,228)
#F9E5E7
(249,229,231)
#F9E8EA
(249,232,234)
#F9EBED
(249,235,237)
#F9EEF0
(249,238,240)
#F9F1F3
(249,241,243)
#F9F4F6
(249,244,246)
#F9F7F9
(249,247,249)
#F9FAFC
(249,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DCDE color. Also use rgb(249,220,222) instead hex code.

Text Font Color

.myTextColor { color: #F9DCDE; }

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

This text font color is #F9DCDE.


Background Color

.myBgColor { background-color: #F9DCDE; }

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

This div background color is #F9DCDE.


Border color

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

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

This div border color is #F9DCDE.


Opacity

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

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

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

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

This text has shadow with #F9DCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DCDE on black background.


Color preview on white background

This text has color #F9DCDE on white background.



Black color preview on #F9DCDE background

This text has black color on #F9DCDE background.


White color preview on #F9DCDE background

This text has white color on #F9DCDE background.