COLOR #FCCD96

HEX: #FCCD96
RGB: (252,205,150)

Color info

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

RGB color model

#FCCD96 color RGB value is (252,205,150).

  • red value is 252;
  • green value is 205;
  • blue value is 150.
RGB:
(252,205,150)
(99%,80%,59%)

RGB channels and saturation

R 252 of 255 = 99%
G 205 of 255 = 80%
B 150 of 255 = 59%

252
205
150

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

Portions of RGB colors in percentages

R + G + B =
252 + 205 + 150 = 607 (100%)
R 252 of 607 ~ 41.52%
G 205 of 607 ~ 33.77%
B 150 of 607 ~ 24.71%

%41.52
%33.77
%24.71

CMYK color model

#FCCD96 color CMYK value is (0,19,40,1).

  • cyan value is 0.00%
  • magenta value is 18.65%
  • yellow value is 40.48%
  • key color value is 1.18%
CMYK:
(0,19,40,1)
C0M19Y40K1 
(0%,19%,40%,1%)
(0.00/0.19/0.40/0.01)	

CMYK percentages

%0
%18.65
%40.48
%1.18

Codes

Color #FCCD96 in popluar color models

FCCD96
RGB252205150
HSL32°94.44%78.82%
HSB/HSV32°40.48%98.82%
CMYK0.00%18.65%40.48%
1.18%

Color #FCCD96 in popluar number systems.

HEXFCCD96
Decimal252205150
Binary111111001100110110010110
Octal374315226

Shades and tints

Shades of #FCCD96

#FCCD96
(252,205,150)
#E6BB89
(230,187,137)
#D0A97C
(208,169,124)
#BA976F
(186,151,111)
#A48562
(164,133,98)
#8E7355
(142,115,85)
#786148
(120,97,72)
#624F3B
(98,79,59)
#4C3D2E
(76,61,46)
#362B21
(54,43,33)
#201914
(32,25,20)
#000000
(0,0,0)

Tints of #FCCD96

#FCCD96
(252,205,150)
#FCD19F
(252,209,159)
#FCD5A8
(252,213,168)
#FCD9B1
(252,217,177)
#FCDDBA
(252,221,186)
#FCE1C3
(252,225,195)
#FCE5CC
(252,229,204)
#FCE9D5
(252,233,213)
#FCEDDE
(252,237,222)
#FCF1E7
(252,241,231)
#FCF5F0
(252,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCD96 color. Also use rgb(252,205,150) instead hex code.

Text Font Color

.myTextColor { color: #FCCD96; }

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

This text font color is #FCCD96.


Background Color

.myBgColor { background-color: #FCCD96; }

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

This div background color is #FCCD96.


Border color

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

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

This div border color is #FCCD96.


Opacity

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

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

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

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

This text has shadow with #FCCD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCD96 on black background.


Color preview on white background

This text has color #FCCD96 on white background.



Black color preview on #FCCD96 background

This text has black color on #FCCD96 background.


White color preview on #FCCD96 background

This text has white color on #FCCD96 background.