COLOR #FFF2E1

HEX: #FFF2E1
RGB: (255,242,225)

Color info

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

RGB color model

#FFF2E1 color RGB value is (255,242,225).

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

RGB channels and saturation

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

255
242
225

R + G + B ~ 94%. #FFF2E1 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 242 + 225 = 722 (100%)
R 255 of 722 ~ 35.32%
G 242 of 722 ~ 33.52%
B 225 of 722 ~ 31.16%

%35.32
%33.52
%31.16

CMYK color model

#FFF2E1 color CMYK value is (0,5,12,0).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 11.76%
  • key color value is 0.00%
CMYK:
(0,5,12,0)
C0M5Y12K0 
(0%,5%,12%,0%)
(0.00/0.05/0.12/0.00)	

CMYK percentages

%0
%5.1
%11.76
%0

Codes

Color #FFF2E1 in popluar color models

FFF2E1
RGB255242225
HSL34°100.00%94.12%
HSB/HSV34°11.76%100.00%
CMYK0.00%5.10%11.76%
0.00%

Color #FFF2E1 in popluar number systems.

HEXFFF2E1
Decimal255242225
Binary111111111111001011100001
Octal377362341

Shades and tints

Shades of #FFF2E1

#FFF2E1
(255,242,225)
#E8DCCD
(232,220,205)
#D1C6B9
(209,198,185)
#BAB0A5
(186,176,165)
#A39A91
(163,154,145)
#8C847D
(140,132,125)
#756E69
(117,110,105)
#5E5855
(94,88,85)
#474241
(71,66,65)
#302C2D
(48,44,45)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #FFF2E1

#FFF2E1
(255,242,225)
#FFF3E3
(255,243,227)
#FFF4E5
(255,244,229)
#FFF5E7
(255,245,231)
#FFF6E9
(255,246,233)
#FFF7EB
(255,247,235)
#FFF8ED
(255,248,237)
#FFF9EF
(255,249,239)
#FFFAF1
(255,250,241)
#FFFBF3
(255,251,243)
#FFFCF5
(255,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF2E1; }

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

This text font color is #FFF2E1.


Background Color

.myBgColor { background-color: #FFF2E1; }

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

This div background color is #FFF2E1.


Border color

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

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

This div border color is #FFF2E1.


Opacity

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

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

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

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

This text has shadow with #FFF2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF2E1 on black background.


Color preview on white background

This text has color #FFF2E1 on white background.



Black color preview on #FFF2E1 background

This text has black color on #FFF2E1 background.


White color preview on #FFF2E1 background

This text has white color on #FFF2E1 background.