COLOR #FEFFE4

HEX: #FEFFE4
RGB: (254,255,228)

Color info

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

RGB color model

#FEFFE4 color RGB value is (254,255,228).

  • red value is 254;
  • green value is 255;
  • blue value is 228.
RGB:
(254,255,228)
(100%,100%,89%)

RGB channels and saturation

R 254 of 255 = 100%
G 255 of 255 = 100%
B 228 of 255 = 89%

254
255
228

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

Portions of RGB colors in percentages

R + G + B =
254 + 255 + 228 = 737 (100%)
R 254 of 737 ~ 34.46%
G 255 of 737 ~ 34.6%
B 228 of 737 ~ 30.94%

%34.46
%34.6
%30.94

CMYK color model

#FEFFE4 color CMYK value is (0,0,11,0).

  • cyan value is 0.39%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(0,0,11,0)
C0M0Y11K0 
(0%,0%,11%,0%)
(0.00/0.00/0.11/0.00)	

CMYK percentages

%0.39
%0
%10.59
%0

Codes

Color #FEFFE4 in popluar color models

FEFFE4
RGB254255228
HSL62°100.00%94.71%
HSB/HSV62°10.59%100.00%
CMYK0.39%0.00%10.59%
0.00%

Color #FEFFE4 in popluar number systems.

HEXFEFFE4
Decimal254255228
Binary111111101111111111100100
Octal376377344

Shades and tints

Shades of #FEFFE4

#FEFFE4
(254,255,228)
#E7E8D0
(231,232,208)
#D0D1BC
(208,209,188)
#B9BAA8
(185,186,168)
#A2A394
(162,163,148)
#8B8C80
(139,140,128)
#74756C
(116,117,108)
#5D5E58
(93,94,88)
#464744
(70,71,68)
#2F3030
(47,48,48)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #FEFFE4

#FEFFE4
(254,255,228)
#FEFFE6
(254,255,230)
#FEFFE8
(254,255,232)
#FEFFEA
(254,255,234)
#FEFFEC
(254,255,236)
#FEFFEE
(254,255,238)
#FEFFF0
(254,255,240)
#FEFFF2
(254,255,242)
#FEFFF4
(254,255,244)
#FEFFF6
(254,255,246)
#FEFFF8
(254,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFFE4; }

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

This text font color is #FEFFE4.


Background Color

.myBgColor { background-color: #FEFFE4; }

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

This div background color is #FEFFE4.


Border color

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

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

This div border color is #FEFFE4.


Opacity

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

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

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

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

This text has shadow with #FEFFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFFE4 on black background.


Color preview on white background

This text has color #FEFFE4 on white background.



Black color preview on #FEFFE4 background

This text has black color on #FEFFE4 background.


White color preview on #FEFFE4 background

This text has white color on #FEFFE4 background.