COLOR #FCDEF4

HEX: #FCDEF4 RGB: (252,222,244)

Color info

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

RGB color model

#FCDEF4 color RGB value is (252,222,244).

RGB: (252,222,244) (99%, 87%, 96%)

RGB channels and saturation

R 252 of 255 = 99%
G 222 of 255 = 87%
B 244 of 255 = 96%

252
222
244

R + G + B ~ 94%. #FCDEF4 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 222 + 244 = 718 (100%)
R 252 of 718 ~ 35.1%
G 222 of 718 ~ 30.92%
B 244 of 718 ~ 33.98'%

%35.1
%30.92
%33.98

CMYK color model

#FCDEF4 color CMYK value is (0,12,3,1).

  • cyan value is 0.00%
  • magenta value is 11.90%
  • yellow value is 3.17%
  • key color value is 1.18%

CMYK: (0,12,3,1)
C0M12Y3K1 (0%, 12%, 3%, 1%)
(0.00 / 0.12 / 0.03 / 0.01)

CMYK percentages

%0
%11.9
%3.17
%1.18

Codes

Color #FCDEF4 in popluar color models

FC DE F4
RGB 252 222 244
HSL 316° 83.33% 92.94%
HSB/HSV 316° 11.90% 98.82%
CMYK 0.00% 11.90% 3.17%
1.18%

Color #FCDEF4 in popluar number systems.

HEX FC DE F4
Decimal 252 222 244
Binary 11111100 11011110 11110100
Octal 374 336 364

Shades and tints

Shades of #FCDEF4

#FCDEF4
(252,222,244)
#E6CADE
(230,202,222)
#D0B6C8
(208,182,200)
#BAA2B2
(186,162,178)
#A48E9C
(164,142,156)
#8E7A86
(142,122,134)
#786670
(120,102,112)
#62525A
(98,82,90)
#4C3E44
(76,62,68)
#362A2E
(54,42,46)
#201618
(32,22,24)
#000000
(0,0,0)

Tints of #FCDEF4

#FCDEF4
(252,222,244)
#FCE1F5
(252,225,245)
#FCE4F6
(252,228,246)
#FCE7F7
(252,231,247)
#FCEAF8
(252,234,248)
#FCEDF9
(252,237,249)
#FCF0FA
(252,240,250)
#FCF3FB
(252,243,251)
#FCF6FC
(252,246,252)
#FCF9FD
(252,249,253)
#FCFCFE
(252,252,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDEF4 color. Also use rgb(252,222,244) instead hex code.

Text Font Color

.myTextColor { color: #FCDEF4; }

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

This text font color is #FCDEF4.

Background Color

.myBgColor { background-color: #FCDEF4; }

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

This div background color is #FCDEF4.

Border color

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

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

This div border color is #FCDEF4.

Opacity

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

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

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

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

This text has shadow with #FCDEF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCDEF4.

Preview

Color preview on black background

This text has color #FCDEF4 on black background.


Color preview on white background

This text has color #FCDEF4 on white background.


Black color preview on #FCDEF4 background

This text has black color on #FCDEF4 background.


White color preview on #FCDEF4 background

This text has white color on #FCDEF4 background.


Related colors

Complementary color

Complementary color for #hex is #03210B.


I love getcolorcode.com

Triadic colors

1 #F4FCDE and #DEF4FC with #FCDEF4 are triadic colors.

2 #F4DEFC and #DEFCF4 with #FCDEF4 are triadic colors.