COLOR #FFF2EE

HEX: #FFF2EE
RGB: (255,242,238)

Color info

#FFF2EE contains red, green and blue colors in about the same proportion. Web safe color of #FFF2EE is #FFFFFF (or #FFF).

RGB color model

#FFF2EE color RGB value is (255,242,238).

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

RGB channels and saturation

R 255 of 255 = 100%
G 242 of 255 = 95%
B 238 of 255 = 93%

255
242
238

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

Portions of RGB colors in percentages

R + G + B =
255 + 242 + 238 = 735 (100%)
R 255 of 735 ~ 34.69%
G 242 of 735 ~ 32.93%
B 238 of 735 ~ 32.38%

%34.69
%32.93
%32.38

CMYK color model

#FFF2EE color CMYK value is (0,5,7,0).

  • cyan value is 0.00%
  • magenta value is 5.10%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(0,5,7,0)
C0M5Y7K0 
(0%,5%,7%,0%)
(0.00/0.05/0.07/0.00)	

CMYK percentages

%0
%5.1
%6.67
%0

Codes

Color #FFF2EE in popluar color models

FFF2EE
RGB255242238
HSL14°100.00%96.67%
HSB/HSV14°6.67%100.00%
CMYK0.00%5.10%6.67%
0.00%

Color #FFF2EE in popluar number systems.

HEXFFF2EE
Decimal255242238
Binary111111111111001011101110
Octal377362356

Shades and tints

Shades of #FFF2EE

#FFF2EE
(255,242,238)
#E8DCD9
(232,220,217)
#D1C6C4
(209,198,196)
#BAB0AF
(186,176,175)
#A39A9A
(163,154,154)
#8C8485
(140,132,133)
#756E70
(117,110,112)
#5E585B
(94,88,91)
#474246
(71,66,70)
#302C31
(48,44,49)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #FFF2EE

#FFF2EE
(255,242,238)
#FFF3EF
(255,243,239)
#FFF4F0
(255,244,240)
#FFF5F1
(255,245,241)
#FFF6F2
(255,246,242)
#FFF7F3
(255,247,243)
#FFF8F4
(255,248,244)
#FFF9F5
(255,249,245)
#FFFAF6
(255,250,246)
#FFFBF7
(255,251,247)
#FFFCF8
(255,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF2EE; }

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

This text font color is #FFF2EE.


Background Color

.myBgColor { background-color: #FFF2EE; }

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

This div background color is #FFF2EE.


Border color

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

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

This div border color is #FFF2EE.


Opacity

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

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

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

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

This text has shadow with #FFF2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF2EE on black background.


Color preview on white background

This text has color #FFF2EE on white background.



Black color preview on #FFF2EE background

This text has black color on #FFF2EE background.


White color preview on #FFF2EE background

This text has white color on #FFF2EE background.