COLOR #FEFEFE

HEX: #FEFEFE
RGB: (254,254,254)

Color info

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

RGB color model

#FEFEFE color RGB value is (254,254,254).

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

RGB channels and saturation

R 254 of 255 = 100%
G 254 of 255 = 100%
B 254 of 255 = 100%

254
254
254

R + G + B ~ 100%. #FEFEFE is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 254 + 254 = 762 (100%)
R 254 of 762 ~ 33.33%
G 254 of 762 ~ 33.33%
B 254 of 762 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#FEFEFE color CMYK value is (0,0,0,0).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(0,0,0,0)
C0M0Y0K0 
(0%,0%,0%,0%)
(0.00/0.00/0.00/0.00)	

CMYK percentages

%0
%0
%0
%0.39

Codes

Color #FEFEFE in popluar color models

FEFEFE
RGB254254254
HSL0.00%1.00%
HSB/HSV0.00%1.00%
CMYK0.00%0.00%0.00%
0.39%

Color #FEFEFE in popluar number systems.

HEXFEFEFE
Decimal254254254
Binary111111101111111011111110
Octal376376376

Shades and tints

Shades of #FEFEFE

#FEFEFE
(254,254,254)
#E7E7E7
(231,231,231)
#D0D0D0
(208,208,208)
#B9B9B9
(185,185,185)
#A2A2A2
(162,162,162)
#8B8B8B
(139,139,139)
#747474
(116,116,116)
#5D5D5D
(93,93,93)
#464646
(70,70,70)
#2F2F2F
(47,47,47)
#181818
(24,24,24)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFEFE; }

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

This text font color is #FEFEFE.


Background Color

.myBgColor { background-color: #FEFEFE; }

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

This div background color is #FEFEFE.


Border color

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

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

This div border color is #FEFEFE.


Opacity

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

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

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

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

This text has shadow with #FEFEFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFEFE on black background.


Color preview on white background

This text has color #FEFEFE on white background.



Black color preview on #FEFEFE background

This text has black color on #FEFEFE background.


White color preview on #FEFEFE background

This text has white color on #FEFEFE background.