COLOR #FCBDA1

HEX: #FCBDA1 RGB: (252,189,161)

Color info

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

RGB color model

#FCBDA1 color RGB value is (252,189,161).

RGB: (252,189,161) (99%, 74%, 63%)

RGB channels and saturation

R 252 of 255 = 99%
G 189 of 255 = 74%
B 161 of 255 = 63%

252
189
161

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

Portions of RGB colors in percentages

R + G + B = 252 + 189 + 161 = 602 (100%)
R 252 of 602 ~ 41.86%
G 189 of 602 ~ 31.4%
B 161 of 602 ~ 26.74'%

%41.86
%31.4
%26.74

CMYK color model

#FCBDA1 color CMYK value is (0,25,36,1).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 36.11%
  • key color value is 1.18%

CMYK: (0,25,36,1)
C0M25Y36K1 (0%, 25%, 36%, 1%)
(0.00 / 0.25 / 0.36 / 0.01)

CMYK percentages

%0
%25
%36.11
%1.18

Codes

Color #FCBDA1 in popluar color models

FC BD A1
RGB 252 189 161
HSL 18° 93.81% 80.98%
HSB/HSV 18° 36.11% 98.82%
CMYK 0.00% 25.00% 36.11%
1.18%

Color #FCBDA1 in popluar number systems.

HEX FC BD A1
Decimal 252 189 161
Binary 11111100 10111101 10100001
Octal 374 275 241

Shades and tints

Shades of #FCBDA1

#FCBDA1
(252,189,161)
#E6AC93
(230,172,147)
#D09B85
(208,155,133)
#BA8A77
(186,138,119)
#A47969
(164,121,105)
#8E685B
(142,104,91)
#78574D
(120,87,77)
#62463F
(98,70,63)
#4C3531
(76,53,49)
#362423
(54,36,35)
#201315
(32,19,21)
#000000
(0,0,0)

Tints of #FCBDA1

#FCBDA1
(252,189,161)
#FCC3A9
(252,195,169)
#FCC9B1
(252,201,177)
#FCCFB9
(252,207,185)
#FCD5C1
(252,213,193)
#FCDBC9
(252,219,201)
#FCE1D1
(252,225,209)
#FCE7D9
(252,231,217)
#FCEDE1
(252,237,225)
#FCF3E9
(252,243,233)
#FCF9F1
(252,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCBDA1 color. Also use rgb(252,189,161) instead hex code.

Text Font Color

.myTextColor { color: #FCBDA1; }

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

This text font color is #FCBDA1.

Background Color

.myBgColor { background-color: #FCBDA1; }

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

This div background color is #FCBDA1.

Border color

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

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

This div border color is #FCBDA1.

Opacity

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

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

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

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

This text has shadow with #FCBDA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCBDA1.

Preview

Color preview on black background

This text has color #FCBDA1 on black background.


Color preview on white background

This text has color #FCBDA1 on white background.


Black color preview on #FCBDA1 background

This text has black color on #FCBDA1 background.


White color preview on #FCBDA1 background

This text has white color on #FCBDA1 background.


Related colors

Complementary color

Complementary color for #hex is #03425E.


I love getcolorcode.com

Triadic colors

1 #A1FCBD and #BDA1FC with #FCBDA1 are triadic colors.

2 #A1BDFC and #BDFCA1 with #FCBDA1 are triadic colors.