COLOR #FD9CB1

HEX: #FD9CB1
RGB: (253,156,177)

Color info

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

RGB color model

#FD9CB1 color RGB value is (253,156,177).

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

RGB channels and saturation

R 253 of 255 = 99%
G 156 of 255 = 61%
B 177 of 255 = 69%

253
156
177

R + G + B ~ 76%. #FD9CB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 156 + 177 = 586 (100%)
R 253 of 586 ~ 43.17%
G 156 of 586 ~ 26.62%
B 177 of 586 ~ 30.2%

%43.17
%26.62
%30.2

CMYK color model

#FD9CB1 color CMYK value is (0,38,30,1).

  • cyan value is 0.00%
  • magenta value is 38.34%
  • yellow value is 30.04%
  • key color value is 0.78%
CMYK:
(0,38,30,1)
C0M38Y30K1 
(0%,38%,30%,1%)
(0.00/0.38/0.30/0.01)	

CMYK percentages

%0
%38.34
%30.04
%0.78

Codes

Color #FD9CB1 in popluar color models

FD9CB1
RGB253156177
HSL347°96.04%80.20%
HSB/HSV347°38.34%99.22%
CMYK0.00%38.34%30.04%
0.78%

Color #FD9CB1 in popluar number systems.

HEXFD9CB1
Decimal253156177
Binary111111011001110010110001
Octal375234261

Shades and tints

Shades of #FD9CB1

#FD9CB1
(253,156,177)
#E68EA1
(230,142,161)
#CF8091
(207,128,145)
#B87281
(184,114,129)
#A16471
(161,100,113)
#8A5661
(138,86,97)
#734851
(115,72,81)
#5C3A41
(92,58,65)
#452C31
(69,44,49)
#2E1E21
(46,30,33)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #FD9CB1

#FD9CB1
(253,156,177)
#FDA5B8
(253,165,184)
#FDAEBF
(253,174,191)
#FDB7C6
(253,183,198)
#FDC0CD
(253,192,205)
#FDC9D4
(253,201,212)
#FDD2DB
(253,210,219)
#FDDBE2
(253,219,226)
#FDE4E9
(253,228,233)
#FDEDF0
(253,237,240)
#FDF6F7
(253,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD9CB1; }

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

This text font color is #FD9CB1.


Background Color

.myBgColor { background-color: #FD9CB1; }

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

This div background color is #FD9CB1.


Border color

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

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

This div border color is #FD9CB1.


Opacity

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

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

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

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

This text has shadow with #FD9CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD9CB1 on black background.


Color preview on white background

This text has color #FD9CB1 on white background.



Black color preview on #FD9CB1 background

This text has black color on #FD9CB1 background.


White color preview on #FD9CB1 background

This text has white color on #FD9CB1 background.