COLOR #FEF7EB

HEX: #FEF7EB RGB: (254,247,235)

Color info

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

RGB color model

#FEF7EB color RGB value is (254,247,235).

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

RGB channels and saturation

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

254
247
235

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

Portions of RGB colors in percentages

R + G + B = 254 + 247 + 235 = 736 (100%)
R 254 of 736 ~ 34.51%
G 247 of 736 ~ 33.56%
B 235 of 736 ~ 31.93'%

%34.51
%33.56
%31.93

CMYK color model

#FEF7EB color CMYK value is (0,3,7,0).

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

CMYK: (0,3,7,0)
C0M3Y7K0 (0%, 3%, 7%, 0%)
(0.00 / 0.03 / 0.07 / 0.00)

CMYK percentages

%0
%2.76
%7.48
%0.39

Codes

Color #FEF7EB in popluar color models

FE F7 EB
RGB 254 247 235
HSL 38° 90.48% 95.88%
HSB/HSV 38° 7.48% 99.61%
CMYK 0.00% 2.76% 7.48%
0.39%

Color #FEF7EB in popluar number systems.

HEX FE F7 EB
Decimal 254 247 235
Binary 11111110 11110111 11101011
Octal 376 367 353

Shades and tints

Shades of #FEF7EB

#FEF7EB
(254,247,235)
#E7E1D6
(231,225,214)
#D0CBC1
(208,203,193)
#B9B5AC
(185,181,172)
#A29F97
(162,159,151)
#8B8982
(139,137,130)
#74736D
(116,115,109)
#5D5D58
(93,93,88)
#464743
(70,71,67)
#2F312E
(47,49,46)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #FEF7EB

#FEF7EB
(254,247,235)
#FEF7EC
(254,247,236)
#FEF7ED
(254,247,237)
#FEF7EE
(254,247,238)
#FEF7EF
(254,247,239)
#FEF7F0
(254,247,240)
#FEF7F1
(254,247,241)
#FEF7F2
(254,247,242)
#FEF7F3
(254,247,243)
#FEF7F4
(254,247,244)
#FEF7F5
(254,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF7EB; }

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

This text font color is #FEF7EB.

Background Color

.myBgColor { background-color: #FEF7EB; }

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

This div background color is #FEF7EB.

Border color

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

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

This div border color is #FEF7EB.

Opacity

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

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

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

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

This text has shadow with #FEF7EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF7EB.

Preview

Color preview on black background

This text has color #FEF7EB on black background.


Color preview on white background

This text has color #FEF7EB on white background.


Black color preview on #FEF7EB background

This text has black color on #FEF7EB background.


White color preview on #FEF7EB background

This text has white color on #FEF7EB background.


Related colors

Complementary color

Complementary color for #hex is #010814.


I love getcolorcode.com

Triadic colors

1 #EBFEF7 and #F7EBFE with #FEF7EB are triadic colors.

2 #EBF7FE and #F7FEEB with #FEF7EB are triadic colors.