COLOR #F9DCAB

HEX: #F9DCAB RGB: (249,220,171)

Color info

#F9DCAB contains mainly red and green colors. Web safe color of #F9DCAB is #FFCC99 (or #FC9).

RGB color model

#F9DCAB color RGB value is (249,220,171).

RGB: (249,220,171) (98%, 86%, 67%)

RGB channels and saturation

R 249 of 255 = 98%
G 220 of 255 = 86%
B 171 of 255 = 67%

249
220
171

R + G + B ~ 84%. #F9DCAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 220 + 171 = 640 (100%)
R 249 of 640 ~ 38.91%
G 220 of 640 ~ 34.38%
B 171 of 640 ~ 26.72'%

%38.91
%34.38
%26.72

CMYK color model

#F9DCAB color CMYK value is (0,12,31,2).

  • cyan value is 0.00%
  • magenta value is 11.65%
  • yellow value is 31.33%
  • key color value is 2.35%

CMYK: (0,12,31,2)
C0M12Y31K2 (0%, 12%, 31%, 2%)
(0.00 / 0.12 / 0.31 / 0.02)

CMYK percentages

%0
%11.65
%31.33
%2.35

Codes

Color #F9DCAB in popluar color models

F9 DC AB
RGB 249 220 171
HSL 38° 86.67% 82.35%
HSB/HSV 38° 31.33% 97.65%
CMYK 0.00% 11.65% 31.33%
2.35%

Color #F9DCAB in popluar number systems.

HEX F9 DC AB
Decimal 249 220 171
Binary 11111001 11011100 10101011
Octal 371 334 253

Shades and tints

Shades of #F9DCAB

#F9DCAB
(249,220,171)
#E3C89C
(227,200,156)
#CDB48D
(205,180,141)
#B7A07E
(183,160,126)
#A18C6F
(161,140,111)
#8B7860
(139,120,96)
#756451
(117,100,81)
#5F5042
(95,80,66)
#493C33
(73,60,51)
#332824
(51,40,36)
#1D1415
(29,20,21)
#000000
(0,0,0)

Tints of #F9DCAB

#F9DCAB
(249,220,171)
#F9DFB2
(249,223,178)
#F9E2B9
(249,226,185)
#F9E5C0
(249,229,192)
#F9E8C7
(249,232,199)
#F9EBCE
(249,235,206)
#F9EED5
(249,238,213)
#F9F1DC
(249,241,220)
#F9F4E3
(249,244,227)
#F9F7EA
(249,247,234)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DCAB color. Also use rgb(249,220,171) instead hex code.

Text Font Color

.myTextColor { color: #F9DCAB; }

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

This text font color is #F9DCAB.

Background Color

.myBgColor { background-color: #F9DCAB; }

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

This div background color is #F9DCAB.

Border color

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

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

This div border color is #F9DCAB.

Opacity

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

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

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

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

This text has shadow with #F9DCAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DCAB.

Preview

Color preview on black background

This text has color #F9DCAB on black background.


Color preview on white background

This text has color #F9DCAB on white background.


Black color preview on #F9DCAB background

This text has black color on #F9DCAB background.


White color preview on #F9DCAB background

This text has white color on #F9DCAB background.


Related colors

Complementary color

Complementary color for #hex is #062354.


I love getcolorcode.com

Triadic colors

1 #ABF9DC and #DCABF9 with #F9DCAB are triadic colors.

2 #ABDCF9 and #DCF9AB with #F9DCAB are triadic colors.