COLOR #FDA09D

HEX: #FDA09D
RGB: (253,160,157)

Color info

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

RGB color model

#FDA09D color RGB value is (253,160,157).

  • red value is 253;
  • green value is 160;
  • blue value is 157.
RGB:
(253,160,157)
(99%,63%,62%)

RGB channels and saturation

R 253 of 255 = 99%
G 160 of 255 = 63%
B 157 of 255 = 62%

253
160
157

R + G + B ~ 75%. #FDA09D is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 160 + 157 = 570 (100%)
R 253 of 570 ~ 44.39%
G 160 of 570 ~ 28.07%
B 157 of 570 ~ 27.54%

%44.39
%28.07
%27.54

CMYK color model

#FDA09D color CMYK value is (0,37,38,1).

  • cyan value is 0.00%
  • magenta value is 36.76%
  • yellow value is 37.94%
  • key color value is 0.78%
CMYK:
(0,37,38,1)
C0M37Y38K1 
(0%,37%,38%,1%)
(0.00/0.37/0.38/0.01)	

CMYK percentages

%0
%36.76
%37.94
%0.78

Codes

Color #FDA09D in popluar color models

FDA09D
RGB253160157
HSL96.00%80.39%
HSB/HSV37.94%99.22%
CMYK0.00%36.76%37.94%
0.78%

Color #FDA09D in popluar number systems.

HEXFDA09D
Decimal253160157
Binary111111011010000010011101
Octal375240235

Shades and tints

Shades of #FDA09D

#FDA09D
(253,160,157)
#E6928F
(230,146,143)
#CF8481
(207,132,129)
#B87673
(184,118,115)
#A16865
(161,104,101)
#8A5A57
(138,90,87)
#734C49
(115,76,73)
#5C3E3B
(92,62,59)
#45302D
(69,48,45)
#2E221F
(46,34,31)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #FDA09D

#FDA09D
(253,160,157)
#FDA8A5
(253,168,165)
#FDB0AD
(253,176,173)
#FDB8B5
(253,184,181)
#FDC0BD
(253,192,189)
#FDC8C5
(253,200,197)
#FDD0CD
(253,208,205)
#FDD8D5
(253,216,213)
#FDE0DD
(253,224,221)
#FDE8E5
(253,232,229)
#FDF0ED
(253,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA09D color. Also use rgb(253,160,157) instead hex code.

Text Font Color

.myTextColor { color: #FDA09D; }

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

This text font color is #FDA09D.


Background Color

.myBgColor { background-color: #FDA09D; }

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

This div background color is #FDA09D.


Border color

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

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

This div border color is #FDA09D.


Opacity

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

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

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

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

This text has shadow with #FDA09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA09D on black background.


Color preview on white background

This text has color #FDA09D on white background.



Black color preview on #FDA09D background

This text has black color on #FDA09D background.


White color preview on #FDA09D background

This text has white color on #FDA09D background.