COLOR #FCD8EB

HEX: #FCD8EB RGB: (252,216,235)

Color info

#FCD8EB contains red, green and blue colors in about the same proportion. Web safe color of #FCD8EB is #FFCCFF (or #FCF).

RGB color model

#FCD8EB color RGB value is (252,216,235).

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

RGB channels and saturation

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

252
216
235

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

Portions of RGB colors in percentages

R + G + B = 252 + 216 + 235 = 703 (100%)
R 252 of 703 ~ 35.85%
G 216 of 703 ~ 30.73%
B 235 of 703 ~ 33.43'%

%35.85
%30.73
%33.43

CMYK color model

#FCD8EB color CMYK value is (0,14,7,1).

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

CMYK: (0,14,7,1)
C0M14Y7K1 (0%, 14%, 7%, 1%)
(0.00 / 0.14 / 0.07 / 0.01)

CMYK percentages

%0
%14.29
%6.75
%1.18

Codes

Color #FCD8EB in popluar color models

FC D8 EB
RGB 252 216 235
HSL 328° 85.71% 91.76%
HSB/HSV 328° 14.29% 98.82%
CMYK 0.00% 14.29% 6.75%
1.18%

Color #FCD8EB in popluar number systems.

HEX FC D8 EB
Decimal 252 216 235
Binary 11111100 11011000 11101011
Octal 374 330 353

Shades and tints

Shades of #FCD8EB

#FCD8EB
(252,216,235)
#E6C5D6
(230,197,214)
#D0B2C1
(208,178,193)
#BA9FAC
(186,159,172)
#A48C97
(164,140,151)
#8E7982
(142,121,130)
#78666D
(120,102,109)
#625358
(98,83,88)
#4C4043
(76,64,67)
#362D2E
(54,45,46)
#201A19
(32,26,25)
#000000
(0,0,0)

Tints of #FCD8EB

#FCD8EB
(252,216,235)
#FCDBEC
(252,219,236)
#FCDEED
(252,222,237)
#FCE1EE
(252,225,238)
#FCE4EF
(252,228,239)
#FCE7F0
(252,231,240)
#FCEAF1
(252,234,241)
#FCEDF2
(252,237,242)
#FCF0F3
(252,240,243)
#FCF3F4
(252,243,244)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCD8EB; }

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

This text font color is #FCD8EB.

Background Color

.myBgColor { background-color: #FCD8EB; }

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

This div background color is #FCD8EB.

Border color

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

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

This div border color is #FCD8EB.

Opacity

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

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

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

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

This text has shadow with #FCD8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCD8EB.

Preview

Color preview on black background

This text has color #FCD8EB on black background.


Color preview on white background

This text has color #FCD8EB on white background.


Black color preview on #FCD8EB background

This text has black color on #FCD8EB background.


White color preview on #FCD8EB background

This text has white color on #FCD8EB background.


Related colors

Complementary color

Complementary color for #hex is #032714.


I love getcolorcode.com

Triadic colors

1 #EBFCD8 and #D8EBFC with #FCD8EB are triadic colors.

2 #EBD8FC and #D8FCEB with #FCD8EB are triadic colors.