COLOR #FCEBD3

HEX: #FCEBD3 RGB: (252,235,211)

Color info

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

RGB color model

#FCEBD3 color RGB value is (252,235,211).

RGB: (252,235,211) (99%, 92%, 83%)

RGB channels and saturation

R 252 of 255 = 99%
G 235 of 255 = 92%
B 211 of 255 = 83%

252
235
211

R + G + B ~ 91%. #FCEBD3 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 235 + 211 = 698 (100%)
R 252 of 698 ~ 36.1%
G 235 of 698 ~ 33.67%
B 211 of 698 ~ 30.23'%

%36.1
%33.67
%30.23

CMYK color model

#FCEBD3 color CMYK value is (0,7,16,1).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 16.27%
  • key color value is 1.18%

CMYK: (0,7,16,1)
C0M7Y16K1 (0%, 7%, 16%, 1%)
(0.00 / 0.07 / 0.16 / 0.01)

CMYK percentages

%0
%6.75
%16.27
%1.18

Codes

Color #FCEBD3 in popluar color models

FC EB D3
RGB 252 235 211
HSL 35° 87.23% 90.78%
HSB/HSV 35° 16.27% 98.82%
CMYK 0.00% 6.75% 16.27%
1.18%

Color #FCEBD3 in popluar number systems.

HEX FC EB D3
Decimal 252 235 211
Binary 11111100 11101011 11010011
Octal 374 353 323

Shades and tints

Shades of #FCEBD3

#FCEBD3
(252,235,211)
#E6D6C0
(230,214,192)
#D0C1AD
(208,193,173)
#BAAC9A
(186,172,154)
#A49787
(164,151,135)
#8E8274
(142,130,116)
#786D61
(120,109,97)
#62584E
(98,88,78)
#4C433B
(76,67,59)
#362E28
(54,46,40)
#201915
(32,25,21)
#000000
(0,0,0)

Tints of #FCEBD3

#FCEBD3
(252,235,211)
#FCECD7
(252,236,215)
#FCEDDB
(252,237,219)
#FCEEDF
(252,238,223)
#FCEFE3
(252,239,227)
#FCF0E7
(252,240,231)
#FCF1EB
(252,241,235)
#FCF2EF
(252,242,239)
#FCF3F3
(252,243,243)
#FCF4F7
(252,244,247)
#FCF5FB
(252,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEBD3; }

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

This text font color is #FCEBD3.

Background Color

.myBgColor { background-color: #FCEBD3; }

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

This div background color is #FCEBD3.

Border color

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

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

This div border color is #FCEBD3.

Opacity

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

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

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

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

This text has shadow with #FCEBD3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEBD3.

Preview

Color preview on black background

This text has color #FCEBD3 on black background.


Color preview on white background

This text has color #FCEBD3 on white background.


Black color preview on #FCEBD3 background

This text has black color on #FCEBD3 background.


White color preview on #FCEBD3 background

This text has white color on #FCEBD3 background.


Related colors

Complementary color

Complementary color for #hex is #03142C.


I love getcolorcode.com

Triadic colors

1 #D3FCEB and #EBD3FC with #FCEBD3 are triadic colors.

2 #D3EBFC and #EBFCD3 with #FCEBD3 are triadic colors.