COLOR #FDFAFD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

253
250
253

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

Portions of RGB colors in percentages

R + G + B = 253 + 250 + 253 = 756 (100%)
R 253 of 756 ~ 33.47%
G 250 of 756 ~ 33.07%
B 253 of 756 ~ 33.47'%

%33.47
%33.07
%33.47

CMYK color model

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

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

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

CMYK percentages

%0
%1.19
%0
%0.78

Codes

Color #FDFAFD in popluar color models

FD FA FD
RGB 253 250 253
HSL 300° 42.86% 98.63%
HSB/HSV 300° 1.19% 99.22%
CMYK 0.00% 1.19% 0.00%
0.78%

Color #FDFAFD in popluar number systems.

HEX FD FA FD
Decimal 253 250 253
Binary 11111101 11111010 11111101
Octal 375 372 375

Shades and tints

Shades of #FDFAFD

#FDFAFD
(253,250,253)
#E6E4E6
(230,228,230)
#CFCECF
(207,206,207)
#B8B8B8
(184,184,184)
#A1A2A1
(161,162,161)
#8A8C8A
(138,140,138)
#737673
(115,118,115)
#5C605C
(92,96,92)
#454A45
(69,74,69)
#2E342E
(46,52,46)
#171E17
(23,30,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFAFD; }

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

This text font color is #FDFAFD.

Background Color

.myBgColor { background-color: #FDFAFD; }

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

This div background color is #FDFAFD.

Border color

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

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

This div border color is #FDFAFD.

Opacity

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

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

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

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

This text has shadow with #FDFAFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDFAFD.

Preview

Color preview on black background

This text has color #FDFAFD on black background.


Color preview on white background

This text has color #FDFAFD on white background.


Black color preview on #FDFAFD background

This text has black color on #FDFAFD background.


White color preview on #FDFAFD background

This text has white color on #FDFAFD background.


Related colors

Complementary color

Complementary color for #hex is #020502.


I love getcolorcode.com

Triadic colors

1 #FDFDFA and #FAFDFD with #FDFAFD are triadic colors.

2 #FDFAFD and #FAFDFD with #FDFAFD are triadic colors.