COLOR #FDBEA9

HEX: #FDBEA9 RGB: (253,190,169)

Color info

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

RGB color model

#FDBEA9 color RGB value is (253,190,169).

RGB: (253,190,169) (99%, 75%, 66%)

RGB channels and saturation

R 253 of 255 = 99%
G 190 of 255 = 75%
B 169 of 255 = 66%

253
190
169

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

Portions of RGB colors in percentages

R + G + B = 253 + 190 + 169 = 612 (100%)
R 253 of 612 ~ 41.34%
G 190 of 612 ~ 31.05%
B 169 of 612 ~ 27.61'%

%41.34
%31.05
%27.61

CMYK color model

#FDBEA9 color CMYK value is (0,25,33,1).

  • cyan value is 0.00%
  • magenta value is 24.90%
  • yellow value is 33.20%
  • key color value is 0.78%

CMYK: (0,25,33,1)
C0M25Y33K1 (0%, 25%, 33%, 1%)
(0.00 / 0.25 / 0.33 / 0.01)

CMYK percentages

%0
%24.9
%33.2
%0.78

Codes

Color #FDBEA9 in popluar color models

FD BE A9
RGB 253 190 169
HSL 15° 95.45% 82.75%
HSB/HSV 15° 33.20% 99.22%
CMYK 0.00% 24.90% 33.20%
0.78%

Color #FDBEA9 in popluar number systems.

HEX FD BE A9
Decimal 253 190 169
Binary 11111101 10111110 10101001
Octal 375 276 251

Shades and tints

Shades of #FDBEA9

#FDBEA9
(253,190,169)
#E6AD9A
(230,173,154)
#CF9C8B
(207,156,139)
#B88B7C
(184,139,124)
#A17A6D
(161,122,109)
#8A695E
(138,105,94)
#73584F
(115,88,79)
#5C4740
(92,71,64)
#453631
(69,54,49)
#2E2522
(46,37,34)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #FDBEA9

#FDBEA9
(253,190,169)
#FDC3B0
(253,195,176)
#FDC8B7
(253,200,183)
#FDCDBE
(253,205,190)
#FDD2C5
(253,210,197)
#FDD7CC
(253,215,204)
#FDDCD3
(253,220,211)
#FDE1DA
(253,225,218)
#FDE6E1
(253,230,225)
#FDEBE8
(253,235,232)
#FDF0EF
(253,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBEA9 color. Also use rgb(253,190,169) instead hex code.

Text Font Color

.myTextColor { color: #FDBEA9; }

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

This text font color is #FDBEA9.

Background Color

.myBgColor { background-color: #FDBEA9; }

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

This div background color is #FDBEA9.

Border color

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

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

This div border color is #FDBEA9.

Opacity

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

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

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

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

This text has shadow with #FDBEA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDBEA9.

Preview

Color preview on black background

This text has color #FDBEA9 on black background.


Color preview on white background

This text has color #FDBEA9 on white background.


Black color preview on #FDBEA9 background

This text has black color on #FDBEA9 background.


White color preview on #FDBEA9 background

This text has white color on #FDBEA9 background.


Related colors

Complementary color

Complementary color for #hex is #024156.


I love getcolorcode.com

Triadic colors

1 #A9FDBE and #BEA9FD with #FDBEA9 are triadic colors.

2 #A9BEFD and #BEFDA9 with #FDBEA9 are triadic colors.