COLOR #FCE6B0

HEX: #FCE6B0
RGB: (252,230,176)

Color info

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

RGB color model

#FCE6B0 color RGB value is (252,230,176).

  • red value is 252;
  • green value is 230;
  • blue value is 176.
RGB:
(252,230,176)
(99%,90%,69%)

RGB channels and saturation

R 252 of 255 = 99%
G 230 of 255 = 90%
B 176 of 255 = 69%

252
230
176

R + G + B ~ 86%. #FCE6B0 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 230 + 176 = 658 (100%)
R 252 of 658 ~ 38.3%
G 230 of 658 ~ 34.95%
B 176 of 658 ~ 26.75%

%38.3
%34.95
%26.75

CMYK color model

#FCE6B0 color CMYK value is (0,9,30,1).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 30.16%
  • key color value is 1.18%
CMYK:
(0,9,30,1)
C0M9Y30K1 
(0%,9%,30%,1%)
(0.00/0.09/0.30/0.01)	

CMYK percentages

%0
%8.73
%30.16
%1.18

Codes

Color #FCE6B0 in popluar color models

FCE6B0
RGB252230176
HSL43°92.68%83.92%
HSB/HSV43°30.16%98.82%
CMYK0.00%8.73%30.16%
1.18%

Color #FCE6B0 in popluar number systems.

HEXFCE6B0
Decimal252230176
Binary111111001110011010110000
Octal374346260

Shades and tints

Shades of #FCE6B0

#FCE6B0
(252,230,176)
#E6D2A0
(230,210,160)
#D0BE90
(208,190,144)
#BAAA80
(186,170,128)
#A49670
(164,150,112)
#8E8260
(142,130,96)
#786E50
(120,110,80)
#625A40
(98,90,64)
#4C4630
(76,70,48)
#363220
(54,50,32)
#201E10
(32,30,16)
#000000
(0,0,0)

Tints of #FCE6B0

#FCE6B0
(252,230,176)
#FCE8B7
(252,232,183)
#FCEABE
(252,234,190)
#FCECC5
(252,236,197)
#FCEECC
(252,238,204)
#FCF0D3
(252,240,211)
#FCF2DA
(252,242,218)
#FCF4E1
(252,244,225)
#FCF6E8
(252,246,232)
#FCF8EF
(252,248,239)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE6B0 color. Also use rgb(252,230,176) instead hex code.

Text Font Color

.myTextColor { color: #FCE6B0; }

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

This text font color is #FCE6B0.


Background Color

.myBgColor { background-color: #FCE6B0; }

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

This div background color is #FCE6B0.


Border color

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

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

This div border color is #FCE6B0.


Opacity

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

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

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

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

This text has shadow with #FCE6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE6B0 on black background.


Color preview on white background

This text has color #FCE6B0 on white background.



Black color preview on #FCE6B0 background

This text has black color on #FCE6B0 background.


White color preview on #FCE6B0 background

This text has white color on #FCE6B0 background.