COLOR #FCEBE5

HEX: #FCEBE5
RGB: (252,235,229)

Color info

#FCEBE5 contains red, green and blue colors in about the same proportion. Web safe color of #FCEBE5 is #FFFFCC (or #FFC).

RGB color model

#FCEBE5 color RGB value is (252,235,229).

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

RGB channels and saturation

R 252 of 255 = 99%
G 235 of 255 = 92%
B 229 of 255 = 90%

252
235
229

R + G + B ~ 94%. #FCEBE5 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 235 + 229 = 716 (100%)
R 252 of 716 ~ 35.2%
G 235 of 716 ~ 32.82%
B 229 of 716 ~ 31.98%

%35.2
%32.82
%31.98

CMYK color model

#FCEBE5 color CMYK value is (0,7,9,1).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 9.13%
  • key color value is 1.18%
CMYK:
(0,7,9,1)
C0M7Y9K1 
(0%,7%,9%,1%)
(0.00/0.07/0.09/0.01)	

CMYK percentages

%0
%6.75
%9.13
%1.18

Codes

Color #FCEBE5 in popluar color models

FCEBE5
RGB252235229
HSL16°79.31%94.31%
HSB/HSV16°9.13%98.82%
CMYK0.00%6.75%9.13%
1.18%

Color #FCEBE5 in popluar number systems.

HEXFCEBE5
Decimal252235229
Binary111111001110101111100101
Octal374353345

Shades and tints

Shades of #FCEBE5

#FCEBE5
(252,235,229)
#E6D6D1
(230,214,209)
#D0C1BD
(208,193,189)
#BAACA9
(186,172,169)
#A49795
(164,151,149)
#8E8281
(142,130,129)
#786D6D
(120,109,109)
#625859
(98,88,89)
#4C4345
(76,67,69)
#362E31
(54,46,49)
#20191D
(32,25,29)
#000000
(0,0,0)

Tints of #FCEBE5

#FCEBE5
(252,235,229)
#FCECE7
(252,236,231)
#FCEDE9
(252,237,233)
#FCEEEB
(252,238,235)
#FCEFED
(252,239,237)
#FCF0EF
(252,240,239)
#FCF1F1
(252,241,241)
#FCF2F3
(252,242,243)
#FCF3F5
(252,243,245)
#FCF4F7
(252,244,247)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEBE5; }

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

This text font color is #FCEBE5.


Background Color

.myBgColor { background-color: #FCEBE5; }

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

This div background color is #FCEBE5.


Border color

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

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

This div border color is #FCEBE5.


Opacity

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

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

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

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

This text has shadow with #FCEBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEBE5 on black background.


Color preview on white background

This text has color #FCEBE5 on white background.



Black color preview on #FCEBE5 background

This text has black color on #FCEBE5 background.


White color preview on #FCEBE5 background

This text has white color on #FCEBE5 background.