COLOR #FCE0F3

HEX: #FCE0F3 RGB: (252,224,243)

Color info

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

RGB color model

#FCE0F3 color RGB value is (252,224,243).

RGB: (252,224,243) (99%, 88%, 95%)

RGB channels and saturation

R 252 of 255 = 99%
G 224 of 255 = 88%
B 243 of 255 = 95%

252
224
243

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

Portions of RGB colors in percentages

R + G + B = 252 + 224 + 243 = 719 (100%)
R 252 of 719 ~ 35.05%
G 224 of 719 ~ 31.15%
B 243 of 719 ~ 33.8'%

%35.05
%31.15
%33.8

CMYK color model

#FCE0F3 color CMYK value is (0,11,4,1).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 3.57%
  • key color value is 1.18%
CMYK: (0,11,4,1) C0M11Y4K1 (0%,11%,4%,1%) (0.00/0.11/0.04/0.01) 

CMYK percentages

%0
%11.11
%3.57
%1.18

Codes

Color #FCE0F3 in popluar color models

FC E0 F3
RGB 252 224 243
HSL 319° 82.35% 93.33%
HSB/HSV 319° 11.11% 98.82%
CMYK 0.00% 11.11% 3.57%
1.18%

Color #FCE0F3 in popluar number systems.

HEX FC E0 F3
Decimal 252 224 243
Binary 11111100 11100000 11110011
Octal 374 340 363

Shades and tints

Shades of #FCE0F3

#FCE0F3
(252,224,243)
#E6CCDD
(230,204,221)
#D0B8C7
(208,184,199)
#BAA4B1
(186,164,177)
#A4909B
(164,144,155)
#8E7C85
(142,124,133)
#78686F
(120,104,111)
#625459
(98,84,89)
#4C4043
(76,64,67)
#362C2D
(54,44,45)
#201817
(32,24,23)
#000000
(0,0,0)

Tints of #FCE0F3

#FCE0F3
(252,224,243)
#FCE2F4
(252,226,244)
#FCE4F5
(252,228,245)
#FCE6F6
(252,230,246)
#FCE8F7
(252,232,247)
#FCEAF8
(252,234,248)
#FCECF9
(252,236,249)
#FCEEFA
(252,238,250)
#FCF0FB
(252,240,251)
#FCF2FC
(252,242,252)
#FCF4FD
(252,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE0F3 color. Also use rgb(252,224,243) instead hex code.

Text Font Color

.myTextColor { color: #FCE0F3; }

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

This text font color is #FCE0F3.

Background Color

.myBgColor { background-color: #FCE0F3; }

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

This div background color is #FCE0F3.

Border color

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

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

This div border color is #FCE0F3.

Opacity

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

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

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

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

This text has shadow with #FCE0F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE0F3.

Preview

Color preview on black background

This text has color #FCE0F3 on black background.


Color preview on white background

This text has color #FCE0F3 on white background.


Black color preview on #FCE0F3 background

This text has black color on #FCE0F3 background.


White color preview on #FCE0F3 background

This text has white color on #FCE0F3 background.


Related colors

Complementary color

Complementary color for #hex is #031F0C.


I love getcolorcode.com

Triadic colors

1 #F3FCE0 and #E0F3FC with #FCE0F3 are triadic colors.

2 #F3E0FC and #E0FCF3 with #FCE0F3 are triadic colors.