COLOR #FDA995

HEX: #FDA995
RGB: (253,169,149)

Color info

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

RGB color model

#FDA995 color RGB value is (253,169,149).

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

RGB channels and saturation

R 253 of 255 = 99%
G 169 of 255 = 66%
B 149 of 255 = 58%

253
169
149

R + G + B ~ 74%. #FDA995 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 169 + 149 = 571 (100%)
R 253 of 571 ~ 44.31%
G 169 of 571 ~ 29.6%
B 149 of 571 ~ 26.09%

%44.31
%29.6
%26.09

CMYK color model

#FDA995 color CMYK value is (0,33,41,1).

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 41.11%
  • key color value is 0.78%
CMYK:
(0,33,41,1)
C0M33Y41K1 
(0%,33%,41%,1%)
(0.00/0.33/0.41/0.01)	

CMYK percentages

%0
%33.2
%41.11
%0.78

Codes

Color #FDA995 in popluar color models

FDA995
RGB253169149
HSL12°96.30%78.82%
HSB/HSV12°41.11%99.22%
CMYK0.00%33.20%41.11%
0.78%

Color #FDA995 in popluar number systems.

HEXFDA995
Decimal253169149
Binary111111011010100110010101
Octal375251225

Shades and tints

Shades of #FDA995

#FDA995
(253,169,149)
#E69A88
(230,154,136)
#CF8B7B
(207,139,123)
#B87C6E
(184,124,110)
#A16D61
(161,109,97)
#8A5E54
(138,94,84)
#734F47
(115,79,71)
#5C403A
(92,64,58)
#45312D
(69,49,45)
#2E2220
(46,34,32)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #FDA995

#FDA995
(253,169,149)
#FDB09E
(253,176,158)
#FDB7A7
(253,183,167)
#FDBEB0
(253,190,176)
#FDC5B9
(253,197,185)
#FDCCC2
(253,204,194)
#FDD3CB
(253,211,203)
#FDDAD4
(253,218,212)
#FDE1DD
(253,225,221)
#FDE8E6
(253,232,230)
#FDEFEF
(253,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDA995; }

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

This text font color is #FDA995.


Background Color

.myBgColor { background-color: #FDA995; }

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

This div background color is #FDA995.


Border color

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

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

This div border color is #FDA995.


Opacity

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

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

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

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

This text has shadow with #FDA995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDA995 on black background.


Color preview on white background

This text has color #FDA995 on white background.



Black color preview on #FDA995 background

This text has black color on #FDA995 background.


White color preview on #FDA995 background

This text has white color on #FDA995 background.