COLOR #FEF5E6

HEX: #FEF5E6 RGB: (254,245,230)

Color info

#FEF5E6 contains red, green and blue colors in about the same proportion. Web safe color of #FEF5E6 is #FFFFCC (or #FFC).

RGB color model

#FEF5E6 color RGB value is (254,245,230).

RGB: (254,245,230) (100%, 96%, 90%)

RGB channels and saturation

R 254 of 255 = 100%
G 245 of 255 = 96%
B 230 of 255 = 90%

254
245
230

R + G + B ~ 95%. #FEF5E6 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 245 + 230 = 729 (100%)
R 254 of 729 ~ 34.84%
G 245 of 729 ~ 33.61%
B 230 of 729 ~ 31.55'%

%34.84
%33.61
%31.55

CMYK color model

#FEF5E6 color CMYK value is (0,4,9,0).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 9.45%
  • key color value is 0.39%
CMYK: (0,4,9,0) C0M4Y9K0 (0%,4%,9%,0%) (0.00/0.04/0.09/0.00) 

CMYK percentages

%0
%3.54
%9.45
%0.39

Codes

Color #FEF5E6 in popluar color models

FE F5 E6
RGB 254 245 230
HSL 38° 92.31% 94.90%
HSB/HSV 38° 9.45% 99.61%
CMYK 0.00% 3.54% 9.45%
0.39%

Color #FEF5E6 in popluar number systems.

HEX FE F5 E6
Decimal 254 245 230
Binary 11111110 11110101 11100110
Octal 376 365 346

Shades and tints

Shades of #FEF5E6

#FEF5E6
(254,245,230)
#E7DFD2
(231,223,210)
#D0C9BE
(208,201,190)
#B9B3AA
(185,179,170)
#A29D96
(162,157,150)
#8B8782
(139,135,130)
#74716E
(116,113,110)
#5D5B5A
(93,91,90)
#464546
(70,69,70)
#2F2F32
(47,47,50)
#18191E
(24,25,30)
#000000
(0,0,0)

Tints of #FEF5E6

#FEF5E6
(254,245,230)
#FEF5E8
(254,245,232)
#FEF5EA
(254,245,234)
#FEF5EC
(254,245,236)
#FEF5EE
(254,245,238)
#FEF5F0
(254,245,240)
#FEF5F2
(254,245,242)
#FEF5F4
(254,245,244)
#FEF5F6
(254,245,246)
#FEF5F8
(254,245,248)
#FEF5FA
(254,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF5E6 color. Also use rgb(254,245,230) instead hex code.

Text Font Color

.myTextColor { color: #FEF5E6; }

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

This text font color is #FEF5E6.

Background Color

.myBgColor { background-color: #FEF5E6; }

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

This div background color is #FEF5E6.

Border color

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

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

This div border color is #FEF5E6.

Opacity

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

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

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

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

This text has shadow with #FEF5E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEF5E6.

Preview

Color preview on black background

This text has color #FEF5E6 on black background.


Color preview on white background

This text has color #FEF5E6 on white background.


Black color preview on #FEF5E6 background

This text has black color on #FEF5E6 background.


White color preview on #FEF5E6 background

This text has white color on #FEF5E6 background.


Related colors

Complementary color

Complementary color for #hex is #010A19.


I love getcolorcode.com

Triadic colors

1 #E6FEF5 and #F5E6FE with #FEF5E6 are triadic colors.

2 #E6F5FE and #F5FEE6 with #FEF5E6 are triadic colors.