COLOR #FFF0EE

HEX: #FFF0EE
RGB: (255,240,238)

Color info

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

RGB color model

#FFF0EE color RGB value is (255,240,238).

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

RGB channels and saturation

R 255 of 255 = 100%
G 240 of 255 = 94%
B 238 of 255 = 93%

255
240
238

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

Portions of RGB colors in percentages

R + G + B =
255 + 240 + 238 = 733 (100%)
R 255 of 733 ~ 34.79%
G 240 of 733 ~ 32.74%
B 238 of 733 ~ 32.47%

%34.79
%32.74
%32.47

CMYK color model

#FFF0EE color CMYK value is (0,6,7,0).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(0,6,7,0)
C0M6Y7K0 
(0%,6%,7%,0%)
(0.00/0.06/0.07/0.00)	

CMYK percentages

%0
%5.88
%6.67
%0

Codes

Color #FFF0EE in popluar color models

FFF0EE
RGB255240238
HSL100.00%96.67%
HSB/HSV6.67%100.00%
CMYK0.00%5.88%6.67%
0.00%

Color #FFF0EE in popluar number systems.

HEXFFF0EE
Decimal255240238
Binary111111111111000011101110
Octal377360356

Shades and tints

Shades of #FFF0EE

#FFF0EE
(255,240,238)
#E8DBD9
(232,219,217)
#D1C6C4
(209,198,196)
#BAB1AF
(186,177,175)
#A39C9A
(163,156,154)
#8C8785
(140,135,133)
#757270
(117,114,112)
#5E5D5B
(94,93,91)
#474846
(71,72,70)
#303331
(48,51,49)
#191E1C
(25,30,28)
#000000
(0,0,0)

Tints of #FFF0EE

#FFF0EE
(255,240,238)
#FFF1EF
(255,241,239)
#FFF2F0
(255,242,240)
#FFF3F1
(255,243,241)
#FFF4F2
(255,244,242)
#FFF5F3
(255,245,243)
#FFF6F4
(255,246,244)
#FFF7F5
(255,247,245)
#FFF8F6
(255,248,246)
#FFF9F7
(255,249,247)
#FFFAF8
(255,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF0EE; }

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

This text font color is #FFF0EE.


Background Color

.myBgColor { background-color: #FFF0EE; }

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

This div background color is #FFF0EE.


Border color

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

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

This div border color is #FFF0EE.


Opacity

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

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

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

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

This text has shadow with #FFF0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFF0EE on black background.


Color preview on white background

This text has color #FFF0EE on white background.



Black color preview on #FFF0EE background

This text has black color on #FFF0EE background.


White color preview on #FFF0EE background

This text has white color on #FFF0EE background.