COLOR #FAFCFD

HEX: #FAFCFD RGB: (250,252,253)

Color info

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

RGB color model

#FAFCFD color RGB value is (250,252,253).

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

RGB channels and saturation

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

250
252
253

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

Portions of RGB colors in percentages

R + G + B = 250 + 252 + 253 = 755 (100%)
R 250 of 755 ~ 33.11%
G 252 of 755 ~ 33.38%
B 253 of 755 ~ 33.51'%

%33.11
%33.38
%33.51

CMYK color model

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

  • cyan value is 1.19%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 0.78%

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

CMYK percentages

%1.19
%0.4
%0
%0.78

Codes

Color #FAFCFD in popluar color models

FA FC FD
RGB 250 252 253
HSL 200° 42.86% 98.63%
HSB/HSV 200° 1.19% 99.22%
CMYK 1.19% 0.40% 0.00%
0.78%

Color #FAFCFD in popluar number systems.

HEX FA FC FD
Decimal 250 252 253
Binary 11111010 11111100 11111101
Octal 372 374 375

Shades and tints

Shades of #FAFCFD

#FAFCFD
(250,252,253)
#E4E6E6
(228,230,230)
#CED0CF
(206,208,207)
#B8BAB8
(184,186,184)
#A2A4A1
(162,164,161)
#8C8E8A
(140,142,138)
#767873
(118,120,115)
#60625C
(96,98,92)
#4A4C45
(74,76,69)
#34362E
(52,54,46)
#1E2017
(30,32,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFCFD; }

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

This text font color is #FAFCFD.

Background Color

.myBgColor { background-color: #FAFCFD; }

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

This div background color is #FAFCFD.

Border color

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

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

This div border color is #FAFCFD.

Opacity

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

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

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

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

This text has shadow with #FAFCFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAFCFD.

Preview

Color preview on black background

This text has color #FAFCFD on black background.


Color preview on white background

This text has color #FAFCFD on white background.


Black color preview on #FAFCFD background

This text has black color on #FAFCFD background.


White color preview on #FAFCFD background

This text has white color on #FAFCFD background.


Related colors

Complementary color

Complementary color for #hex is #050302.


I love getcolorcode.com

Triadic colors

1 #FDFAFC and #FCFDFA with #FAFCFD are triadic colors.

2 #FDFCFA and #FCFAFD with #FAFCFD are triadic colors.