COLOR #FEEFE7

HEX: #FEEFE7 RGB: (254,239,231)

Color info

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

RGB color model

#FEEFE7 color RGB value is (254,239,231).

RGB: (254,239,231) (100%, 94%, 91%)

RGB channels and saturation

R 254 of 255 = 100%
G 239 of 255 = 94%
B 231 of 255 = 91%

254
239
231

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

Portions of RGB colors in percentages

R + G + B = 254 + 239 + 231 = 724 (100%)
R 254 of 724 ~ 35.08%
G 239 of 724 ~ 33.01%
B 231 of 724 ~ 31.91'%

%35.08
%33.01
%31.91

CMYK color model

#FEEFE7 color CMYK value is (0,6,9,0).

  • cyan value is 0.00%
  • magenta value is 5.91%
  • yellow value is 9.06%
  • key color value is 0.39%

CMYK: (0,6,9,0)
C0M6Y9K0 (0%, 6%, 9%, 0%)
(0.00 / 0.06 / 0.09 / 0.00)

CMYK percentages

%0
%5.91
%9.06
%0.39

Codes

Color #FEEFE7 in popluar color models

FE EF E7
RGB 254 239 231
HSL 21° 92.00% 95.10%
HSB/HSV 21° 9.06% 99.61%
CMYK 0.00% 5.91% 9.06%
0.39%

Color #FEEFE7 in popluar number systems.

HEX FE EF E7
Decimal 254 239 231
Binary 11111110 11101111 11100111
Octal 376 357 347

Shades and tints

Shades of #FEEFE7

#FEEFE7
(254,239,231)
#E7DAD2
(231,218,210)
#D0C5BD
(208,197,189)
#B9B0A8
(185,176,168)
#A29B93
(162,155,147)
#8B867E
(139,134,126)
#747169
(116,113,105)
#5D5C54
(93,92,84)
#46473F
(70,71,63)
#2F322A
(47,50,42)
#181D15
(24,29,21)
#000000
(0,0,0)

Tints of #FEEFE7

#FEEFE7
(254,239,231)
#FEF0E9
(254,240,233)
#FEF1EB
(254,241,235)
#FEF2ED
(254,242,237)
#FEF3EF
(254,243,239)
#FEF4F1
(254,244,241)
#FEF5F3
(254,245,243)
#FEF6F5
(254,246,245)
#FEF7F7
(254,247,247)
#FEF8F9
(254,248,249)
#FEF9FB
(254,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEEFE7 color. Also use rgb(254,239,231) instead hex code.

Text Font Color

.myTextColor { color: #FEEFE7; }

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

This text font color is #FEEFE7.

Background Color

.myBgColor { background-color: #FEEFE7; }

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

This div background color is #FEEFE7.

Border color

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

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

This div border color is #FEEFE7.

Opacity

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

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

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

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

This text has shadow with #FEEFE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEEFE7.

Preview

Color preview on black background

This text has color #FEEFE7 on black background.


Color preview on white background

This text has color #FEEFE7 on white background.


Black color preview on #FEEFE7 background

This text has black color on #FEEFE7 background.


White color preview on #FEEFE7 background

This text has white color on #FEEFE7 background.


Related colors

Complementary color

Complementary color for #hex is #011018.


I love getcolorcode.com

Triadic colors

1 #E7FEEF and #EFE7FE with #FEEFE7 are triadic colors.

2 #E7EFFE and #EFFEE7 with #FEEFE7 are triadic colors.