COLOR #FCEADB

HEX: #FCEADB RGB: (252,234,219)

Color info

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

RGB color model

#FCEADB color RGB value is (252,234,219).

RGB: (252,234,219) (99%, 92%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 234 of 255 = 92%
B 219 of 255 = 86%

252
234
219

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

Portions of RGB colors in percentages

R + G + B = 252 + 234 + 219 = 705 (100%)
R 252 of 705 ~ 35.74%
G 234 of 705 ~ 33.19%
B 219 of 705 ~ 31.06'%

%35.74
%33.19
%31.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 13.10%
  • 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
%7.14
%13.1
%1.18

Codes

Color #FCEADB in popluar color models

FC EA DB
RGB 252 234 219
HSL 27° 84.62% 92.35%
HSB/HSV 27° 13.10% 98.82%
CMYK 0.00% 7.14% 13.10%
1.18%

Color #FCEADB in popluar number systems.

HEX FC EA DB
Decimal 252 234 219
Binary 11111100 11101010 11011011
Octal 374 352 333

Shades and tints

Shades of #FCEADB

#FCEADB
(252,234,219)
#E6D5C8
(230,213,200)
#D0C0B5
(208,192,181)
#BAABA2
(186,171,162)
#A4968F
(164,150,143)
#8E817C
(142,129,124)
#786C69
(120,108,105)
#625756
(98,87,86)
#4C4243
(76,66,67)
#362D30
(54,45,48)
#20181D
(32,24,29)
#000000
(0,0,0)

Tints of #FCEADB

#FCEADB
(252,234,219)
#FCEBDE
(252,235,222)
#FCECE1
(252,236,225)
#FCEDE4
(252,237,228)
#FCEEE7
(252,238,231)
#FCEFEA
(252,239,234)
#FCF0ED
(252,240,237)
#FCF1F0
(252,241,240)
#FCF2F3
(252,242,243)
#FCF3F6
(252,243,246)
#FCF4F9
(252,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCEADB color. Also use rgb(252,234,219) instead hex code.

Text Font Color

.myTextColor { color: #FCEADB; }

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

This text font color is #FCEADB.

Background Color

.myBgColor { background-color: #FCEADB; }

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

This div background color is #FCEADB.

Border color

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

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

This div border color is #FCEADB.

Opacity

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

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

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

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

This text has shadow with #FCEADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEADB.

Preview

Color preview on black background

This text has color #FCEADB on black background.


Color preview on white background

This text has color #FCEADB on white background.


Black color preview on #FCEADB background

This text has black color on #FCEADB background.


White color preview on #FCEADB background

This text has white color on #FCEADB background.


Related colors

Complementary color

Complementary color for #hex is #031524.


I love getcolorcode.com

Triadic colors

1 #DBFCEA and #EADBFC with #FCEADB are triadic colors.

2 #DBEAFC and #EAFCDB with #FCEADB are triadic colors.