COLOR #FEFAF5

HEX: #FEFAF5
RGB: (254,250,245)

Color info

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

RGB color model

#FEFAF5 color RGB value is (254,250,245).

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

RGB channels and saturation

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

254
250
245

R + G + B ~ 98%. #FEFAF5 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 250 + 245 = 749 (100%)
R 254 of 749 ~ 33.91%
G 250 of 749 ~ 33.38%
B 245 of 749 ~ 32.71%

%33.91
%33.38
%32.71

CMYK color model

#FEFAF5 color CMYK value is (0,2,4,0).

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

CMYK percentages

%0
%1.57
%3.54
%0.39

Codes

Color #FEFAF5 in popluar color models

FEFAF5
RGB254250245
HSL33°81.82%97.84%
HSB/HSV33°3.54%99.61%
CMYK0.00%1.57%3.54%
0.39%

Color #FEFAF5 in popluar number systems.

HEXFEFAF5
Decimal254250245
Binary111111101111101011110101
Octal376372365

Shades and tints

Shades of #FEFAF5

#FEFAF5
(254,250,245)
#E7E4DF
(231,228,223)
#D0CEC9
(208,206,201)
#B9B8B3
(185,184,179)
#A2A29D
(162,162,157)
#8B8C87
(139,140,135)
#747671
(116,118,113)
#5D605B
(93,96,91)
#464A45
(70,74,69)
#2F342F
(47,52,47)
#181E19
(24,30,25)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFAF5; }

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

This text font color is #FEFAF5.


Background Color

.myBgColor { background-color: #FEFAF5; }

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

This div background color is #FEFAF5.


Border color

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

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

This div border color is #FEFAF5.


Opacity

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

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

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

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

This text has shadow with #FEFAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFAF5 on black background.


Color preview on white background

This text has color #FEFAF5 on white background.



Black color preview on #FEFAF5 background

This text has black color on #FEFAF5 background.


White color preview on #FEFAF5 background

This text has white color on #FEFAF5 background.