COLOR #F9DEED

HEX: #F9DEED RGB: (249,222,237)

Color info

#F9DEED contains red, green and blue colors in about the same proportion. Web safe color of #F9DEED is #FFCCFF (or #FCF).

RGB color model

#F9DEED color RGB value is (249,222,237).

RGB: (249,222,237) (98%, 87%, 93%)

RGB channels and saturation

R 249 of 255 = 98%
G 222 of 255 = 87%
B 237 of 255 = 93%

249
222
237

R + G + B ~ 93%. #F9DEED is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 222 + 237 = 708 (100%)
R 249 of 708 ~ 35.17%
G 222 of 708 ~ 31.36%
B 237 of 708 ~ 33.47'%

%35.17
%31.36
%33.47

CMYK color model

#F9DEED color CMYK value is (0,11,5,2).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 4.82%
  • key color value is 2.35%
CMYK: (0,11,5,2) C0M11Y5K2 (0%,11%,5%,2%) (0.00/0.11/0.05/0.02) 

CMYK percentages

%0
%10.84
%4.82
%2.35

Codes

Color #F9DEED in popluar color models

F9 DE ED
RGB 249 222 237
HSL 327° 69.23% 92.35%
HSB/HSV 327° 10.84% 97.65%
CMYK 0.00% 10.84% 4.82%
2.35%

Color #F9DEED in popluar number systems.

HEX F9 DE ED
Decimal 249 222 237
Binary 11111001 11011110 11101101
Octal 371 336 355

Shades and tints

Shades of #F9DEED

#F9DEED
(249,222,237)
#E3CAD8
(227,202,216)
#CDB6C3
(205,182,195)
#B7A2AE
(183,162,174)
#A18E99
(161,142,153)
#8B7A84
(139,122,132)
#75666F
(117,102,111)
#5F525A
(95,82,90)
#493E45
(73,62,69)
#332A30
(51,42,48)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #F9DEED

#F9DEED
(249,222,237)
#F9E1EE
(249,225,238)
#F9E4EF
(249,228,239)
#F9E7F0
(249,231,240)
#F9EAF1
(249,234,241)
#F9EDF2
(249,237,242)
#F9F0F3
(249,240,243)
#F9F3F4
(249,243,244)
#F9F6F5
(249,246,245)
#F9F9F6
(249,249,246)
#F9FCF7
(249,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DEED; }

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

This text font color is #F9DEED.

Background Color

.myBgColor { background-color: #F9DEED; }

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

This div background color is #F9DEED.

Border color

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

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

This div border color is #F9DEED.

Opacity

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

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

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

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

This text has shadow with #F9DEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DEED.

Preview

Color preview on black background

This text has color #F9DEED on black background.


Color preview on white background

This text has color #F9DEED on white background.


Black color preview on #F9DEED background

This text has black color on #F9DEED background.


White color preview on #F9DEED background

This text has white color on #F9DEED background.


Related colors

Complementary color

Complementary color for #hex is #062112.


I love getcolorcode.com

Triadic colors

1 #EDF9DE and #DEEDF9 with #F9DEED are triadic colors.

2 #EDDEF9 and #DEF9ED with #F9DEED are triadic colors.