COLOR #F9DAD2

HEX: #F9DAD2 RGB: (249,218,210)

Color info

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

RGB color model

#F9DAD2 color RGB value is (249,218,210).

RGB: (249,218,210) (98%, 85%, 82%)

RGB channels and saturation

R 249 of 255 = 98%
G 218 of 255 = 85%
B 210 of 255 = 82%

249
218
210

R + G + B ~ 88%. #F9DAD2 is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 218 + 210 = 677 (100%)
R 249 of 677 ~ 36.78%
G 218 of 677 ~ 32.2%
B 210 of 677 ~ 31.02'%

%36.78
%32.2
%31.02

CMYK color model

#F9DAD2 color CMYK value is (0,12,16,2).

  • cyan value is 0.00%
  • magenta value is 12.45%
  • yellow value is 15.66%
  • key color value is 2.35%

CMYK: (0,12,16,2)
C0M12Y16K2 (0%, 12%, 16%, 2%)
(0.00 / 0.12 / 0.16 / 0.02)

CMYK percentages

%0
%12.45
%15.66
%2.35

Codes

Color #F9DAD2 in popluar color models

F9 DA D2
RGB 249 218 210
HSL 12° 76.47% 90.00%
HSB/HSV 12° 15.66% 97.65%
CMYK 0.00% 12.45% 15.66%
2.35%

Color #F9DAD2 in popluar number systems.

HEX F9 DA D2
Decimal 249 218 210
Binary 11111001 11011010 11010010
Octal 371 332 322

Shades and tints

Shades of #F9DAD2

#F9DAD2
(249,218,210)
#E3C7BF
(227,199,191)
#CDB4AC
(205,180,172)
#B7A199
(183,161,153)
#A18E86
(161,142,134)
#8B7B73
(139,123,115)
#756860
(117,104,96)
#5F554D
(95,85,77)
#49423A
(73,66,58)
#332F27
(51,47,39)
#1D1C14
(29,28,20)
#000000
(0,0,0)

Tints of #F9DAD2

#F9DAD2
(249,218,210)
#F9DDD6
(249,221,214)
#F9E0DA
(249,224,218)
#F9E3DE
(249,227,222)
#F9E6E2
(249,230,226)
#F9E9E6
(249,233,230)
#F9ECEA
(249,236,234)
#F9EFEE
(249,239,238)
#F9F2F2
(249,242,242)
#F9F5F6
(249,245,246)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DAD2; }

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

This text font color is #F9DAD2.

Background Color

.myBgColor { background-color: #F9DAD2; }

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

This div background color is #F9DAD2.

Border color

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

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

This div border color is #F9DAD2.

Opacity

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

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

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

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

This text has shadow with #F9DAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DAD2.

Preview

Color preview on black background

This text has color #F9DAD2 on black background.


Color preview on white background

This text has color #F9DAD2 on white background.


Black color preview on #F9DAD2 background

This text has black color on #F9DAD2 background.


White color preview on #F9DAD2 background

This text has white color on #F9DAD2 background.


Related colors

Complementary color

Complementary color for #hex is #06252D.


I love getcolorcode.com

Triadic colors

1 #D2F9DA and #DAD2F9 with #F9DAD2 are triadic colors.

2 #D2DAF9 and #DAF9D2 with #F9DAD2 are triadic colors.