COLOR #FD7E6A

HEX: #FD7E6A
RGB: (253,126,106)

Color info

#FD7E6A contains mainly red color. Web safe color of #FD7E6A is #FF6666 (or #F66).

RGB color model

#FD7E6A color RGB value is (253,126,106).

  • red value is 253;
  • green value is 126;
  • blue value is 106.
RGB:
(253,126,106)
(99%,49%,42%)

RGB channels and saturation

R 253 of 255 = 99%
G 126 of 255 = 49%
B 106 of 255 = 42%

253
126
106

R + G + B ~ 63%. #FD7E6A is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 126 + 106 = 485 (100%)
R 253 of 485 ~ 52.16%
G 126 of 485 ~ 25.98%
B 106 of 485 ~ 21.86%

%52.16
%25.98
%21.86

CMYK color model

#FD7E6A color CMYK value is (0,50,58,1).

  • cyan value is 0.00%
  • magenta value is 50.20%
  • yellow value is 58.10%
  • key color value is 0.78%
CMYK:
(0,50,58,1)
C0M50Y58K1 
(0%,50%,58%,1%)
(0.00/0.50/0.58/0.01)	

CMYK percentages

%0
%50.2
%58.1
%0.78

Codes

Color #FD7E6A in popluar color models

FD7E6A
RGB253126106
HSL97.35%70.39%
HSB/HSV58.10%99.22%
CMYK0.00%50.20%58.10%
0.78%

Color #FD7E6A in popluar number systems.

HEXFD7E6A
Decimal253126106
Binary1111110111111101101010
Octal375176152

Shades and tints

Shades of #FD7E6A

#FD7E6A
(253,126,106)
#E67361
(230,115,97)
#CF6858
(207,104,88)
#B85D4F
(184,93,79)
#A15246
(161,82,70)
#8A473D
(138,71,61)
#733C34
(115,60,52)
#5C312B
(92,49,43)
#452622
(69,38,34)
#2E1B19
(46,27,25)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #FD7E6A

#FD7E6A
(253,126,106)
#FD8977
(253,137,119)
#FD9484
(253,148,132)
#FD9F91
(253,159,145)
#FDAA9E
(253,170,158)
#FDB5AB
(253,181,171)
#FDC0B8
(253,192,184)
#FDCBC5
(253,203,197)
#FDD6D2
(253,214,210)
#FDE1DF
(253,225,223)
#FDECEC
(253,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD7E6A color. Also use rgb(253,126,106) instead hex code.

Text Font Color

.myTextColor { color: #FD7E6A; }

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

This text font color is #FD7E6A.


Background Color

.myBgColor { background-color: #FD7E6A; }

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

This div background color is #FD7E6A.


Border color

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

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

This div border color is #FD7E6A.


Opacity

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

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

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

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

This text has shadow with #FD7E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD7E6A on black background.


Color preview on white background

This text has color #FD7E6A on white background.



Black color preview on #FD7E6A background

This text has black color on #FD7E6A background.


White color preview on #FD7E6A background

This text has white color on #FD7E6A background.