COLOR #FAFDFA

HEX: #FAFDFA
RGB: (250,253,250)

Color info

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

RGB color model

#FAFDFA color RGB value is (250,253,250).

  • red value is 250;
  • green value is 253;
  • blue value is 250.
RGB:
(250,253,250)
(98%,99%,98%)

RGB channels and saturation

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

250
253
250

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

Portions of RGB colors in percentages

R + G + B =
250 + 253 + 250 = 753 (100%)
R 250 of 753 ~ 33.2%
G 253 of 753 ~ 33.6%
B 250 of 753 ~ 33.2%

%33.2
%33.6
%33.2

CMYK color model

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

  • cyan value is 1.19%
  • magenta value is 0.00%
  • yellow value is 1.19%
  • 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
%1.19
%0.78

Codes

Color #FAFDFA in popluar color models

FAFDFA
RGB250253250
HSL120°42.86%98.63%
HSB/HSV120°1.19%99.22%
CMYK1.19%0.00%1.19%
0.78%

Color #FAFDFA in popluar number systems.

HEXFAFDFA
Decimal250253250
Binary111110101111110111111010
Octal372375372

Shades and tints

Shades of #FAFDFA

#FAFDFA
(250,253,250)
#E4E6E4
(228,230,228)
#CECFCE
(206,207,206)
#B8B8B8
(184,184,184)
#A2A1A2
(162,161,162)
#8C8A8C
(140,138,140)
#767376
(118,115,118)
#605C60
(96,92,96)
#4A454A
(74,69,74)
#342E34
(52,46,52)
#1E171E
(30,23,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFDFA; }

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

This text font color is #FAFDFA.


Background Color

.myBgColor { background-color: #FAFDFA; }

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

This div background color is #FAFDFA.


Border color

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

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

This div border color is #FAFDFA.


Opacity

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

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

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

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

This text has shadow with #FAFDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFDFA on black background.


Color preview on white background

This text has color #FAFDFA on white background.



Black color preview on #FAFDFA background

This text has black color on #FAFDFA background.


White color preview on #FAFDFA background

This text has white color on #FAFDFA background.