COLOR #FEFAFD

HEX: #FEFAFD
RGB: (254,250,253)

Color info

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

RGB color model

#FEFAFD color RGB value is (254,250,253).

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

RGB channels and saturation

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

254
250
253

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

Portions of RGB colors in percentages

R + G + B =
254 + 250 + 253 = 757 (100%)
R 254 of 757 ~ 33.55%
G 250 of 757 ~ 33.03%
B 253 of 757 ~ 33.42%

%33.55
%33.03
%33.42

CMYK color model

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

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

CMYK percentages

%0
%1.57
%0.39
%0.39

Codes

Color #FEFAFD in popluar color models

FEFAFD
RGB254250253
HSL315°66.67%98.82%
HSB/HSV315°1.57%99.61%
CMYK0.00%1.57%0.39%
0.39%

Color #FEFAFD in popluar number systems.

HEXFEFAFD
Decimal254250253
Binary111111101111101011111101
Octal376372375

Shades and tints

Shades of #FEFAFD

#FEFAFD
(254,250,253)
#E7E4E6
(231,228,230)
#D0CECF
(208,206,207)
#B9B8B8
(185,184,184)
#A2A2A1
(162,162,161)
#8B8C8A
(139,140,138)
#747673
(116,118,115)
#5D605C
(93,96,92)
#464A45
(70,74,69)
#2F342E
(47,52,46)
#181E17
(24,30,23)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFAFD; }

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

This text font color is #FEFAFD.


Background Color

.myBgColor { background-color: #FEFAFD; }

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

This div background color is #FEFAFD.


Border color

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

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

This div border color is #FEFAFD.


Opacity

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

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

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

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

This text has shadow with #FEFAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFAFD on black background.


Color preview on white background

This text has color #FEFAFD on white background.



Black color preview on #FEFAFD background

This text has black color on #FEFAFD background.


White color preview on #FEFAFD background

This text has white color on #FEFAFD background.