COLOR #FCFFFB

HEX: #FCFFFB RGB: (252,255,251)

Color info

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

RGB color model

#FCFFFB color RGB value is (252,255,251).

RGB: (252,255,251) (99%, 100%, 98%)

RGB channels and saturation

R 252 of 255 = 99%
G 255 of 255 = 100%
B 251 of 255 = 98%

252
255
251

R + G + B ~ 99%. #FCFFFB is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 255 + 251 = 758 (100%)
R 252 of 758 ~ 33.25%
G 255 of 758 ~ 33.64%
B 251 of 758 ~ 33.11'%

%33.25
%33.64
%33.11

CMYK color model

#FCFFFB color CMYK value is (1,0,2,0).

  • cyan value is 1.18%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 0.00%

CMYK: (1,0,2,0)
C1M0Y2K0 (1%, 0%, 2%, 0%)
(0.01 / 0.00 / 0.02 / 0.00)

CMYK percentages

%1.18
%0
%1.57
%0

Codes

Color #FCFFFB in popluar color models

FC FF FB
RGB 252 255 251
HSL 105° 100.00% 99.22%
HSB/HSV 105° 1.57% 100.00%
CMYK 1.18% 0.00% 1.57%
0.00%

Color #FCFFFB in popluar number systems.

HEX FC FF FB
Decimal 252 255 251
Binary 11111100 11111111 11111011
Octal 374 377 373

Shades and tints

Shades of #FCFFFB

#FCFFFB
(252,255,251)
#E6E8E5
(230,232,229)
#D0D1CF
(208,209,207)
#BABAB9
(186,186,185)
#A4A3A3
(164,163,163)
#8E8C8D
(142,140,141)
#787577
(120,117,119)
#625E61
(98,94,97)
#4C474B
(76,71,75)
#363035
(54,48,53)
#20191F
(32,25,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFFFB; }

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

This text font color is #FCFFFB.

Background Color

.myBgColor { background-color: #FCFFFB; }

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

This div background color is #FCFFFB.

Border color

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

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

This div border color is #FCFFFB.

Opacity

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

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

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

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

This text has shadow with #FCFFFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFFFB.

Preview

Color preview on black background

This text has color #FCFFFB on black background.


Color preview on white background

This text has color #FCFFFB on white background.


Black color preview on #FCFFFB background

This text has black color on #FCFFFB background.


White color preview on #FCFFFB background

This text has white color on #FCFFFB background.


Related colors

Complementary color

Complementary color for #hex is #030004.


I love getcolorcode.com

Triadic colors

1 #FBFCFF and #FFFBFC with #FCFFFB are triadic colors.

2 #FBFFFC and #FFFCFB with #FCFFFB are triadic colors.