COLOR #FCE6DB

HEX: #FCE6DB RGB: (252,230,219)

Color info

#FCE6DB contains red, green and blue colors in about the same proportion. Web safe color of #FCE6DB is #FFCCCC (or #FCC).

RGB color model

#FCE6DB color RGB value is (252,230,219).

RGB: (252,230,219) (99%, 90%, 86%)

RGB channels and saturation

R 252 of 255 = 99%
G 230 of 255 = 90%
B 219 of 255 = 86%

252
230
219

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

Portions of RGB colors in percentages

R + G + B = 252 + 230 + 219 = 701 (100%)
R 252 of 701 ~ 35.95%
G 230 of 701 ~ 32.81%
B 219 of 701 ~ 31.24'%

%35.95
%32.81
%31.24

CMYK color model

#FCE6DB color CMYK value is (0,9,13,1).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 13.10%
  • key color value is 1.18%

CMYK: (0,9,13,1)
C0M9Y13K1 (0%, 9%, 13%, 1%)
(0.00 / 0.09 / 0.13 / 0.01)

CMYK percentages

%0
%8.73
%13.1
%1.18

Codes

Color #FCE6DB in popluar color models

FC E6 DB
RGB 252 230 219
HSL 20° 84.62% 92.35%
HSB/HSV 20° 13.10% 98.82%
CMYK 0.00% 8.73% 13.10%
1.18%

Color #FCE6DB in popluar number systems.

HEX FC E6 DB
Decimal 252 230 219
Binary 11111100 11100110 11011011
Octal 374 346 333

Shades and tints

Shades of #FCE6DB

#FCE6DB
(252,230,219)
#E6D2C8
(230,210,200)
#D0BEB5
(208,190,181)
#BAAAA2
(186,170,162)
#A4968F
(164,150,143)
#8E827C
(142,130,124)
#786E69
(120,110,105)
#625A56
(98,90,86)
#4C4643
(76,70,67)
#363230
(54,50,48)
#201E1D
(32,30,29)
#000000
(0,0,0)

Tints of #FCE6DB

#FCE6DB
(252,230,219)
#FCE8DE
(252,232,222)
#FCEAE1
(252,234,225)
#FCECE4
(252,236,228)
#FCEEE7
(252,238,231)
#FCF0EA
(252,240,234)
#FCF2ED
(252,242,237)
#FCF4F0
(252,244,240)
#FCF6F3
(252,246,243)
#FCF8F6
(252,248,246)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE6DB; }

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

This text font color is #FCE6DB.

Background Color

.myBgColor { background-color: #FCE6DB; }

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

This div background color is #FCE6DB.

Border color

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

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

This div border color is #FCE6DB.

Opacity

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

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

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

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

This text has shadow with #FCE6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE6DB.

Preview

Color preview on black background

This text has color #FCE6DB on black background.


Color preview on white background

This text has color #FCE6DB on white background.


Black color preview on #FCE6DB background

This text has black color on #FCE6DB background.


White color preview on #FCE6DB background

This text has white color on #FCE6DB background.


Related colors

Complementary color

Complementary color for #hex is #031924.


I love getcolorcode.com

Triadic colors

1 #DBFCE6 and #E6DBFC with #FCE6DB are triadic colors.

2 #DBE6FC and #E6FCDB with #FCE6DB are triadic colors.