COLOR #FFFFE1

HEX: #FFFFE1
RGB: (255,255,225)

Color info

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

RGB color model

#FFFFE1 color RGB value is (255,255,225).

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

RGB channels and saturation

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

255
255
225

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

Portions of RGB colors in percentages

R + G + B =
255 + 255 + 225 = 735 (100%)
R 255 of 735 ~ 34.69%
G 255 of 735 ~ 34.69%
B 225 of 735 ~ 30.61%

%34.69
%34.69
%30.61

CMYK color model

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

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

Codes

Color #FFFFE1 in popluar color models

FFFFE1
RGB255255225
HSL60°100.00%94.12%
HSB/HSV60°11.76%100.00%
CMYK0.00%0.00%11.76%
0.00%

Color #FFFFE1 in popluar number systems.

HEXFFFFE1
Decimal255255225
Binary111111111111111111100001
Octal377377341

Shades and tints

Shades of #FFFFE1

#FFFFE1
(255,255,225)
#E8E8CD
(232,232,205)
#D1D1B9
(209,209,185)
#BABAA5
(186,186,165)
#A3A391
(163,163,145)
#8C8C7D
(140,140,125)
#757569
(117,117,105)
#5E5E55
(94,94,85)
#474741
(71,71,65)
#30302D
(48,48,45)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #FFFFE1

#FFFFE1
(255,255,225)
#FFFFE3
(255,255,227)
#FFFFE5
(255,255,229)
#FFFFE7
(255,255,231)
#FFFFE9
(255,255,233)
#FFFFEB
(255,255,235)
#FFFFED
(255,255,237)
#FFFFEF
(255,255,239)
#FFFFF1
(255,255,241)
#FFFFF3
(255,255,243)
#FFFFF5
(255,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFFE1; }

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

This text font color is #FFFFE1.


Background Color

.myBgColor { background-color: #FFFFE1; }

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

This div background color is #FFFFE1.


Border color

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

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

This div border color is #FFFFE1.


Opacity

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

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

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

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

This text has shadow with #FFFFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFFE1 on black background.


Color preview on white background

This text has color #FFFFE1 on white background.



Black color preview on #FFFFE1 background

This text has black color on #FFFFE1 background.


White color preview on #FFFFE1 background

This text has white color on #FFFFE1 background.