COLOR #FEFDFB

HEX: #FEFDFB
RGB: (254,253,251)

Color info

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

RGB color model

#FEFDFB color RGB value is (254,253,251).

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

RGB channels and saturation

R 254 of 255 = 100%
G 253 of 255 = 99%
B 251 of 255 = 98%

254
253
251

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

Portions of RGB colors in percentages

R + G + B =
254 + 253 + 251 = 758 (100%)
R 254 of 758 ~ 33.51%
G 253 of 758 ~ 33.38%
B 251 of 758 ~ 33.11%

%33.51
%33.38
%33.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.39%
  • yellow value is 1.18%
  • key color value is 0.39%
CMYK:
(0,0,1,0)
C0M0Y1K0 
(0%,0%,1%,0%)
(0.00/0.00/0.01/0.00)	

CMYK percentages

%0
%0.39
%1.18
%0.39

Codes

Color #FEFDFB in popluar color models

FEFDFB
RGB254253251
HSL40°60.00%99.02%
HSB/HSV40°1.18%99.61%
CMYK0.00%0.39%1.18%
0.39%

Color #FEFDFB in popluar number systems.

HEXFEFDFB
Decimal254253251
Binary111111101111110111111011
Octal376375373

Shades and tints

Shades of #FEFDFB

#FEFDFB
(254,253,251)
#E7E6E5
(231,230,229)
#D0CFCF
(208,207,207)
#B9B8B9
(185,184,185)
#A2A1A3
(162,161,163)
#8B8A8D
(139,138,141)
#747377
(116,115,119)
#5D5C61
(93,92,97)
#46454B
(70,69,75)
#2F2E35
(47,46,53)
#18171F
(24,23,31)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFDFB; }

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

This text font color is #FEFDFB.


Background Color

.myBgColor { background-color: #FEFDFB; }

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

This div background color is #FEFDFB.


Border color

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

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

This div border color is #FEFDFB.


Opacity

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

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

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

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

This text has shadow with #FEFDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFDFB on black background.


Color preview on white background

This text has color #FEFDFB on white background.



Black color preview on #FEFDFB background

This text has black color on #FEFDFB background.


White color preview on #FEFDFB background

This text has white color on #FEFDFB background.