COLOR #FDB7B5

HEX: #FDB7B5
RGB: (253,183,181)

Color info

#FDB7B5 contains mainly red color. Web safe color of #FDB7B5 is #FFCCCC (or #FCC).

RGB color model

#FDB7B5 color RGB value is (253,183,181).

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

RGB channels and saturation

R 253 of 255 = 99%
G 183 of 255 = 72%
B 181 of 255 = 71%

253
183
181

R + G + B ~ 81%. #FDB7B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 183 + 181 = 617 (100%)
R 253 of 617 ~ 41%
G 183 of 617 ~ 29.66%
B 181 of 617 ~ 29.34%

%41
%29.66
%29.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 28.46%
  • key color value is 0.78%
CMYK:
(0,28,28,1)
C0M28Y28K1 
(0%,28%,28%,1%)
(0.00/0.28/0.28/0.01)	

CMYK percentages

%0
%27.67
%28.46
%0.78

Codes

Color #FDB7B5 in popluar color models

FDB7B5
RGB253183181
HSL94.74%85.10%
HSB/HSV28.46%99.22%
CMYK0.00%27.67%28.46%
0.78%

Color #FDB7B5 in popluar number systems.

HEXFDB7B5
Decimal253183181
Binary111111011011011110110101
Octal375267265

Shades and tints

Shades of #FDB7B5

#FDB7B5
(253,183,181)
#E6A7A5
(230,167,165)
#CF9795
(207,151,149)
#B88785
(184,135,133)
#A17775
(161,119,117)
#8A6765
(138,103,101)
#735755
(115,87,85)
#5C4745
(92,71,69)
#453735
(69,55,53)
#2E2725
(46,39,37)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #FDB7B5

#FDB7B5
(253,183,181)
#FDBDBB
(253,189,187)
#FDC3C1
(253,195,193)
#FDC9C7
(253,201,199)
#FDCFCD
(253,207,205)
#FDD5D3
(253,213,211)
#FDDBD9
(253,219,217)
#FDE1DF
(253,225,223)
#FDE7E5
(253,231,229)
#FDEDEB
(253,237,235)
#FDF3F1
(253,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDB7B5; }

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

This text font color is #FDB7B5.


Background Color

.myBgColor { background-color: #FDB7B5; }

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

This div background color is #FDB7B5.


Border color

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

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

This div border color is #FDB7B5.


Opacity

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

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

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

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

This text has shadow with #FDB7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB7B5 on black background.


Color preview on white background

This text has color #FDB7B5 on white background.



Black color preview on #FDB7B5 background

This text has black color on #FDB7B5 background.


White color preview on #FDB7B5 background

This text has white color on #FDB7B5 background.