COLOR #FD9CA8

HEX: #FD9CA8
RGB: (253,156,168)

Color info

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

RGB color model

#FD9CA8 color RGB value is (253,156,168).

  • red value is 253;
  • green value is 156;
  • blue value is 168.
RGB:
(253,156,168)
(99%,61%,66%)

RGB channels and saturation

R 253 of 255 = 99%
G 156 of 255 = 61%
B 168 of 255 = 66%

253
156
168

R + G + B ~ 75%. #FD9CA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 156 + 168 = 577 (100%)
R 253 of 577 ~ 43.85%
G 156 of 577 ~ 27.04%
B 168 of 577 ~ 29.12%

%43.85
%27.04
%29.12

CMYK color model

#FD9CA8 color CMYK value is (0,38,34,1).

  • cyan value is 0.00%
  • magenta value is 38.34%
  • yellow value is 33.60%
  • key color value is 0.78%
CMYK:
(0,38,34,1)
C0M38Y34K1 
(0%,38%,34%,1%)
(0.00/0.38/0.34/0.01)	

CMYK percentages

%0
%38.34
%33.6
%0.78

Codes

Color #FD9CA8 in popluar color models

FD9CA8
RGB253156168
HSL353°96.04%80.20%
HSB/HSV353°38.34%99.22%
CMYK0.00%38.34%33.60%
0.78%

Color #FD9CA8 in popluar number systems.

HEXFD9CA8
Decimal253156168
Binary111111011001110010101000
Octal375234250

Shades and tints

Shades of #FD9CA8

#FD9CA8
(253,156,168)
#E68E99
(230,142,153)
#CF808A
(207,128,138)
#B8727B
(184,114,123)
#A1646C
(161,100,108)
#8A565D
(138,86,93)
#73484E
(115,72,78)
#5C3A3F
(92,58,63)
#452C30
(69,44,48)
#2E1E21
(46,30,33)
#171012
(23,16,18)
#000000
(0,0,0)

Tints of #FD9CA8

#FD9CA8
(253,156,168)
#FDA5AF
(253,165,175)
#FDAEB6
(253,174,182)
#FDB7BD
(253,183,189)
#FDC0C4
(253,192,196)
#FDC9CB
(253,201,203)
#FDD2D2
(253,210,210)
#FDDBD9
(253,219,217)
#FDE4E0
(253,228,224)
#FDEDE7
(253,237,231)
#FDF6EE
(253,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD9CA8 color. Also use rgb(253,156,168) instead hex code.

Text Font Color

.myTextColor { color: #FD9CA8; }

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

This text font color is #FD9CA8.


Background Color

.myBgColor { background-color: #FD9CA8; }

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

This div background color is #FD9CA8.


Border color

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

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

This div border color is #FD9CA8.


Opacity

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

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

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

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

This text has shadow with #FD9CA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD9CA8 on black background.


Color preview on white background

This text has color #FD9CA8 on white background.



Black color preview on #FD9CA8 background

This text has black color on #FD9CA8 background.


White color preview on #FD9CA8 background

This text has white color on #FD9CA8 background.