COLOR #FFFEE1

HEX: #FFFEE1
RGB: (255,254,225)

Color info

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

RGB color model

#FFFEE1 color RGB value is (255,254,225).

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

RGB channels and saturation

R 255 of 255 = 100%
G 254 of 255 = 100%
B 225 of 255 = 88%

255
254
225

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

Portions of RGB colors in percentages

R + G + B =
255 + 254 + 225 = 734 (100%)
R 255 of 734 ~ 34.74%
G 254 of 734 ~ 34.6%
B 225 of 734 ~ 30.65%

%34.74
%34.6
%30.65

CMYK color model

#FFFEE1 color CMYK value is (0,0,12,0).

  • cyan value is 0.00%
  • magenta value is 0.39%
  • yellow value is 11.76%
  • key color value is 0.00%
CMYK:
(0,0,12,0)
C0M0Y12K0 
(0%,0%,12%,0%)
(0.00/0.00/0.12/0.00)	

CMYK percentages

%0
%0.39
%11.76
%0

Codes

Color #FFFEE1 in popluar color models

FFFEE1
RGB255254225
HSL58°100.00%94.12%
HSB/HSV58°11.76%100.00%
CMYK0.00%0.39%11.76%
0.00%

Color #FFFEE1 in popluar number systems.

HEXFFFEE1
Decimal255254225
Binary111111111111111011100001
Octal377376341

Shades and tints

Shades of #FFFEE1

#FFFEE1
(255,254,225)
#E8E7CD
(232,231,205)
#D1D0B9
(209,208,185)
#BAB9A5
(186,185,165)
#A3A291
(163,162,145)
#8C8B7D
(140,139,125)
#757469
(117,116,105)
#5E5D55
(94,93,85)
#474641
(71,70,65)
#302F2D
(48,47,45)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #FFFEE1

#FFFEE1
(255,254,225)
#FFFEE3
(255,254,227)
#FFFEE5
(255,254,229)
#FFFEE7
(255,254,231)
#FFFEE9
(255,254,233)
#FFFEEB
(255,254,235)
#FFFEED
(255,254,237)
#FFFEEF
(255,254,239)
#FFFEF1
(255,254,241)
#FFFEF3
(255,254,243)
#FFFEF5
(255,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFEE1; }

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

This text font color is #FFFEE1.


Background Color

.myBgColor { background-color: #FFFEE1; }

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

This div background color is #FFFEE1.


Border color

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

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

This div border color is #FFFEE1.


Opacity

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

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

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

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

This text has shadow with #FFFEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFEE1 on black background.


Color preview on white background

This text has color #FFFEE1 on white background.



Black color preview on #FFFEE1 background

This text has black color on #FFFEE1 background.


White color preview on #FFFEE1 background

This text has white color on #FFFEE1 background.