COLOR #FCE8FB

HEX: #FCE8FB RGB: (252,232,251)

Color info

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

RGB color model

#FCE8FB color RGB value is (252,232,251).

RGB: (252,232,251) (99%, 91%, 98%)

RGB channels and saturation

R 252 of 255 = 99%
G 232 of 255 = 91%
B 251 of 255 = 98%

252
232
251

R + G + B ~ 96%. #FCE8FB is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 232 + 251 = 735 (100%)
R 252 of 735 ~ 34.29%
G 232 of 735 ~ 31.56%
B 251 of 735 ~ 34.15'%

%34.29
%31.56
%34.15

CMYK color model

#FCE8FB color CMYK value is (0,8,0,1).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 0.40%
  • key color value is 1.18%

CMYK: (0,8,0,1)
C0M8Y0K1 (0%, 8%, 0%, 1%)
(0.00 / 0.08 / 0.00 / 0.01)

CMYK percentages

%0
%7.94
%0.4
%1.18

Codes

Color #FCE8FB in popluar color models

FC E8 FB
RGB 252 232 251
HSL 303° 76.92% 94.90%
HSB/HSV 303° 7.94% 98.82%
CMYK 0.00% 7.94% 0.40%
1.18%

Color #FCE8FB in popluar number systems.

HEX FC E8 FB
Decimal 252 232 251
Binary 11111100 11101000 11111011
Octal 374 350 373

Shades and tints

Shades of #FCE8FB

#FCE8FB
(252,232,251)
#E6D3E5
(230,211,229)
#D0BECF
(208,190,207)
#BAA9B9
(186,169,185)
#A494A3
(164,148,163)
#8E7F8D
(142,127,141)
#786A77
(120,106,119)
#625561
(98,85,97)
#4C404B
(76,64,75)
#362B35
(54,43,53)
#20161F
(32,22,31)
#000000
(0,0,0)

Tints of #FCE8FB

#FCE8FB
(252,232,251)
#FCEAFB
(252,234,251)
#FCECFB
(252,236,251)
#FCEEFB
(252,238,251)
#FCF0FB
(252,240,251)
#FCF2FB
(252,242,251)
#FCF4FB
(252,244,251)
#FCF6FB
(252,246,251)
#FCF8FB
(252,248,251)
#FCFAFB
(252,250,251)
#FCFCFB
(252,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE8FB color. Also use rgb(252,232,251) instead hex code.

Text Font Color

.myTextColor { color: #FCE8FB; }

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

This text font color is #FCE8FB.

Background Color

.myBgColor { background-color: #FCE8FB; }

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

This div background color is #FCE8FB.

Border color

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

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

This div border color is #FCE8FB.

Opacity

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

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

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

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

This text has shadow with #FCE8FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE8FB.

Preview

Color preview on black background

This text has color #FCE8FB on black background.


Color preview on white background

This text has color #FCE8FB on white background.


Black color preview on #FCE8FB background

This text has black color on #FCE8FB background.


White color preview on #FCE8FB background

This text has white color on #FCE8FB background.


Related colors

Complementary color

Complementary color for #hex is #031704.


I love getcolorcode.com

Triadic colors

1 #FBFCE8 and #E8FBFC with #FCE8FB are triadic colors.

2 #FBE8FC and #E8FCFB with #FCE8FB are triadic colors.