COLOR #FCEBB4

HEX: #FCEBB4
RGB: (252,235,180)

Color info

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

RGB color model

#FCEBB4 color RGB value is (252,235,180).

  • red value is 252;
  • green value is 235;
  • blue value is 180.
RGB:
(252,235,180)
(99%,92%,71%)

RGB channels and saturation

R 252 of 255 = 99%
G 235 of 255 = 92%
B 180 of 255 = 71%

252
235
180

R + G + B ~ 87%. #FCEBB4 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 235 + 180 = 667 (100%)
R 252 of 667 ~ 37.78%
G 235 of 667 ~ 35.23%
B 180 of 667 ~ 26.99%

%37.78
%35.23
%26.99

CMYK color model

#FCEBB4 color CMYK value is (0,7,29,1).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 28.57%
  • key color value is 1.18%
CMYK:
(0,7,29,1)
C0M7Y29K1 
(0%,7%,29%,1%)
(0.00/0.07/0.29/0.01)	

CMYK percentages

%0
%6.75
%28.57
%1.18

Codes

Color #FCEBB4 in popluar color models

FCEBB4
RGB252235180
HSL46°92.31%84.71%
HSB/HSV46°28.57%98.82%
CMYK0.00%6.75%28.57%
1.18%

Color #FCEBB4 in popluar number systems.

HEXFCEBB4
Decimal252235180
Binary111111001110101110110100
Octal374353264

Shades and tints

Shades of #FCEBB4

#FCEBB4
(252,235,180)
#E6D6A4
(230,214,164)
#D0C194
(208,193,148)
#BAAC84
(186,172,132)
#A49774
(164,151,116)
#8E8264
(142,130,100)
#786D54
(120,109,84)
#625844
(98,88,68)
#4C4334
(76,67,52)
#362E24
(54,46,36)
#201914
(32,25,20)
#000000
(0,0,0)

Tints of #FCEBB4

#FCEBB4
(252,235,180)
#FCECBA
(252,236,186)
#FCEDC0
(252,237,192)
#FCEEC6
(252,238,198)
#FCEFCC
(252,239,204)
#FCF0D2
(252,240,210)
#FCF1D8
(252,241,216)
#FCF2DE
(252,242,222)
#FCF3E4
(252,243,228)
#FCF4EA
(252,244,234)
#FCF5F0
(252,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCEBB4 color. Also use rgb(252,235,180) instead hex code.

Text Font Color

.myTextColor { color: #FCEBB4; }

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

This text font color is #FCEBB4.


Background Color

.myBgColor { background-color: #FCEBB4; }

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

This div background color is #FCEBB4.


Border color

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

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

This div border color is #FCEBB4.


Opacity

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

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

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

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

This text has shadow with #FCEBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEBB4 on black background.


Color preview on white background

This text has color #FCEBB4 on white background.



Black color preview on #FCEBB4 background

This text has black color on #FCEBB4 background.


White color preview on #FCEBB4 background

This text has white color on #FCEBB4 background.