COLOR #FEFCF2

HEX: #FEFCF2 RGB: (254,252,242)

Color info

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

RGB color model

#FEFCF2 color RGB value is (254,252,242).

RGB: (254,252,242) (100%, 99%, 95%)

RGB channels and saturation

R 254 of 255 = 100%
G 252 of 255 = 99%
B 242 of 255 = 95%

254
252
242

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

Portions of RGB colors in percentages

R + G + B = 254 + 252 + 242 = 748 (100%)
R 254 of 748 ~ 33.96%
G 252 of 748 ~ 33.69%
B 242 of 748 ~ 32.35'%

%33.96
%33.69
%32.35

CMYK color model

#FEFCF2 color CMYK value is (0,1,5,0).

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

CMYK: (0,1,5,0)
C0M1Y5K0 (0%, 1%, 5%, 0%)
(0.00 / 0.01 / 0.05 / 0.00)

CMYK percentages

%0
%0.79
%4.72
%0.39

Codes

Color #FEFCF2 in popluar color models

FE FC F2
RGB 254 252 242
HSL 50° 85.71% 97.25%
HSB/HSV 50° 4.72% 99.61%
CMYK 0.00% 0.79% 4.72%
0.39%

Color #FEFCF2 in popluar number systems.

HEX FE FC F2
Decimal 254 252 242
Binary 11111110 11111100 11110010
Octal 376 374 362

Shades and tints

Shades of #FEFCF2

#FEFCF2
(254,252,242)
#E7E6DC
(231,230,220)
#D0D0C6
(208,208,198)
#B9BAB0
(185,186,176)
#A2A49A
(162,164,154)
#8B8E84
(139,142,132)
#74786E
(116,120,110)
#5D6258
(93,98,88)
#464C42
(70,76,66)
#2F362C
(47,54,44)
#182016
(24,32,22)
#000000
(0,0,0)

Tints of #FEFCF2

#FEFCF2
(254,252,242)
#FEFCF3
(254,252,243)
#FEFCF4
(254,252,244)
#FEFCF5
(254,252,245)
#FEFCF6
(254,252,246)
#FEFCF7
(254,252,247)
#FEFCF8
(254,252,248)
#FEFCF9
(254,252,249)
#FEFCFA
(254,252,250)
#FEFCFB
(254,252,251)
#FEFCFC
(254,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFCF2; }

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

This text font color is #FEFCF2.

Background Color

.myBgColor { background-color: #FEFCF2; }

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

This div background color is #FEFCF2.

Border color

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

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

This div border color is #FEFCF2.

Opacity

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

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

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

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

This text has shadow with #FEFCF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFCF2.

Preview

Color preview on black background

This text has color #FEFCF2 on black background.


Color preview on white background

This text has color #FEFCF2 on white background.


Black color preview on #FEFCF2 background

This text has black color on #FEFCF2 background.


White color preview on #FEFCF2 background

This text has white color on #FEFCF2 background.


Related colors

Complementary color

Complementary color for #hex is #01030D.


I love getcolorcode.com

Triadic colors

1 #F2FEFC and #FCF2FE with #FEFCF2 are triadic colors.

2 #F2FCFE and #FCFEF2 with #FEFCF2 are triadic colors.