COLOR #FDB7B1

HEX: #FDB7B1
RGB: (253,183,177)

Color info

#FDB7B1 contains mainly red color. Web safe color of #FDB7B1 is #FFCC99 (or #FC9).

RGB color model

#FDB7B1 color RGB value is (253,183,177).

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

RGB channels and saturation

R 253 of 255 = 99%
G 183 of 255 = 72%
B 177 of 255 = 69%

253
183
177

R + G + B ~ 80%. #FDB7B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 183 + 177 = 613 (100%)
R 253 of 613 ~ 41.27%
G 183 of 613 ~ 29.85%
B 177 of 613 ~ 28.87%

%41.27
%29.85
%28.87

CMYK color model

#FDB7B1 color CMYK value is (0,28,30,1).

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 30.04%
  • key color value is 0.78%
CMYK:
(0,28,30,1)
C0M28Y30K1 
(0%,28%,30%,1%)
(0.00/0.28/0.30/0.01)	

CMYK percentages

%0
%27.67
%30.04
%0.78

Codes

Color #FDB7B1 in popluar color models

FDB7B1
RGB253183177
HSL95.00%84.31%
HSB/HSV30.04%99.22%
CMYK0.00%27.67%30.04%
0.78%

Color #FDB7B1 in popluar number systems.

HEXFDB7B1
Decimal253183177
Binary111111011011011110110001
Octal375267261

Shades and tints

Shades of #FDB7B1

#FDB7B1
(253,183,177)
#E6A7A1
(230,167,161)
#CF9791
(207,151,145)
#B88781
(184,135,129)
#A17771
(161,119,113)
#8A6761
(138,103,97)
#735751
(115,87,81)
#5C4741
(92,71,65)
#453731
(69,55,49)
#2E2721
(46,39,33)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #FDB7B1

#FDB7B1
(253,183,177)
#FDBDB8
(253,189,184)
#FDC3BF
(253,195,191)
#FDC9C6
(253,201,198)
#FDCFCD
(253,207,205)
#FDD5D4
(253,213,212)
#FDDBDB
(253,219,219)
#FDE1E2
(253,225,226)
#FDE7E9
(253,231,233)
#FDEDF0
(253,237,240)
#FDF3F7
(253,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDB7B1; }

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

This text font color is #FDB7B1.


Background Color

.myBgColor { background-color: #FDB7B1; }

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

This div background color is #FDB7B1.


Border color

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

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

This div border color is #FDB7B1.


Opacity

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

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

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

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

This text has shadow with #FDB7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB7B1 on black background.


Color preview on white background

This text has color #FDB7B1 on white background.



Black color preview on #FDB7B1 background

This text has black color on #FDB7B1 background.


White color preview on #FDB7B1 background

This text has white color on #FDB7B1 background.