COLOR #FCE6FB

HEX: #FCE6FB RGB: (252,230,251)

Color info

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

RGB color model

#FCE6FB color RGB value is (252,230,251).

RGB: (252,230,251) (99%, 90%, 98%)

RGB channels and saturation

R 252 of 255 = 99%
G 230 of 255 = 90%
B 251 of 255 = 98%

252
230
251

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

Portions of RGB colors in percentages

R + G + B = 252 + 230 + 251 = 733 (100%)
R 252 of 733 ~ 34.38%
G 230 of 733 ~ 31.38%
B 251 of 733 ~ 34.24'%

%34.38
%31.38
%34.24

CMYK color model

#FCE6FB color CMYK value is (0,9,0,1).

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

CMYK: (0,9,0,1)
C0M9Y0K1 (0%, 9%, 0%, 1%)
(0.00 / 0.09 / 0.00 / 0.01)

CMYK percentages

%0
%8.73
%0.4
%1.18

Codes

Color #FCE6FB in popluar color models

FC E6 FB
RGB 252 230 251
HSL 303° 78.57% 94.51%
HSB/HSV 303° 8.73% 98.82%
CMYK 0.00% 8.73% 0.40%
1.18%

Color #FCE6FB in popluar number systems.

HEX FC E6 FB
Decimal 252 230 251
Binary 11111100 11100110 11111011
Octal 374 346 373

Shades and tints

Shades of #FCE6FB

#FCE6FB
(252,230,251)
#E6D2E5
(230,210,229)
#D0BECF
(208,190,207)
#BAAAB9
(186,170,185)
#A496A3
(164,150,163)
#8E828D
(142,130,141)
#786E77
(120,110,119)
#625A61
(98,90,97)
#4C464B
(76,70,75)
#363235
(54,50,53)
#201E1F
(32,30,31)
#000000
(0,0,0)

Tints of #FCE6FB

#FCE6FB
(252,230,251)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE6FB; }

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

This text font color is #FCE6FB.

Background Color

.myBgColor { background-color: #FCE6FB; }

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

This div background color is #FCE6FB.

Border color

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

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

This div border color is #FCE6FB.

Opacity

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

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

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

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

This text has shadow with #FCE6FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE6FB.

Preview

Color preview on black background

This text has color #FCE6FB on black background.


Color preview on white background

This text has color #FCE6FB on white background.


Black color preview on #FCE6FB background

This text has black color on #FCE6FB background.


White color preview on #FCE6FB background

This text has white color on #FCE6FB background.


Related colors

Complementary color

Complementary color for #hex is #031904.


I love getcolorcode.com

Triadic colors

1 #FBFCE6 and #E6FBFC with #FCE6FB are triadic colors.

2 #FBE6FC and #E6FCFB with #FCE6FB are triadic colors.