COLOR #FD8899

HEX: #FD8899
RGB: (253,136,153)

Color info

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

RGB color model

#FD8899 color RGB value is (253,136,153).

  • red value is 253;
  • green value is 136;
  • blue value is 153.
RGB:
(253,136,153)
(99%,53%,60%)

RGB channels and saturation

R 253 of 255 = 99%
G 136 of 255 = 53%
B 153 of 255 = 60%

253
136
153

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

Portions of RGB colors in percentages

R + G + B =
253 + 136 + 153 = 542 (100%)
R 253 of 542 ~ 46.68%
G 136 of 542 ~ 25.09%
B 153 of 542 ~ 28.23%

%46.68
%25.09
%28.23

CMYK color model

#FD8899 color CMYK value is (0,46,40,1).

  • cyan value is 0.00%
  • magenta value is 46.25%
  • yellow value is 39.53%
  • key color value is 0.78%
CMYK:
(0,46,40,1)
C0M46Y40K1 
(0%,46%,40%,1%)
(0.00/0.46/0.40/0.01)	

CMYK percentages

%0
%46.25
%39.53
%0.78

Codes

Color #FD8899 in popluar color models

FD8899
RGB253136153
HSL351°96.69%76.27%
HSB/HSV351°46.25%99.22%
CMYK0.00%46.25%39.53%
0.78%

Color #FD8899 in popluar number systems.

HEXFD8899
Decimal253136153
Binary111111011000100010011001
Octal375210231

Shades and tints

Shades of #FD8899

#FD8899
(253,136,153)
#E67C8C
(230,124,140)
#CF707F
(207,112,127)
#B86472
(184,100,114)
#A15865
(161,88,101)
#8A4C58
(138,76,88)
#73404B
(115,64,75)
#5C343E
(92,52,62)
#452831
(69,40,49)
#2E1C24
(46,28,36)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #FD8899

#FD8899
(253,136,153)
#FD92A2
(253,146,162)
#FD9CAB
(253,156,171)
#FDA6B4
(253,166,180)
#FDB0BD
(253,176,189)
#FDBAC6
(253,186,198)
#FDC4CF
(253,196,207)
#FDCED8
(253,206,216)
#FDD8E1
(253,216,225)
#FDE2EA
(253,226,234)
#FDECF3
(253,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD8899 color. Also use rgb(253,136,153) instead hex code.

Text Font Color

.myTextColor { color: #FD8899; }

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

This text font color is #FD8899.


Background Color

.myBgColor { background-color: #FD8899; }

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

This div background color is #FD8899.


Border color

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

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

This div border color is #FD8899.


Opacity

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

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

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

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

This text has shadow with #FD8899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD8899 on black background.


Color preview on white background

This text has color #FD8899 on white background.



Black color preview on #FD8899 background

This text has black color on #FD8899 background.


White color preview on #FD8899 background

This text has white color on #FD8899 background.