COLOR #FCFAFB

HEX: #FCFAFB RGB: (252,250,251)

Color info

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

RGB color model

#FCFAFB color RGB value is (252,250,251).

RGB: (252,250,251) (99%, 98%, 98%)

RGB channels and saturation

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

252
250
251

R + G + B ~ 98%. #FCFAFB is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 250 + 251 = 753 (100%)
R 252 of 753 ~ 33.47%
G 250 of 753 ~ 33.2%
B 251 of 753 ~ 33.33'%

%33.47
%33.2
%33.33

CMYK color model

#FCFAFB color CMYK value is (0,1,0,1).

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

CMYK: (0,1,0,1)
C0M1Y0K1 (0%, 1%, 0%, 1%)
(0.00 / 0.01 / 0.00 / 0.01)

CMYK percentages

%0
%0.79
%0.4
%1.18

Codes

Color #FCFAFB in popluar color models

FC FA FB
RGB 252 250 251
HSL 330° 25.00% 98.43%
HSB/HSV 330° 0.79% 98.82%
CMYK 0.00% 0.79% 0.40%
1.18%

Color #FCFAFB in popluar number systems.

HEX FC FA FB
Decimal 252 250 251
Binary 11111100 11111010 11111011
Octal 374 372 373

Shades and tints

Shades of #FCFAFB

#FCFAFB
(252,250,251)
#E6E4E5
(230,228,229)
#D0CECF
(208,206,207)
#BAB8B9
(186,184,185)
#A4A2A3
(164,162,163)
#8E8C8D
(142,140,141)
#787677
(120,118,119)
#626061
(98,96,97)
#4C4A4B
(76,74,75)
#363435
(54,52,53)
#201E1F
(32,30,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFAFB; }

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

This text font color is #FCFAFB.

Background Color

.myBgColor { background-color: #FCFAFB; }

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

This div background color is #FCFAFB.

Border color

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

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

This div border color is #FCFAFB.

Opacity

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

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

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

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

This text has shadow with #FCFAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCFAFB.

Preview

Color preview on black background

This text has color #FCFAFB on black background.


Color preview on white background

This text has color #FCFAFB on white background.


Black color preview on #FCFAFB background

This text has black color on #FCFAFB background.


White color preview on #FCFAFB background

This text has white color on #FCFAFB background.


Related colors

Complementary color

Complementary color for #hex is #030504.


I love getcolorcode.com

Triadic colors

1 #FBFCFA and #FAFBFC with #FCFAFB are triadic colors.

2 #FBFAFC and #FAFCFB with #FCFAFB are triadic colors.