COLOR #FAFAFD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

250
250
253

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

Portions of RGB colors in percentages

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

%33.2
%33.2
%33.6

CMYK color model

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

  • cyan value is 1.19%
  • magenta value is 1.19%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(1,1,0,1)
C1M1Y0K1 
(1%,1%,0%,1%)
(0.01/0.01/0.00/0.01)	

CMYK percentages

%1.19
%1.19
%0
%0.78

Codes

Color #FAFAFD in popluar color models

FAFAFD
RGB250250253
HSL240°42.86%98.63%
HSB/HSV240°1.19%99.22%
CMYK1.19%1.19%0.00%
0.78%

Color #FAFAFD in popluar number systems.

HEXFAFAFD
Decimal250250253
Binary111110101111101011111101
Octal372372375

Shades and tints

Shades of #FAFAFD

#FAFAFD
(250,250,253)
#E4E4E6
(228,228,230)
#CECECF
(206,206,207)
#B8B8B8
(184,184,184)
#A2A2A1
(162,162,161)
#8C8C8A
(140,140,138)
#767673
(118,118,115)
#60605C
(96,96,92)
#4A4A45
(74,74,69)
#34342E
(52,52,46)
#1E1E17
(30,30,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFAFD; }

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

This text font color is #FAFAFD.


Background Color

.myBgColor { background-color: #FAFAFD; }

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

This div background color is #FAFAFD.


Border color

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

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

This div border color is #FAFAFD.


Opacity

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

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

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

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

This text has shadow with #FAFAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFAFD on black background.


Color preview on white background

This text has color #FAFAFD on white background.



Black color preview on #FAFAFD background

This text has black color on #FAFAFD background.


White color preview on #FAFAFD background

This text has white color on #FAFAFD background.