COLOR #FDFAFA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

253
250
250

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

Portions of RGB colors in percentages

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

%33.6
%33.2
%33.2

CMYK color model

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

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

CMYK percentages

%0
%1.19
%1.19
%0.78

Codes

Color #FDFAFA in popluar color models

FDFAFA
RGB253250250
HSL42.86%98.63%
HSB/HSV1.19%99.22%
CMYK0.00%1.19%1.19%
0.78%

Color #FDFAFA in popluar number systems.

HEXFDFAFA
Decimal253250250
Binary111111011111101011111010
Octal375372372

Shades and tints

Shades of #FDFAFA

#FDFAFA
(253,250,250)
#E6E4E4
(230,228,228)
#CFCECE
(207,206,206)
#B8B8B8
(184,184,184)
#A1A2A2
(161,162,162)
#8A8C8C
(138,140,140)
#737676
(115,118,118)
#5C6060
(92,96,96)
#454A4A
(69,74,74)
#2E3434
(46,52,52)
#171E1E
(23,30,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFAFA; }

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

This text font color is #FDFAFA.


Background Color

.myBgColor { background-color: #FDFAFA; }

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

This div background color is #FDFAFA.


Border color

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

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

This div border color is #FDFAFA.


Opacity

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

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

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

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

This text has shadow with #FDFAFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFAFA on black background.


Color preview on white background

This text has color #FDFAFA on white background.



Black color preview on #FDFAFA background

This text has black color on #FDFAFA background.


White color preview on #FDFAFA background

This text has white color on #FDFAFA background.