COLOR #FCDBEA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

252
219
234

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

Portions of RGB colors in percentages

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

%35.74
%31.06
%33.19

CMYK color model

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

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

CMYK: (0,13,7,1)
C0M13Y7K1 (0%, 13%, 7%, 1%)
(0.00 / 0.13 / 0.07 / 0.01)

CMYK percentages

%0
%13.1
%7.14
%1.18

Codes

Color #FCDBEA in popluar color models

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

Color #FCDBEA in popluar number systems.

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

Shades and tints

Shades of #FCDBEA

#FCDBEA
(252,219,234)
#E6C8D5
(230,200,213)
#D0B5C0
(208,181,192)
#BAA2AB
(186,162,171)
#A48F96
(164,143,150)
#8E7C81
(142,124,129)
#78696C
(120,105,108)
#625657
(98,86,87)
#4C4342
(76,67,66)
#36302D
(54,48,45)
#201D18
(32,29,24)
#000000
(0,0,0)

Tints of #FCDBEA

#FCDBEA
(252,219,234)
#FCDEEB
(252,222,235)
#FCE1EC
(252,225,236)
#FCE4ED
(252,228,237)
#FCE7EE
(252,231,238)
#FCEAEF
(252,234,239)
#FCEDF0
(252,237,240)
#FCF0F1
(252,240,241)
#FCF3F2
(252,243,242)
#FCF6F3
(252,246,243)
#FCF9F4
(252,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDBEA; }

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

This text font color is #FCDBEA.

Background Color

.myBgColor { background-color: #FCDBEA; }

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

This div background color is #FCDBEA.

Border color

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

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

This div border color is #FCDBEA.

Opacity

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

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

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

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

This text has shadow with #FCDBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDBEA.

Preview

Color preview on black background

This text has color #FCDBEA on black background.


Color preview on white background

This text has color #FCDBEA on white background.


Black color preview on #FCDBEA background

This text has black color on #FCDBEA background.


White color preview on #FCDBEA background

This text has white color on #FCDBEA background.


Related colors

Complementary color

Complementary color for #hex is #032415.


I love getcolorcode.com

Triadic colors

1 #EAFCDB and #DBEAFC with #FCDBEA are triadic colors.

2 #EADBFC and #DBFCEA with #FCDBEA are triadic colors.