COLOR #FFFAEE

HEX: #FFFAEE
RGB: (255,250,238)

Color info

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

RGB color model

#FFFAEE color RGB value is (255,250,238).

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

RGB channels and saturation

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

255
250
238

R + G + B ~ 97%. #FFFAEE is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 250 + 238 = 743 (100%)
R 255 of 743 ~ 34.32%
G 250 of 743 ~ 33.65%
B 238 of 743 ~ 32.03%

%34.32
%33.65
%32.03

CMYK color model

#FFFAEE color CMYK value is (0,2,7,0).

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

CMYK percentages

%0
%1.96
%6.67
%0

Codes

Color #FFFAEE in popluar color models

FFFAEE
RGB255250238
HSL42°100.00%96.67%
HSB/HSV42°6.67%100.00%
CMYK0.00%1.96%6.67%
0.00%

Color #FFFAEE in popluar number systems.

HEXFFFAEE
Decimal255250238
Binary111111111111101011101110
Octal377372356

Shades and tints

Shades of #FFFAEE

#FFFAEE
(255,250,238)
#E8E4D9
(232,228,217)
#D1CEC4
(209,206,196)
#BAB8AF
(186,184,175)
#A3A29A
(163,162,154)
#8C8C85
(140,140,133)
#757670
(117,118,112)
#5E605B
(94,96,91)
#474A46
(71,74,70)
#303431
(48,52,49)
#191E1C
(25,30,28)
#000000
(0,0,0)

Tints of #FFFAEE

#FFFAEE
(255,250,238)
#FFFAEF
(255,250,239)
#FFFAF0
(255,250,240)
#FFFAF1
(255,250,241)
#FFFAF2
(255,250,242)
#FFFAF3
(255,250,243)
#FFFAF4
(255,250,244)
#FFFAF5
(255,250,245)
#FFFAF6
(255,250,246)
#FFFAF7
(255,250,247)
#FFFAF8
(255,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFAEE; }

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

This text font color is #FFFAEE.


Background Color

.myBgColor { background-color: #FFFAEE; }

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

This div background color is #FFFAEE.


Border color

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

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

This div border color is #FFFAEE.


Opacity

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

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

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

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

This text has shadow with #FFFAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFAEE on black background.


Color preview on white background

This text has color #FFFAEE on white background.



Black color preview on #FFFAEE background

This text has black color on #FFFAEE background.


White color preview on #FFFAEE background

This text has white color on #FFFAEE background.