COLOR #F9DFED

HEX: #F9DFED RGB: (249,223,237)

Color info

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

RGB color model

#F9DFED color RGB value is (249,223,237).

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

RGB channels and saturation

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

249
223
237

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

Portions of RGB colors in percentages

R + G + B = 249 + 223 + 237 = 709 (100%)
R 249 of 709 ~ 35.12%
G 223 of 709 ~ 31.45%
B 237 of 709 ~ 33.43'%

%35.12
%31.45
%33.43

CMYK color model

#F9DFED color CMYK value is (0,10,5,2).

  • cyan value is 0.00%
  • magenta value is 10.44%
  • yellow value is 4.82%
  • key color value is 2.35%
CMYK: (0,10,5,2) C0M10Y5K2 (0%,10%,5%,2%) (0.00/0.10/0.05/0.02) 

CMYK percentages

%0
%10.44
%4.82
%2.35

Codes

Color #F9DFED in popluar color models

F9 DF ED
RGB 249 223 237
HSL 328° 68.42% 92.55%
HSB/HSV 328° 10.44% 97.65%
CMYK 0.00% 10.44% 4.82%
2.35%

Color #F9DFED in popluar number systems.

HEX F9 DF ED
Decimal 249 223 237
Binary 11111001 11011111 11101101
Octal 371 337 355

Shades and tints

Shades of #F9DFED

#F9DFED
(249,223,237)
#E3CBD8
(227,203,216)
#CDB7C3
(205,183,195)
#B7A3AE
(183,163,174)
#A18F99
(161,143,153)
#8B7B84
(139,123,132)
#75676F
(117,103,111)
#5F535A
(95,83,90)
#493F45
(73,63,69)
#332B30
(51,43,48)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #F9DFED

#F9DFED
(249,223,237)
#F9E1EE
(249,225,238)
#F9E3EF
(249,227,239)
#F9E5F0
(249,229,240)
#F9E7F1
(249,231,241)
#F9E9F2
(249,233,242)
#F9EBF3
(249,235,243)
#F9EDF4
(249,237,244)
#F9EFF5
(249,239,245)
#F9F1F6
(249,241,246)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DFED; }

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

This text font color is #F9DFED.

Background Color

.myBgColor { background-color: #F9DFED; }

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

This div background color is #F9DFED.

Border color

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

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

This div border color is #F9DFED.

Opacity

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

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

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

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

This text has shadow with #F9DFED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DFED.

Preview

Color preview on black background

This text has color #F9DFED on black background.


Color preview on white background

This text has color #F9DFED on white background.


Black color preview on #F9DFED background

This text has black color on #F9DFED background.


White color preview on #F9DFED background

This text has white color on #F9DFED background.


Related colors

Complementary color

Complementary color for #hex is #062012.


I love getcolorcode.com

Triadic colors

1 #EDF9DF and #DFEDF9 with #F9DFED are triadic colors.

2 #EDDFF9 and #DFF9ED with #F9DFED are triadic colors.