COLOR #FFFEE0

HEX: #FFFEE0
RGB: (255,254,224)

Color info

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

RGB color model

#FFFEE0 color RGB value is (255,254,224).

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

RGB channels and saturation

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

255
254
224

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

Portions of RGB colors in percentages

R + G + B =
255 + 254 + 224 = 733 (100%)
R 255 of 733 ~ 34.79%
G 254 of 733 ~ 34.65%
B 224 of 733 ~ 30.56%

%34.79
%34.65
%30.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.39%
  • yellow value is 12.16%
  • 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
%12.16
%0

Codes

Color #FFFEE0 in popluar color models

FFFEE0
RGB255254224
HSL58°100.00%93.92%
HSB/HSV58°12.16%100.00%
CMYK0.00%0.39%12.16%
0.00%

Color #FFFEE0 in popluar number systems.

HEXFFFEE0
Decimal255254224
Binary111111111111111011100000
Octal377376340

Shades and tints

Shades of #FFFEE0

#FFFEE0
(255,254,224)
#E8E7CC
(232,231,204)
#D1D0B8
(209,208,184)
#BAB9A4
(186,185,164)
#A3A290
(163,162,144)
#8C8B7C
(140,139,124)
#757468
(117,116,104)
#5E5D54
(94,93,84)
#474640
(71,70,64)
#302F2C
(48,47,44)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #FFFEE0

#FFFEE0
(255,254,224)
#FFFEE2
(255,254,226)
#FFFEE4
(255,254,228)
#FFFEE6
(255,254,230)
#FFFEE8
(255,254,232)
#FFFEEA
(255,254,234)
#FFFEEC
(255,254,236)
#FFFEEE
(255,254,238)
#FFFEF0
(255,254,240)
#FFFEF2
(255,254,242)
#FFFEF4
(255,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFEE0; }

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

This text font color is #FFFEE0.


Background Color

.myBgColor { background-color: #FFFEE0; }

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

This div background color is #FFFEE0.


Border color

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

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

This div border color is #FFFEE0.


Opacity

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

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

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

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

This text has shadow with #FFFEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFEE0 on black background.


Color preview on white background

This text has color #FFFEE0 on white background.



Black color preview on #FFFEE0 background

This text has black color on #FFFEE0 background.


White color preview on #FFFEE0 background

This text has white color on #FFFEE0 background.