COLOR #FEFEFA

HEX: #FEFEFA
RGB: (254,254,250)

Color info

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

RGB color model

#FEFEFA color RGB value is (254,254,250).

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

RGB channels and saturation

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

254
254
250

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

Portions of RGB colors in percentages

R + G + B =
254 + 254 + 250 = 758 (100%)
R 254 of 758 ~ 33.51%
G 254 of 758 ~ 33.51%
B 250 of 758 ~ 32.98%

%33.51
%33.51
%32.98

CMYK color model

#FEFEFA color CMYK value is (0,0,2,0).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 0.39%
CMYK:
(0,0,2,0)
C0M0Y2K0 
(0%,0%,2%,0%)
(0.00/0.00/0.02/0.00)	

CMYK percentages

%0
%0
%1.57
%0.39

Codes

Color #FEFEFA in popluar color models

FEFEFA
RGB254254250
HSL60°66.67%98.82%
HSB/HSV60°1.57%99.61%
CMYK0.00%0.00%1.57%
0.39%

Color #FEFEFA in popluar number systems.

HEXFEFEFA
Decimal254254250
Binary111111101111111011111010
Octal376376372

Shades and tints

Shades of #FEFEFA

#FEFEFA
(254,254,250)
#E7E7E4
(231,231,228)
#D0D0CE
(208,208,206)
#B9B9B8
(185,185,184)
#A2A2A2
(162,162,162)
#8B8B8C
(139,139,140)
#747476
(116,116,118)
#5D5D60
(93,93,96)
#46464A
(70,70,74)
#2F2F34
(47,47,52)
#18181E
(24,24,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFEFA; }

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

This text font color is #FEFEFA.


Background Color

.myBgColor { background-color: #FEFEFA; }

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

This div background color is #FEFEFA.


Border color

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

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

This div border color is #FEFEFA.


Opacity

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

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

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

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

This text has shadow with #FEFEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFEFA on black background.


Color preview on white background

This text has color #FEFEFA on white background.



Black color preview on #FEFEFA background

This text has black color on #FEFEFA background.


White color preview on #FEFEFA background

This text has white color on #FEFEFA background.