COLOR #FCEFBB

HEX: #FCEFBB
RGB: (252,239,187)

Color info

#FCEFBB contains mainly red and green colors. Web safe color of #FCEFBB is #FFFFCC (or #FFC).

RGB color model

#FCEFBB color RGB value is (252,239,187).

  • red value is 252;
  • green value is 239;
  • blue value is 187.
RGB:
(252,239,187)
(99%,94%,73%)

RGB channels and saturation

R 252 of 255 = 99%
G 239 of 255 = 94%
B 187 of 255 = 73%

252
239
187

R + G + B ~ 89%. #FCEFBB is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 239 + 187 = 678 (100%)
R 252 of 678 ~ 37.17%
G 239 of 678 ~ 35.25%
B 187 of 678 ~ 27.58%

%37.17
%35.25
%27.58

CMYK color model

#FCEFBB color CMYK value is (0,5,26,1).

  • cyan value is 0.00%
  • magenta value is 5.16%
  • yellow value is 25.79%
  • key color value is 1.18%
CMYK:
(0,5,26,1)
C0M5Y26K1 
(0%,5%,26%,1%)
(0.00/0.05/0.26/0.01)	

CMYK percentages

%0
%5.16
%25.79
%1.18

Codes

Color #FCEFBB in popluar color models

FCEFBB
RGB252239187
HSL48°91.55%86.08%
HSB/HSV48°25.79%98.82%
CMYK0.00%5.16%25.79%
1.18%

Color #FCEFBB in popluar number systems.

HEXFCEFBB
Decimal252239187
Binary111111001110111110111011
Octal374357273

Shades and tints

Shades of #FCEFBB

#FCEFBB
(252,239,187)
#E6DAAA
(230,218,170)
#D0C599
(208,197,153)
#BAB088
(186,176,136)
#A49B77
(164,155,119)
#8E8666
(142,134,102)
#787155
(120,113,85)
#625C44
(98,92,68)
#4C4733
(76,71,51)
#363222
(54,50,34)
#201D11
(32,29,17)
#000000
(0,0,0)

Tints of #FCEFBB

#FCEFBB
(252,239,187)
#FCF0C1
(252,240,193)
#FCF1C7
(252,241,199)
#FCF2CD
(252,242,205)
#FCF3D3
(252,243,211)
#FCF4D9
(252,244,217)
#FCF5DF
(252,245,223)
#FCF6E5
(252,246,229)
#FCF7EB
(252,247,235)
#FCF8F1
(252,248,241)
#FCF9F7
(252,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCEFBB color. Also use rgb(252,239,187) instead hex code.

Text Font Color

.myTextColor { color: #FCEFBB; }

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

This text font color is #FCEFBB.


Background Color

.myBgColor { background-color: #FCEFBB; }

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

This div background color is #FCEFBB.


Border color

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

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

This div border color is #FCEFBB.


Opacity

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

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

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

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

This text has shadow with #FCEFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEFBB on black background.


Color preview on white background

This text has color #FCEFBB on white background.



Black color preview on #FCEFBB background

This text has black color on #FCEFBB background.


White color preview on #FCEFBB background

This text has white color on #FCEFBB background.