COLOR #FDFCFB

HEX: #FDFCFB
RGB: (253,252,251)

Color info

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

RGB color model

#FDFCFB color RGB value is (253,252,251).

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

RGB channels and saturation

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

253
252
251

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

Portions of RGB colors in percentages

R + G + B =
253 + 252 + 251 = 756 (100%)
R 253 of 756 ~ 33.47%
G 252 of 756 ~ 33.33%
B 251 of 756 ~ 33.2%

%33.47
%33.33
%33.2

CMYK color model

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

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

CMYK percentages

%0
%0.4
%0.79
%0.78

Codes

Color #FDFCFB in popluar color models

FDFCFB
RGB253252251
HSL30°33.33%98.82%
HSB/HSV30°0.79%99.22%
CMYK0.00%0.40%0.79%
0.78%

Color #FDFCFB in popluar number systems.

HEXFDFCFB
Decimal253252251
Binary111111011111110011111011
Octal375374373

Shades and tints

Shades of #FDFCFB

#FDFCFB
(253,252,251)
#E6E6E5
(230,230,229)
#CFD0CF
(207,208,207)
#B8BAB9
(184,186,185)
#A1A4A3
(161,164,163)
#8A8E8D
(138,142,141)
#737877
(115,120,119)
#5C6261
(92,98,97)
#454C4B
(69,76,75)
#2E3635
(46,54,53)
#17201F
(23,32,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDFCFB; }

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

This text font color is #FDFCFB.


Background Color

.myBgColor { background-color: #FDFCFB; }

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

This div background color is #FDFCFB.


Border color

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

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

This div border color is #FDFCFB.


Opacity

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

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

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

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

This text has shadow with #FDFCFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDFCFB on black background.


Color preview on white background

This text has color #FDFCFB on white background.



Black color preview on #FDFCFB background

This text has black color on #FDFCFB background.


White color preview on #FDFCFB background

This text has white color on #FDFCFB background.