COLOR #FCEBDA

HEX: #FCEBDA RGB: (252,235,218)

Color info

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

RGB color model

#FCEBDA color RGB value is (252,235,218).

RGB: (252,235,218) (99%, 92%, 85%)

RGB channels and saturation

R 252 of 255 = 99%
G 235 of 255 = 92%
B 218 of 255 = 85%

252
235
218

R + G + B ~ 92%. #FCEBDA is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 235 + 218 = 705 (100%)
R 252 of 705 ~ 35.74%
G 235 of 705 ~ 33.33%
B 218 of 705 ~ 30.92'%

%35.74
%33.33
%30.92

CMYK color model

#FCEBDA color CMYK value is (0,7,13,1).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 13.49%
  • key color value is 1.18%
CMYK: (0,7,13,1) C0M7Y13K1 (0%,7%,13%,1%) (0.00/0.07/0.13/0.01) 

CMYK percentages

%0
%6.75
%13.49
%1.18

Codes

Color #FCEBDA in popluar color models

FC EB DA
RGB 252 235 218
HSL 30° 85.00% 92.16%
HSB/HSV 30° 13.49% 98.82%
CMYK 0.00% 6.75% 13.49%
1.18%

Color #FCEBDA in popluar number systems.

HEX FC EB DA
Decimal 252 235 218
Binary 11111100 11101011 11011010
Octal 374 353 332

Shades and tints

Shades of #FCEBDA

#FCEBDA
(252,235,218)
#E6D6C7
(230,214,199)
#D0C1B4
(208,193,180)
#BAACA1
(186,172,161)
#A4978E
(164,151,142)
#8E827B
(142,130,123)
#786D68
(120,109,104)
#625855
(98,88,85)
#4C4342
(76,67,66)
#362E2F
(54,46,47)
#20191C
(32,25,28)
#000000
(0,0,0)

Tints of #FCEBDA

#FCEBDA
(252,235,218)
#FCECDD
(252,236,221)
#FCEDE0
(252,237,224)
#FCEEE3
(252,238,227)
#FCEFE6
(252,239,230)
#FCF0E9
(252,240,233)
#FCF1EC
(252,241,236)
#FCF2EF
(252,242,239)
#FCF3F2
(252,243,242)
#FCF4F5
(252,244,245)
#FCF5F8
(252,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEBDA; }

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

This text font color is #FCEBDA.

Background Color

.myBgColor { background-color: #FCEBDA; }

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

This div background color is #FCEBDA.

Border color

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

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

This div border color is #FCEBDA.

Opacity

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

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

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

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

This text has shadow with #FCEBDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEBDA.

Preview

Color preview on black background

This text has color #FCEBDA on black background.


Color preview on white background

This text has color #FCEBDA on white background.


Black color preview on #FCEBDA background

This text has black color on #FCEBDA background.


White color preview on #FCEBDA background

This text has white color on #FCEBDA background.


Related colors

Complementary color

Complementary color for #hex is #031425.


I love getcolorcode.com

Triadic colors

1 #DAFCEB and #EBDAFC with #FCEBDA are triadic colors.

2 #DAEBFC and #EBFCDA with #FCEBDA are triadic colors.