COLOR #FEF8EB

HEX: #FEF8EB RGB: (254,248,235)

Color info

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

RGB color model

#FEF8EB color RGB value is (254,248,235).

RGB: (254,248,235) (100%, 97%, 92%)

RGB channels and saturation

R 254 of 255 = 100%
G 248 of 255 = 97%
B 235 of 255 = 92%

254
248
235

R + G + B ~ 96%. #FEF8EB is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 248 + 235 = 737 (100%)
R 254 of 737 ~ 34.46%
G 248 of 737 ~ 33.65%
B 235 of 737 ~ 31.89'%

%34.46
%33.65
%31.89

CMYK color model

#FEF8EB color CMYK value is (0,2,7,0).

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 7.48%
  • key color value is 0.39%

CMYK: (0,2,7,0)
C0M2Y7K0 (0%, 2%, 7%, 0%)
(0.00 / 0.02 / 0.07 / 0.00)

CMYK percentages

%0
%2.36
%7.48
%0.39

Codes

Color #FEF8EB in popluar color models

FE F8 EB
RGB 254 248 235
HSL 41° 90.48% 95.88%
HSB/HSV 41° 7.48% 99.61%
CMYK 0.00% 2.36% 7.48%
0.39%

Color #FEF8EB in popluar number systems.

HEX FE F8 EB
Decimal 254 248 235
Binary 11111110 11111000 11101011
Octal 376 370 353

Shades and tints

Shades of #FEF8EB

#FEF8EB
(254,248,235)
#E7E2D6
(231,226,214)
#D0CCC1
(208,204,193)
#B9B6AC
(185,182,172)
#A2A097
(162,160,151)
#8B8A82
(139,138,130)
#74746D
(116,116,109)
#5D5E58
(93,94,88)
#464843
(70,72,67)
#2F322E
(47,50,46)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #FEF8EB

#FEF8EB
(254,248,235)
#FEF8EC
(254,248,236)
#FEF8ED
(254,248,237)
#FEF8EE
(254,248,238)
#FEF8EF
(254,248,239)
#FEF8F0
(254,248,240)
#FEF8F1
(254,248,241)
#FEF8F2
(254,248,242)
#FEF8F3
(254,248,243)
#FEF8F4
(254,248,244)
#FEF8F5
(254,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF8EB; }

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

This text font color is #FEF8EB.

Background Color

.myBgColor { background-color: #FEF8EB; }

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

This div background color is #FEF8EB.

Border color

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

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

This div border color is #FEF8EB.

Opacity

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

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

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

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

This text has shadow with #FEF8EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF8EB.

Preview

Color preview on black background

This text has color #FEF8EB on black background.


Color preview on white background

This text has color #FEF8EB on white background.


Black color preview on #FEF8EB background

This text has black color on #FEF8EB background.


White color preview on #FEF8EB background

This text has white color on #FEF8EB background.


Related colors

Complementary color

Complementary color for #hex is #010714.


I love getcolorcode.com

Triadic colors

1 #EBFEF8 and #F8EBFE with #FEF8EB are triadic colors.

2 #EBF8FE and #F8FEEB with #FEF8EB are triadic colors.