COLOR #FCCF8D

HEX: #FCCF8D
RGB: (252,207,141)

Color info

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

RGB color model

#FCCF8D color RGB value is (252,207,141).

  • red value is 252;
  • green value is 207;
  • blue value is 141.
RGB:
(252,207,141)
(99%,81%,55%)

RGB channels and saturation

R 252 of 255 = 99%
G 207 of 255 = 81%
B 141 of 255 = 55%

252
207
141

R + G + B ~ 78%. #FCCF8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 207 + 141 = 600 (100%)
R 252 of 600 ~ 42%
G 207 of 600 ~ 34.5%
B 141 of 600 ~ 23.5%

%42
%34.5
%23.5

CMYK color model

#FCCF8D color CMYK value is (0,18,44,1).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 44.05%
  • key color value is 1.18%
CMYK:
(0,18,44,1)
C0M18Y44K1 
(0%,18%,44%,1%)
(0.00/0.18/0.44/0.01)	

CMYK percentages

%0
%17.86
%44.05
%1.18

Codes

Color #FCCF8D in popluar color models

FCCF8D
RGB252207141
HSL36°94.87%77.06%
HSB/HSV36°44.05%98.82%
CMYK0.00%17.86%44.05%
1.18%

Color #FCCF8D in popluar number systems.

HEXFCCF8D
Decimal252207141
Binary111111001100111110001101
Octal374317215

Shades and tints

Shades of #FCCF8D

#FCCF8D
(252,207,141)
#E6BD81
(230,189,129)
#D0AB75
(208,171,117)
#BA9969
(186,153,105)
#A4875D
(164,135,93)
#8E7551
(142,117,81)
#786345
(120,99,69)
#625139
(98,81,57)
#4C3F2D
(76,63,45)
#362D21
(54,45,33)
#201B15
(32,27,21)
#000000
(0,0,0)

Tints of #FCCF8D

#FCCF8D
(252,207,141)
#FCD397
(252,211,151)
#FCD7A1
(252,215,161)
#FCDBAB
(252,219,171)
#FCDFB5
(252,223,181)
#FCE3BF
(252,227,191)
#FCE7C9
(252,231,201)
#FCEBD3
(252,235,211)
#FCEFDD
(252,239,221)
#FCF3E7
(252,243,231)
#FCF7F1
(252,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCF8D color. Also use rgb(252,207,141) instead hex code.

Text Font Color

.myTextColor { color: #FCCF8D; }

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

This text font color is #FCCF8D.


Background Color

.myBgColor { background-color: #FCCF8D; }

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

This div background color is #FCCF8D.


Border color

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

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

This div border color is #FCCF8D.


Opacity

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

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

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

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

This text has shadow with #FCCF8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCCF8D on black background.


Color preview on white background

This text has color #FCCF8D on white background.



Black color preview on #FCCF8D background

This text has black color on #FCCF8D background.


White color preview on #FCCF8D background

This text has white color on #FCCF8D background.