COLOR #FFFFEE

HEX: #FFFFEE
RGB: (255,255,238)

Color info

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

RGB color model

#FFFFEE color RGB value is (255,255,238).

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

RGB channels and saturation

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

255
255
238

R + G + B ~ 98%. #FFFFEE is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 255 + 238 = 748 (100%)
R 255 of 748 ~ 34.09%
G 255 of 748 ~ 34.09%
B 238 of 748 ~ 31.82%

%34.09
%34.09
%31.82

CMYK color model

#FFFFEE color CMYK value is (0,0,7,0).

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

CMYK percentages

%0
%0
%6.67
%0

Codes

Color #FFFFEE in popluar color models

FFFFEE
RGB255255238
HSL60°100.00%96.67%
HSB/HSV60°6.67%100.00%
CMYK0.00%0.00%6.67%
0.00%

Color #FFFFEE in popluar number systems.

HEXFFFFEE
Decimal255255238
Binary111111111111111111101110
Octal377377356

Shades and tints

Shades of #FFFFEE

#FFFFEE
(255,255,238)
#E8E8D9
(232,232,217)
#D1D1C4
(209,209,196)
#BABAAF
(186,186,175)
#A3A39A
(163,163,154)
#8C8C85
(140,140,133)
#757570
(117,117,112)
#5E5E5B
(94,94,91)
#474746
(71,71,70)
#303031
(48,48,49)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #FFFFEE

#FFFFEE
(255,255,238)
#FFFFEF
(255,255,239)
#FFFFF0
(255,255,240)
#FFFFF1
(255,255,241)
#FFFFF2
(255,255,242)
#FFFFF3
(255,255,243)
#FFFFF4
(255,255,244)
#FFFFF5
(255,255,245)
#FFFFF6
(255,255,246)
#FFFFF7
(255,255,247)
#FFFFF8
(255,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFFEE; }

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

This text font color is #FFFFEE.


Background Color

.myBgColor { background-color: #FFFFEE; }

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

This div background color is #FFFFEE.


Border color

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

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

This div border color is #FFFFEE.


Opacity

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

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

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

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

This text has shadow with #FFFFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFFEE on black background.


Color preview on white background

This text has color #FFFFEE on white background.



Black color preview on #FFFFEE background

This text has black color on #FFFFEE background.


White color preview on #FFFFEE background

This text has white color on #FFFFEE background.