COLOR #FEF6EB

HEX: #FEF6EB
RGB: (254,246,235)

Color info

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

RGB color model

#FEF6EB color RGB value is (254,246,235).

  • red value is 254;
  • green value is 246;
  • blue value is 235.
RGB:
(254,246,235)
(100%,96%,92%)

RGB channels and saturation

R 254 of 255 = 100%
G 246 of 255 = 96%
B 235 of 255 = 92%

254
246
235

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

Portions of RGB colors in percentages

R + G + B =
254 + 246 + 235 = 735 (100%)
R 254 of 735 ~ 34.56%
G 246 of 735 ~ 33.47%
B 235 of 735 ~ 31.97%

%34.56
%33.47
%31.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.15%
  • 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
%3.15
%7.48
%0.39

Codes

Color #FEF6EB in popluar color models

FEF6EB
RGB254246235
HSL35°90.48%95.88%
HSB/HSV35°7.48%99.61%
CMYK0.00%3.15%7.48%
0.39%

Color #FEF6EB in popluar number systems.

HEXFEF6EB
Decimal254246235
Binary111111101111011011101011
Octal376366353

Shades and tints

Shades of #FEF6EB

#FEF6EB
(254,246,235)
#E7E0D6
(231,224,214)
#D0CAC1
(208,202,193)
#B9B4AC
(185,180,172)
#A29E97
(162,158,151)
#8B8882
(139,136,130)
#74726D
(116,114,109)
#5D5C58
(93,92,88)
#464643
(70,70,67)
#2F302E
(47,48,46)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #FEF6EB

#FEF6EB
(254,246,235)
#FEF6EC
(254,246,236)
#FEF6ED
(254,246,237)
#FEF6EE
(254,246,238)
#FEF6EF
(254,246,239)
#FEF6F0
(254,246,240)
#FEF6F1
(254,246,241)
#FEF6F2
(254,246,242)
#FEF6F3
(254,246,243)
#FEF6F4
(254,246,244)
#FEF6F5
(254,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF6EB; }

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

This text font color is #FEF6EB.


Background Color

.myBgColor { background-color: #FEF6EB; }

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

This div background color is #FEF6EB.


Border color

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

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

This div border color is #FEF6EB.


Opacity

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

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

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

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

This text has shadow with #FEF6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF6EB on black background.


Color preview on white background

This text has color #FEF6EB on white background.



Black color preview on #FEF6EB background

This text has black color on #FEF6EB background.


White color preview on #FEF6EB background

This text has white color on #FEF6EB background.