COLOR #FD8E97

HEX: #FD8E97
RGB: (253,142,151)

Color info

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

RGB color model

#FD8E97 color RGB value is (253,142,151).

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

RGB channels and saturation

R 253 of 255 = 99%
G 142 of 255 = 56%
B 151 of 255 = 59%

253
142
151

R + G + B ~ 71%. #FD8E97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 142 + 151 = 546 (100%)
R 253 of 546 ~ 46.34%
G 142 of 546 ~ 26.01%
B 151 of 546 ~ 27.66%

%46.34
%26.01
%27.66

CMYK color model

#FD8E97 color CMYK value is (0,44,40,1).

  • cyan value is 0.00%
  • magenta value is 43.87%
  • yellow value is 40.32%
  • key color value is 0.78%
CMYK:
(0,44,40,1)
C0M44Y40K1 
(0%,44%,40%,1%)
(0.00/0.44/0.40/0.01)	

CMYK percentages

%0
%43.87
%40.32
%0.78

Codes

Color #FD8E97 in popluar color models

FD8E97
RGB253142151
HSL355°96.52%77.45%
HSB/HSV355°43.87%99.22%
CMYK0.00%43.87%40.32%
0.78%

Color #FD8E97 in popluar number systems.

HEXFD8E97
Decimal253142151
Binary111111011000111010010111
Octal375216227

Shades and tints

Shades of #FD8E97

#FD8E97
(253,142,151)
#E6828A
(230,130,138)
#CF767D
(207,118,125)
#B86A70
(184,106,112)
#A15E63
(161,94,99)
#8A5256
(138,82,86)
#734649
(115,70,73)
#5C3A3C
(92,58,60)
#452E2F
(69,46,47)
#2E2222
(46,34,34)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #FD8E97

#FD8E97
(253,142,151)
#FD98A0
(253,152,160)
#FDA2A9
(253,162,169)
#FDACB2
(253,172,178)
#FDB6BB
(253,182,187)
#FDC0C4
(253,192,196)
#FDCACD
(253,202,205)
#FDD4D6
(253,212,214)
#FDDEDF
(253,222,223)
#FDE8E8
(253,232,232)
#FDF2F1
(253,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD8E97; }

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

This text font color is #FD8E97.


Background Color

.myBgColor { background-color: #FD8E97; }

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

This div background color is #FD8E97.


Border color

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

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

This div border color is #FD8E97.


Opacity

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

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

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

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

This text has shadow with #FD8E97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD8E97 on black background.


Color preview on white background

This text has color #FD8E97 on white background.



Black color preview on #FD8E97 background

This text has black color on #FD8E97 background.


White color preview on #FD8E97 background

This text has white color on #FD8E97 background.