COLOR #FAFDFB

HEX: #FAFDFB RGB: (250,253,251)

Color info

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

RGB color model

#FAFDFB color RGB value is (250,253,251).

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

RGB channels and saturation

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

250
253
251

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

Portions of RGB colors in percentages

R + G + B = 250 + 253 + 251 = 754 (100%)
R 250 of 754 ~ 33.16%
G 253 of 754 ~ 33.55%
B 251 of 754 ~ 33.29'%

%33.16
%33.55
%33.29

CMYK color model

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

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

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

CMYK percentages

%1.19
%0
%0.79
%0.78

Codes

Color #FAFDFB in popluar color models

FA FD FB
RGB 250 253 251
HSL 140° 42.86% 98.63%
HSB/HSV 140° 1.19% 99.22%
CMYK 1.19% 0.00% 0.79%
0.78%

Color #FAFDFB in popluar number systems.

HEX FA FD FB
Decimal 250 253 251
Binary 11111010 11111101 11111011
Octal 372 375 373

Shades and tints

Shades of #FAFDFB

#FAFDFB
(250,253,251)
#E4E6E5
(228,230,229)
#CECFCF
(206,207,207)
#B8B8B9
(184,184,185)
#A2A1A3
(162,161,163)
#8C8A8D
(140,138,141)
#767377
(118,115,119)
#605C61
(96,92,97)
#4A454B
(74,69,75)
#342E35
(52,46,53)
#1E171F
(30,23,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFDFB; }

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

This text font color is #FAFDFB.

Background Color

.myBgColor { background-color: #FAFDFB; }

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

This div background color is #FAFDFB.

Border color

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

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

This div border color is #FAFDFB.

Opacity

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

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

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

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

This text has shadow with #FAFDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAFDFB.

Preview

Color preview on black background

This text has color #FAFDFB on black background.


Color preview on white background

This text has color #FAFDFB on white background.


Black color preview on #FAFDFB background

This text has black color on #FAFDFB background.


White color preview on #FAFDFB background

This text has white color on #FAFDFB background.


Related colors

Complementary color

Complementary color for #hex is #050204.


I love getcolorcode.com

Triadic colors

1 #FBFAFD and #FDFBFA with #FAFDFB are triadic colors.

2 #FBFDFA and #FDFAFB with #FAFDFB are triadic colors.