COLOR #FDAE8E

HEX: #FDAE8E
RGB: (253,174,142)

Color info

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

RGB color model

#FDAE8E color RGB value is (253,174,142).

  • red value is 253;
  • green value is 174;
  • blue value is 142.
RGB:
(253,174,142)
(99%,68%,56%)

RGB channels and saturation

R 253 of 255 = 99%
G 174 of 255 = 68%
B 142 of 255 = 56%

253
174
142

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

Portions of RGB colors in percentages

R + G + B =
253 + 174 + 142 = 569 (100%)
R 253 of 569 ~ 44.46%
G 174 of 569 ~ 30.58%
B 142 of 569 ~ 24.96%

%44.46
%30.58
%24.96

CMYK color model

#FDAE8E color CMYK value is (0,31,44,1).

  • cyan value is 0.00%
  • magenta value is 31.23%
  • yellow value is 43.87%
  • key color value is 0.78%
CMYK:
(0,31,44,1)
C0M31Y44K1 
(0%,31%,44%,1%)
(0.00/0.31/0.44/0.01)	

CMYK percentages

%0
%31.23
%43.87
%0.78

Codes

Color #FDAE8E in popluar color models

FDAE8E
RGB253174142
HSL17°96.52%77.45%
HSB/HSV17°43.87%99.22%
CMYK0.00%31.23%43.87%
0.78%

Color #FDAE8E in popluar number systems.

HEXFDAE8E
Decimal253174142
Binary111111011010111010001110
Octal375256216

Shades and tints

Shades of #FDAE8E

#FDAE8E
(253,174,142)
#E69F82
(230,159,130)
#CF9076
(207,144,118)
#B8816A
(184,129,106)
#A1725E
(161,114,94)
#8A6352
(138,99,82)
#735446
(115,84,70)
#5C453A
(92,69,58)
#45362E
(69,54,46)
#2E2722
(46,39,34)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #FDAE8E

#FDAE8E
(253,174,142)
#FDB598
(253,181,152)
#FDBCA2
(253,188,162)
#FDC3AC
(253,195,172)
#FDCAB6
(253,202,182)
#FDD1C0
(253,209,192)
#FDD8CA
(253,216,202)
#FDDFD4
(253,223,212)
#FDE6DE
(253,230,222)
#FDEDE8
(253,237,232)
#FDF4F2
(253,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDAE8E color. Also use rgb(253,174,142) instead hex code.

Text Font Color

.myTextColor { color: #FDAE8E; }

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

This text font color is #FDAE8E.


Background Color

.myBgColor { background-color: #FDAE8E; }

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

This div background color is #FDAE8E.


Border color

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

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

This div border color is #FDAE8E.


Opacity

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

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

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

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

This text has shadow with #FDAE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDAE8E on black background.


Color preview on white background

This text has color #FDAE8E on white background.



Black color preview on #FDAE8E background

This text has black color on #FDAE8E background.


White color preview on #FDAE8E background

This text has white color on #FDAE8E background.