COLOR #FCEDEA

HEX: #FCEDEA RGB: (252,237,234)

Color info

#FCEDEA contains red, green and blue colors in about the same proportion. Web safe color of #FCEDEA is #FFFFFF (or #FFF).

RGB color model

#FCEDEA color RGB value is (252,237,234).

RGB: (252,237,234) (99%, 93%, 92%)

RGB channels and saturation

R 252 of 255 = 99%
G 237 of 255 = 93%
B 234 of 255 = 92%

252
237
234

R + G + B ~ 95%. #FCEDEA is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 237 + 234 = 723 (100%)
R 252 of 723 ~ 34.85%
G 237 of 723 ~ 32.78%
B 234 of 723 ~ 32.37'%

%34.85
%32.78
%32.37

CMYK color model

#FCEDEA color CMYK value is (0,6,7,1).

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

CMYK: (0,6,7,1)
C0M6Y7K1 (0%, 6%, 7%, 1%)
(0.00 / 0.06 / 0.07 / 0.01)

CMYK percentages

%0
%5.95
%7.14
%1.18

Codes

Color #FCEDEA in popluar color models

FC ED EA
RGB 252 237 234
HSL 10° 75.00% 95.29%
HSB/HSV 10° 7.14% 98.82%
CMYK 0.00% 5.95% 7.14%
1.18%

Color #FCEDEA in popluar number systems.

HEX FC ED EA
Decimal 252 237 234
Binary 11111100 11101101 11101010
Octal 374 355 352

Shades and tints

Shades of #FCEDEA

#FCEDEA
(252,237,234)
#E6D8D5
(230,216,213)
#D0C3C0
(208,195,192)
#BAAEAB
(186,174,171)
#A49996
(164,153,150)
#8E8481
(142,132,129)
#786F6C
(120,111,108)
#625A57
(98,90,87)
#4C4542
(76,69,66)
#36302D
(54,48,45)
#201B18
(32,27,24)
#000000
(0,0,0)

Tints of #FCEDEA

#FCEDEA
(252,237,234)
#FCEEEB
(252,238,235)
#FCEFEC
(252,239,236)
#FCF0ED
(252,240,237)
#FCF1EE
(252,241,238)
#FCF2EF
(252,242,239)
#FCF3F0
(252,243,240)
#FCF4F1
(252,244,241)
#FCF5F2
(252,245,242)
#FCF6F3
(252,246,243)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEDEA; }

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

This text font color is #FCEDEA.

Background Color

.myBgColor { background-color: #FCEDEA; }

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

This div background color is #FCEDEA.

Border color

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

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

This div border color is #FCEDEA.

Opacity

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

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

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

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

This text has shadow with #FCEDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEDEA.

Preview

Color preview on black background

This text has color #FCEDEA on black background.


Color preview on white background

This text has color #FCEDEA on white background.


Black color preview on #FCEDEA background

This text has black color on #FCEDEA background.


White color preview on #FCEDEA background

This text has white color on #FCEDEA background.


Related colors

Complementary color

Complementary color for #hex is #031215.


I love getcolorcode.com

Triadic colors

1 #EAFCED and #EDEAFC with #FCEDEA are triadic colors.

2 #EAEDFC and #EDFCEA with #FCEDEA are triadic colors.