COLOR #FEFEE9

HEX: #FEFEE9 RGB: (254,254,233)

Color info

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

RGB color model

#FEFEE9 color RGB value is (254,254,233).

RGB: (254,254,233) (100%, 100%, 91%)

RGB channels and saturation

R 254 of 255 = 100%
G 254 of 255 = 100%
B 233 of 255 = 91%

254
254
233

R + G + B ~ 97%. #FEFEE9 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 254 + 233 = 741 (100%)
R 254 of 741 ~ 34.28%
G 254 of 741 ~ 34.28%
B 233 of 741 ~ 31.44'%

%34.28
%34.28
%31.44

CMYK color model

#FEFEE9 color CMYK value is (0,0,8,0).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 0.39%

CMYK: (0,0,8,0)
C0M0Y8K0 (0%, 0%, 8%, 0%)
(0.00 / 0.00 / 0.08 / 0.00)

CMYK percentages

%0
%0
%8.27
%0.39

Codes

Color #FEFEE9 in popluar color models

FE FE E9
RGB 254 254 233
HSL 60° 91.30% 95.49%
HSB/HSV 60° 8.27% 99.61%
CMYK 0.00% 0.00% 8.27%
0.39%

Color #FEFEE9 in popluar number systems.

HEX FE FE E9
Decimal 254 254 233
Binary 11111110 11111110 11101001
Octal 376 376 351

Shades and tints

Shades of #FEFEE9

#FEFEE9
(254,254,233)
#E7E7D4
(231,231,212)
#D0D0BF
(208,208,191)
#B9B9AA
(185,185,170)
#A2A295
(162,162,149)
#8B8B80
(139,139,128)
#74746B
(116,116,107)
#5D5D56
(93,93,86)
#464641
(70,70,65)
#2F2F2C
(47,47,44)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #FEFEE9

#FEFEE9
(254,254,233)
#FEFEEB
(254,254,235)
#FEFEED
(254,254,237)
#FEFEEF
(254,254,239)
#FEFEF1
(254,254,241)
#FEFEF3
(254,254,243)
#FEFEF5
(254,254,245)
#FEFEF7
(254,254,247)
#FEFEF9
(254,254,249)
#FEFEFB
(254,254,251)
#FEFEFD
(254,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFEE9; }

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

This text font color is #FEFEE9.

Background Color

.myBgColor { background-color: #FEFEE9; }

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

This div background color is #FEFEE9.

Border color

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

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

This div border color is #FEFEE9.

Opacity

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

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

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

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

This text has shadow with #FEFEE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEFEE9.

Preview

Color preview on black background

This text has color #FEFEE9 on black background.


Color preview on white background

This text has color #FEFEE9 on white background.


Black color preview on #FEFEE9 background

This text has black color on #FEFEE9 background.


White color preview on #FEFEE9 background

This text has white color on #FEFEE9 background.


Related colors

Complementary color

Complementary color for #hex is #010116.


I love getcolorcode.com