COLOR #FDA98D

HEX: #FDA98D
RGB: (253,169,141)

Color info

#FDA98D contains mainly red color. Web safe color of #FDA98D is #FF9999 (or #F99).

RGB color model

#FDA98D color RGB value is (253,169,141).

  • red value is 253;
  • green value is 169;
  • blue value is 141.
RGB:
(253,169,141)
(99%,66%,55%)

RGB channels and saturation

R 253 of 255 = 99%
G 169 of 255 = 66%
B 141 of 255 = 55%

253
169
141

R + G + B ~ 73%. #FDA98D is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 169 + 141 = 563 (100%)
R 253 of 563 ~ 44.94%
G 169 of 563 ~ 30.02%
B 141 of 563 ~ 25.04%

%44.94
%30.02
%25.04

CMYK color model

#FDA98D color CMYK value is (0,33,44,1).

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 44.27%
  • key color value is 0.78%
CMYK:
(0,33,44,1)
C0M33Y44K1 
(0%,33%,44%,1%)
(0.00/0.33/0.44/0.01)	

CMYK percentages

%0
%33.2
%44.27
%0.78

Codes

Color #FDA98D in popluar color models

FDA98D
RGB253169141
HSL15°96.55%77.25%
HSB/HSV15°44.27%99.22%
CMYK0.00%33.20%44.27%
0.78%

Color #FDA98D in popluar number systems.

HEXFDA98D
Decimal253169141
Binary111111011010100110001101
Octal375251215

Shades and tints

Shades of #FDA98D

#FDA98D
(253,169,141)
#E69A81
(230,154,129)
#CF8B75
(207,139,117)
#B87C69
(184,124,105)
#A16D5D
(161,109,93)
#8A5E51
(138,94,81)
#734F45
(115,79,69)
#5C4039
(92,64,57)
#45312D
(69,49,45)
#2E2221
(46,34,33)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #FDA98D

#FDA98D
(253,169,141)
#FDB097
(253,176,151)
#FDB7A1
(253,183,161)
#FDBEAB
(253,190,171)
#FDC5B5
(253,197,181)
#FDCCBF
(253,204,191)
#FDD3C9
(253,211,201)
#FDDAD3
(253,218,211)
#FDE1DD
(253,225,221)
#FDE8E7
(253,232,231)
#FDEFF1
(253,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA98D color. Also use rgb(253,169,141) instead hex code.

Text Font Color

.myTextColor { color: #FDA98D; }

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

This text font color is #FDA98D.


Background Color

.myBgColor { background-color: #FDA98D; }

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

This div background color is #FDA98D.


Border color

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

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

This div border color is #FDA98D.


Opacity

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

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

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

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

This text has shadow with #FDA98D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA98D on black background.


Color preview on white background

This text has color #FDA98D on white background.



Black color preview on #FDA98D background

This text has black color on #FDA98D background.


White color preview on #FDA98D background

This text has white color on #FDA98D background.