COLOR #F9D0DE

HEX: #F9D0DE
RGB: (249,208,222)

Color info

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

RGB color model

#F9D0DE color RGB value is (249,208,222).

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

RGB channels and saturation

R 249 of 255 = 98%
G 208 of 255 = 82%
B 222 of 255 = 87%

249
208
222

R + G + B ~ 89%. #F9D0DE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 208 + 222 = 679 (100%)
R 249 of 679 ~ 36.67%
G 208 of 679 ~ 30.63%
B 222 of 679 ~ 32.7%

%36.67
%30.63
%32.7

CMYK color model

#F9D0DE color CMYK value is (0,16,11,2).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 10.84%
  • key color value is 2.35%
CMYK:
(0,16,11,2)
C0M16Y11K2 
(0%,16%,11%,2%)
(0.00/0.16/0.11/0.02)	

CMYK percentages

%0
%16.47
%10.84
%2.35

Codes

Color #F9D0DE in popluar color models

F9D0DE
RGB249208222
HSL340°77.36%89.61%
HSB/HSV340°16.47%97.65%
CMYK0.00%16.47%10.84%
2.35%

Color #F9D0DE in popluar number systems.

HEXF9D0DE
Decimal249208222
Binary111110011101000011011110
Octal371320336

Shades and tints

Shades of #F9D0DE

#F9D0DE
(249,208,222)
#E3BECA
(227,190,202)
#CDACB6
(205,172,182)
#B79AA2
(183,154,162)
#A1888E
(161,136,142)
#8B767A
(139,118,122)
#756466
(117,100,102)
#5F5252
(95,82,82)
#49403E
(73,64,62)
#332E2A
(51,46,42)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #F9D0DE

#F9D0DE
(249,208,222)
#F9D4E1
(249,212,225)
#F9D8E4
(249,216,228)
#F9DCE7
(249,220,231)
#F9E0EA
(249,224,234)
#F9E4ED
(249,228,237)
#F9E8F0
(249,232,240)
#F9ECF3
(249,236,243)
#F9F0F6
(249,240,246)
#F9F4F9
(249,244,249)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9D0DE; }

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

This text font color is #F9D0DE.


Background Color

.myBgColor { background-color: #F9D0DE; }

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

This div background color is #F9D0DE.


Border color

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

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

This div border color is #F9D0DE.


Opacity

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

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

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

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

This text has shadow with #F9D0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D0DE on black background.


Color preview on white background

This text has color #F9D0DE on white background.



Black color preview on #F9D0DE background

This text has black color on #F9D0DE background.


White color preview on #F9D0DE background

This text has white color on #F9D0DE background.