COLOR #FFFFE4

HEX: #FFFFE4
RGB: (255,255,228)

Color info

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

RGB color model

#FFFFE4 color RGB value is (255,255,228).

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

RGB channels and saturation

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

255
255
228

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

Portions of RGB colors in percentages

R + G + B =
255 + 255 + 228 = 738 (100%)
R 255 of 738 ~ 34.55%
G 255 of 738 ~ 34.55%
B 228 of 738 ~ 30.89%

%34.55
%34.55
%30.89

CMYK color model

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

  • cyan value is 0.00%
  • 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
%0
%10.59
%0

Codes

Color #FFFFE4 in popluar color models

FFFFE4
RGB255255228
HSL60°100.00%94.71%
HSB/HSV60°10.59%100.00%
CMYK0.00%0.00%10.59%
0.00%

Color #FFFFE4 in popluar number systems.

HEXFFFFE4
Decimal255255228
Binary111111111111111111100100
Octal377377344

Shades and tints

Shades of #FFFFE4

#FFFFE4
(255,255,228)
#E8E8D0
(232,232,208)
#D1D1BC
(209,209,188)
#BABAA8
(186,186,168)
#A3A394
(163,163,148)
#8C8C80
(140,140,128)
#75756C
(117,117,108)
#5E5E58
(94,94,88)
#474744
(71,71,68)
#303030
(48,48,48)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #FFFFE4

#FFFFE4
(255,255,228)
#FFFFE6
(255,255,230)
#FFFFE8
(255,255,232)
#FFFFEA
(255,255,234)
#FFFFEC
(255,255,236)
#FFFFEE
(255,255,238)
#FFFFF0
(255,255,240)
#FFFFF2
(255,255,242)
#FFFFF4
(255,255,244)
#FFFFF6
(255,255,246)
#FFFFF8
(255,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFFE4; }

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

This text font color is #FFFFE4.


Background Color

.myBgColor { background-color: #FFFFE4; }

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

This div background color is #FFFFE4.


Border color

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

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

This div border color is #FFFFE4.


Opacity

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

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

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

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

This text has shadow with #FFFFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFFE4 on black background.


Color preview on white background

This text has color #FFFFE4 on white background.



Black color preview on #FFFFE4 background

This text has black color on #FFFFE4 background.


White color preview on #FFFFE4 background

This text has white color on #FFFFE4 background.