COLOR #FDB7A5

HEX: #FDB7A5
RGB: (253,183,165)

Color info

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

RGB color model

#FDB7A5 color RGB value is (253,183,165).

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

RGB channels and saturation

R 253 of 255 = 99%
G 183 of 255 = 72%
B 165 of 255 = 65%

253
183
165

R + G + B ~ 79%. #FDB7A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 183 + 165 = 601 (100%)
R 253 of 601 ~ 42.1%
G 183 of 601 ~ 30.45%
B 165 of 601 ~ 27.45%

%42.1
%30.45
%27.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.67%
  • yellow value is 34.78%
  • key color value is 0.78%
CMYK:
(0,28,35,1)
C0M28Y35K1 
(0%,28%,35%,1%)
(0.00/0.28/0.35/0.01)	

CMYK percentages

%0
%27.67
%34.78
%0.78

Codes

Color #FDB7A5 in popluar color models

FDB7A5
RGB253183165
HSL12°95.65%81.96%
HSB/HSV12°34.78%99.22%
CMYK0.00%27.67%34.78%
0.78%

Color #FDB7A5 in popluar number systems.

HEXFDB7A5
Decimal253183165
Binary111111011011011110100101
Octal375267245

Shades and tints

Shades of #FDB7A5

#FDB7A5
(253,183,165)
#E6A796
(230,167,150)
#CF9787
(207,151,135)
#B88778
(184,135,120)
#A17769
(161,119,105)
#8A675A
(138,103,90)
#73574B
(115,87,75)
#5C473C
(92,71,60)
#45372D
(69,55,45)
#2E271E
(46,39,30)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #FDB7A5

#FDB7A5
(253,183,165)
#FDBDAD
(253,189,173)
#FDC3B5
(253,195,181)
#FDC9BD
(253,201,189)
#FDCFC5
(253,207,197)
#FDD5CD
(253,213,205)
#FDDBD5
(253,219,213)
#FDE1DD
(253,225,221)
#FDE7E5
(253,231,229)
#FDEDED
(253,237,237)
#FDF3F5
(253,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDB7A5; }

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

This text font color is #FDB7A5.


Background Color

.myBgColor { background-color: #FDB7A5; }

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

This div background color is #FDB7A5.


Border color

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

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

This div border color is #FDB7A5.


Opacity

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

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

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

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

This text has shadow with #FDB7A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB7A5 on black background.


Color preview on white background

This text has color #FDB7A5 on white background.



Black color preview on #FDB7A5 background

This text has black color on #FDB7A5 background.


White color preview on #FDB7A5 background

This text has white color on #FDB7A5 background.