COLOR #F9DADE

HEX: #F9DADE RGB: (249,218,222)

Color info

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

RGB color model

#F9DADE color RGB value is (249,218,222).

RGB: (249,218,222) (98%, 85%, 87%)

RGB channels and saturation

R 249 of 255 = 98%
G 218 of 255 = 85%
B 222 of 255 = 87%

249
218
222

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

Portions of RGB colors in percentages

R + G + B = 249 + 218 + 222 = 689 (100%)
R 249 of 689 ~ 36.14%
G 218 of 689 ~ 31.64%
B 222 of 689 ~ 32.22'%

%36.14
%31.64
%32.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.45%
  • 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
%12.45
%10.84
%2.35

Codes

Color #F9DADE in popluar color models

F9 DA DE
RGB 249 218 222
HSL 352° 72.09% 91.57%
HSB/HSV 352° 12.45% 97.65%
CMYK 0.00% 12.45% 10.84%
2.35%

Color #F9DADE in popluar number systems.

HEX F9 DA DE
Decimal 249 218 222
Binary 11111001 11011010 11011110
Octal 371 332 336

Shades and tints

Shades of #F9DADE

#F9DADE
(249,218,222)
#E3C7CA
(227,199,202)
#CDB4B6
(205,180,182)
#B7A1A2
(183,161,162)
#A18E8E
(161,142,142)
#8B7B7A
(139,123,122)
#756866
(117,104,102)
#5F5552
(95,85,82)
#49423E
(73,66,62)
#332F2A
(51,47,42)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #F9DADE

#F9DADE
(249,218,222)
#F9DDE1
(249,221,225)
#F9E0E4
(249,224,228)
#F9E3E7
(249,227,231)
#F9E6EA
(249,230,234)
#F9E9ED
(249,233,237)
#F9ECF0
(249,236,240)
#F9EFF3
(249,239,243)
#F9F2F6
(249,242,246)
#F9F5F9
(249,245,249)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DADE; }

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

This text font color is #F9DADE.

Background Color

.myBgColor { background-color: #F9DADE; }

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

This div background color is #F9DADE.

Border color

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

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

This div border color is #F9DADE.

Opacity

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

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

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

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

This text has shadow with #F9DADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DADE.

Preview

Color preview on black background

This text has color #F9DADE on black background.


Color preview on white background

This text has color #F9DADE on white background.


Black color preview on #F9DADE background

This text has black color on #F9DADE background.


White color preview on #F9DADE background

This text has white color on #F9DADE background.


Related colors

Complementary color

Complementary color for #hex is #062521.


I love getcolorcode.com

Triadic colors

1 #DEF9DA and #DADEF9 with #F9DADE are triadic colors.

2 #DEDAF9 and #DAF9DE with #F9DADE are triadic colors.