COLOR #FCF3FB

HEX: #FCF3FB RGB: (252,243,251)

Color info

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

RGB color model

#FCF3FB color RGB value is (252,243,251).

RGB: (252,243,251) (99%, 95%, 98%)

RGB channels and saturation

R 252 of 255 = 99%
G 243 of 255 = 95%
B 251 of 255 = 98%

252
243
251

R + G + B ~ 97%. #FCF3FB is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 243 + 251 = 746 (100%)
R 252 of 746 ~ 33.78%
G 243 of 746 ~ 32.57%
B 251 of 746 ~ 33.65'%

%33.78
%32.57
%33.65

CMYK color model

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

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

CMYK: (0,4,0,1)
C0M4Y0K1 (0%, 4%, 0%, 1%)
(0.00 / 0.04 / 0.00 / 0.01)

CMYK percentages

%0
%3.57
%0.4
%1.18

Codes

Color #FCF3FB in popluar color models

FC F3 FB
RGB 252 243 251
HSL 307° 60.00% 97.06%
HSB/HSV 307° 3.57% 98.82%
CMYK 0.00% 3.57% 0.40%
1.18%

Color #FCF3FB in popluar number systems.

HEX FC F3 FB
Decimal 252 243 251
Binary 11111100 11110011 11111011
Octal 374 363 373

Shades and tints

Shades of #FCF3FB

#FCF3FB
(252,243,251)
#E6DDE5
(230,221,229)
#D0C7CF
(208,199,207)
#BAB1B9
(186,177,185)
#A49BA3
(164,155,163)
#8E858D
(142,133,141)
#786F77
(120,111,119)
#625961
(98,89,97)
#4C434B
(76,67,75)
#362D35
(54,45,53)
#20171F
(32,23,31)
#000000
(0,0,0)

Tints of #FCF3FB

#FCF3FB
(252,243,251)
#FCF4FB
(252,244,251)
#FCF5FB
(252,245,251)
#FCF6FB
(252,246,251)
#FCF7FB
(252,247,251)
#FCF8FB
(252,248,251)
#FCF9FB
(252,249,251)
#FCFAFB
(252,250,251)
#FCFBFB
(252,251,251)
#FCFCFB
(252,252,251)
#FCFDFB
(252,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF3FB; }

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

This text font color is #FCF3FB.

Background Color

.myBgColor { background-color: #FCF3FB; }

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

This div background color is #FCF3FB.

Border color

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

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

This div border color is #FCF3FB.

Opacity

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

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

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

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

This text has shadow with #FCF3FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF3FB.

Preview

Color preview on black background

This text has color #FCF3FB on black background.


Color preview on white background

This text has color #FCF3FB on white background.


Black color preview on #FCF3FB background

This text has black color on #FCF3FB background.


White color preview on #FCF3FB background

This text has white color on #FCF3FB background.


Related colors

Complementary color

Complementary color for #hex is #030C04.


I love getcolorcode.com

Triadic colors

1 #FBFCF3 and #F3FBFC with #FCF3FB are triadic colors.

2 #FBF3FC and #F3FCFB with #FCF3FB are triadic colors.