COLOR #FDBCA3

HEX: #FDBCA3 RGB: (253,188,163)

Color info

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

RGB color model

#FDBCA3 color RGB value is (253,188,163).

RGB: (253,188,163) (99%, 74%, 64%)

RGB channels and saturation

R 253 of 255 = 99%
G 188 of 255 = 74%
B 163 of 255 = 64%

253
188
163

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

Portions of RGB colors in percentages

R + G + B = 253 + 188 + 163 = 604 (100%)
R 253 of 604 ~ 41.89%
G 188 of 604 ~ 31.13%
B 163 of 604 ~ 26.99'%

%41.89
%31.13
%26.99

CMYK color model

#FDBCA3 color CMYK value is (0,26,36,1).

  • cyan value is 0.00%
  • magenta value is 25.69%
  • yellow value is 35.57%
  • key color value is 0.78%

CMYK: (0,26,36,1)
C0M26Y36K1 (0%, 26%, 36%, 1%)
(0.00 / 0.26 / 0.36 / 0.01)

CMYK percentages

%0
%25.69
%35.57
%0.78

Codes

Color #FDBCA3 in popluar color models

FD BC A3
RGB 253 188 163
HSL 17° 95.74% 81.57%
HSB/HSV 17° 35.57% 99.22%
CMYK 0.00% 25.69% 35.57%
0.78%

Color #FDBCA3 in popluar number systems.

HEX FD BC A3
Decimal 253 188 163
Binary 11111101 10111100 10100011
Octal 375 274 243

Shades and tints

Shades of #FDBCA3

#FDBCA3
(253,188,163)
#E6AB95
(230,171,149)
#CF9A87
(207,154,135)
#B88979
(184,137,121)
#A1786B
(161,120,107)
#8A675D
(138,103,93)
#73564F
(115,86,79)
#5C4541
(92,69,65)
#453433
(69,52,51)
#2E2325
(46,35,37)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #FDBCA3

#FDBCA3
(253,188,163)
#FDC2AB
(253,194,171)
#FDC8B3
(253,200,179)
#FDCEBB
(253,206,187)
#FDD4C3
(253,212,195)
#FDDACB
(253,218,203)
#FDE0D3
(253,224,211)
#FDE6DB
(253,230,219)
#FDECE3
(253,236,227)
#FDF2EB
(253,242,235)
#FDF8F3
(253,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBCA3 color. Also use rgb(253,188,163) instead hex code.

Text Font Color

.myTextColor { color: #FDBCA3; }

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

This text font color is #FDBCA3.

Background Color

.myBgColor { background-color: #FDBCA3; }

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

This div background color is #FDBCA3.

Border color

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

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

This div border color is #FDBCA3.

Opacity

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

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

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

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

This text has shadow with #FDBCA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDBCA3.

Preview

Color preview on black background

This text has color #FDBCA3 on black background.


Color preview on white background

This text has color #FDBCA3 on white background.


Black color preview on #FDBCA3 background

This text has black color on #FDBCA3 background.


White color preview on #FDBCA3 background

This text has white color on #FDBCA3 background.


Related colors

Complementary color

Complementary color for #hex is #02435C.


I love getcolorcode.com

Triadic colors

1 #A3FDBC and #BCA3FD with #FDBCA3 are triadic colors.

2 #A3BCFD and #BCFDA3 with #FDBCA3 are triadic colors.