COLOR #FEFCF8

HEX: #FEFCF8 RGB: (254,252,248)

Color info

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

RGB color model

#FEFCF8 color RGB value is (254,252,248).

RGB: (254,252,248) (100%, 99%, 97%)

RGB channels and saturation

R 254 of 255 = 100%
G 252 of 255 = 99%
B 248 of 255 = 97%

254
252
248

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

Portions of RGB colors in percentages

R + G + B = 254 + 252 + 248 = 754 (100%)
R 254 of 754 ~ 33.69%
G 252 of 754 ~ 33.42%
B 248 of 754 ~ 32.89'%

%33.69
%33.42
%32.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 2.36%
  • 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
%2.36
%0.39

Codes

Color #FEFCF8 in popluar color models

FE FC F8
RGB 254 252 248
HSL 40° 75.00% 98.43%
HSB/HSV 40° 2.36% 99.61%
CMYK 0.00% 0.79% 2.36%
0.39%

Color #FEFCF8 in popluar number systems.

HEX FE FC F8
Decimal 254 252 248
Binary 11111110 11111100 11111000
Octal 376 374 370

Shades and tints

Shades of #FEFCF8

#FEFCF8
(254,252,248)
#E7E6E2
(231,230,226)
#D0D0CC
(208,208,204)
#B9BAB6
(185,186,182)
#A2A4A0
(162,164,160)
#8B8E8A
(139,142,138)
#747874
(116,120,116)
#5D625E
(93,98,94)
#464C48
(70,76,72)
#2F3632
(47,54,50)
#18201C
(24,32,28)
#000000
(0,0,0)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFCF8; }

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

This text font color is #FEFCF8.

Background Color

.myBgColor { background-color: #FEFCF8; }

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

This div background color is #FEFCF8.

Border color

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

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

This div border color is #FEFCF8.

Opacity

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

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

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

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

This text has shadow with #FEFCF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFCF8.

Preview

Color preview on black background

This text has color #FEFCF8 on black background.


Color preview on white background

This text has color #FEFCF8 on white background.


Black color preview on #FEFCF8 background

This text has black color on #FEFCF8 background.


White color preview on #FEFCF8 background

This text has white color on #FEFCF8 background.


Related colors

Complementary color

Complementary color for #hex is #010307.


I love getcolorcode.com

Triadic colors

1 #F8FEFC and #FCF8FE with #FEFCF8 are triadic colors.

2 #F8FCFE and #FCFEF8 with #FEFCF8 are triadic colors.