COLOR #FCDB9E

HEX: #FCDB9E RGB: (252,219,158)

Color info

#FCDB9E contains mainly red and green colors. Web safe color of #FCDB9E is #FFCC99 (or #FC9).

RGB color model

#FCDB9E color RGB value is (252,219,158).

RGB: (252,219,158) (99%, 86%, 62%)

RGB channels and saturation

R 252 of 255 = 99%
G 219 of 255 = 86%
B 158 of 255 = 62%

252
219
158

R + G + B ~ 82%. #FCDB9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 219 + 158 = 629 (100%)
R 252 of 629 ~ 40.06%
G 219 of 629 ~ 34.82%
B 158 of 629 ~ 25.12'%

%40.06
%34.82
%25.12

CMYK color model

#FCDB9E color CMYK value is (0,13,37,1).

  • cyan value is 0.00%
  • magenta value is 13.10%
  • yellow value is 37.30%
  • key color value is 1.18%
CMYK: (0,13,37,1) C0M13Y37K1 (0%,13%,37%,1%) (0.00/0.13/0.37/0.01) 

CMYK percentages

%0
%13.1
%37.3
%1.18

Codes

Color #FCDB9E in popluar color models

FC DB 9E
RGB 252 219 158
HSL 39° 94.00% 80.39%
HSB/HSV 39° 37.30% 98.82%
CMYK 0.00% 13.10% 37.30%
1.18%

Color #FCDB9E in popluar number systems.

HEX FC DB 9E
Decimal 252 219 158
Binary 11111100 11011011 10011110
Octal 374 333 236

Shades and tints

Shades of #FCDB9E

#FCDB9E
(252,219,158)
#E6C890
(230,200,144)
#D0B582
(208,181,130)
#BAA274
(186,162,116)
#A48F66
(164,143,102)
#8E7C58
(142,124,88)
#78694A
(120,105,74)
#62563C
(98,86,60)
#4C432E
(76,67,46)
#363020
(54,48,32)
#201D12
(32,29,18)
#000000
(0,0,0)

Tints of #FCDB9E

#FCDB9E
(252,219,158)
#FCDEA6
(252,222,166)
#FCE1AE
(252,225,174)
#FCE4B6
(252,228,182)
#FCE7BE
(252,231,190)
#FCEAC6
(252,234,198)
#FCEDCE
(252,237,206)
#FCF0D6
(252,240,214)
#FCF3DE
(252,243,222)
#FCF6E6
(252,246,230)
#FCF9EE
(252,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDB9E color. Also use rgb(252,219,158) instead hex code.

Text Font Color

.myTextColor { color: #FCDB9E; }

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

This text font color is #FCDB9E.

Background Color

.myBgColor { background-color: #FCDB9E; }

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

This div background color is #FCDB9E.

Border color

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

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

This div border color is #FCDB9E.

Opacity

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

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

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

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

This text has shadow with #FCDB9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDB9E.

Preview

Color preview on black background

This text has color #FCDB9E on black background.


Color preview on white background

This text has color #FCDB9E on white background.


Black color preview on #FCDB9E background

This text has black color on #FCDB9E background.


White color preview on #FCDB9E background

This text has white color on #FCDB9E background.


Related colors

Complementary color

Complementary color for #hex is #032461.


I love getcolorcode.com

Triadic colors

1 #9EFCDB and #DB9EFC with #FCDB9E are triadic colors.

2 #9EDBFC and #DBFC9E with #FCDB9E are triadic colors.