COLOR #FDB49A

HEX: #FDB49A RGB: (253,180,154)

Color info

#FDB49A contains mainly red color. Web safe color of #FDB49A is #FFCC99 (or #FC9).

RGB color model

#FDB49A color RGB value is (253,180,154).

RGB: (253,180,154) (99%, 71%, 60%)

RGB channels and saturation

R 253 of 255 = 99%
G 180 of 255 = 71%
B 154 of 255 = 60%

253
180
154

R + G + B ~ 77%. #FDB49A is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 180 + 154 = 587 (100%)
R 253 of 587 ~ 43.1%
G 180 of 587 ~ 30.66%
B 154 of 587 ~ 26.24'%

%43.1
%30.66
%26.24

CMYK color model

#FDB49A color CMYK value is (0,29,39,1).

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 39.13%
  • key color value is 0.78%

CMYK: (0,29,39,1)
C0M29Y39K1 (0%, 29%, 39%, 1%)
(0.00 / 0.29 / 0.39 / 0.01)

CMYK percentages

%0
%28.85
%39.13
%0.78

Codes

Color #FDB49A in popluar color models

FD B4 9A
RGB 253 180 154
HSL 16° 96.12% 79.80%
HSB/HSV 16° 39.13% 99.22%
CMYK 0.00% 28.85% 39.13%
0.78%

Color #FDB49A in popluar number systems.

HEX FD B4 9A
Decimal 253 180 154
Binary 11111101 10110100 10011010
Octal 375 264 232

Shades and tints

Shades of #FDB49A

#FDB49A
(253,180,154)
#E6A48C
(230,164,140)
#CF947E
(207,148,126)
#B88470
(184,132,112)
#A17462
(161,116,98)
#8A6454
(138,100,84)
#735446
(115,84,70)
#5C4438
(92,68,56)
#45342A
(69,52,42)
#2E241C
(46,36,28)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #FDB49A

#FDB49A
(253,180,154)
#FDBAA3
(253,186,163)
#FDC0AC
(253,192,172)
#FDC6B5
(253,198,181)
#FDCCBE
(253,204,190)
#FDD2C7
(253,210,199)
#FDD8D0
(253,216,208)
#FDDED9
(253,222,217)
#FDE4E2
(253,228,226)
#FDEAEB
(253,234,235)
#FDF0F4
(253,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB49A color. Also use rgb(253,180,154) instead hex code.

Text Font Color

.myTextColor { color: #FDB49A; }

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

This text font color is #FDB49A.

Background Color

.myBgColor { background-color: #FDB49A; }

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

This div background color is #FDB49A.

Border color

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

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

This div border color is #FDB49A.

Opacity

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

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

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

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

This text has shadow with #FDB49A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDB49A.

Preview

Color preview on black background

This text has color #FDB49A on black background.


Color preview on white background

This text has color #FDB49A on white background.


Black color preview on #FDB49A background

This text has black color on #FDB49A background.


White color preview on #FDB49A background

This text has white color on #FDB49A background.


Related colors

Complementary color

Complementary color for #hex is #024B65.


I love getcolorcode.com

Triadic colors

1 #9AFDB4 and #B49AFD with #FDB49A are triadic colors.

2 #9AB4FD and #B4FD9A with #FDB49A are triadic colors.