COLOR #FEFCFA

HEX: #FEFCFA RGB: (254,252,250)

Color info

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

RGB color model

#FEFCFA color RGB value is (254,252,250).

RGB: (254,252,250) (100%, 99%, 98%)

RGB channels and saturation

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

254
252
250

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

Portions of RGB colors in percentages

R + G + B = 254 + 252 + 250 = 756 (100%)
R 254 of 756 ~ 33.6%
G 252 of 756 ~ 33.33%
B 250 of 756 ~ 33.07'%

%33.6
%33.33
%33.07

CMYK color model

#FEFCFA color CMYK value is (0,1,2,0).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 1.57%
  • key color value is 0.39%

CMYK: (0,1,2,0)
C0M1Y2K0 (0%, 1%, 2%, 0%)
(0.00 / 0.01 / 0.02 / 0.00)

CMYK percentages

%0
%0.79
%1.57
%0.39

Codes

Color #FEFCFA in popluar color models

FE FC FA
RGB 254 252 250
HSL 30° 66.67% 98.82%
HSB/HSV 30° 1.57% 99.61%
CMYK 0.00% 0.79% 1.57%
0.39%

Color #FEFCFA in popluar number systems.

HEX FE FC FA
Decimal 254 252 250
Binary 11111110 11111100 11111010
Octal 376 374 372

Shades and tints

Shades of #FEFCFA

#FEFCFA
(254,252,250)
#E7E6E4
(231,230,228)
#D0D0CE
(208,208,206)
#B9BAB8
(185,186,184)
#A2A4A2
(162,164,162)
#8B8E8C
(139,142,140)
#747876
(116,120,118)
#5D6260
(93,98,96)
#464C4A
(70,76,74)
#2F3634
(47,54,52)
#18201E
(24,32,30)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFCFA; }

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

This text font color is #FEFCFA.

Background Color

.myBgColor { background-color: #FEFCFA; }

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

This div background color is #FEFCFA.

Border color

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

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

This div border color is #FEFCFA.

Opacity

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

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

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

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

This text has shadow with #FEFCFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFCFA.

Preview

Color preview on black background

This text has color #FEFCFA on black background.


Color preview on white background

This text has color #FEFCFA on white background.


Black color preview on #FEFCFA background

This text has black color on #FEFCFA background.


White color preview on #FEFCFA background

This text has white color on #FEFCFA background.


Related colors

Complementary color

Complementary color for #hex is #010305.


I love getcolorcode.com

Triadic colors

1 #FAFEFC and #FCFAFE with #FEFCFA are triadic colors.

2 #FAFCFE and #FCFEFA with #FEFCFA are triadic colors.