COLOR #FAFAEE

HEX: #FAFAEE
RGB: (250,250,238)

Color info

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

RGB color model

#FAFAEE color RGB value is (250,250,238).

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

RGB channels and saturation

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

250
250
238

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

Portions of RGB colors in percentages

R + G + B =
250 + 250 + 238 = 738 (100%)
R 250 of 738 ~ 33.88%
G 250 of 738 ~ 33.88%
B 238 of 738 ~ 32.25%

%33.88
%33.88
%32.25

CMYK color model

#FAFAEE color CMYK value is (0,0,5,2).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(0,0,5,2)
C0M0Y5K2 
(0%,0%,5%,2%)
(0.00/0.00/0.05/0.02)	

CMYK percentages

%0
%0
%4.8
%1.96

Codes

Color #FAFAEE in popluar color models

FAFAEE
RGB250250238
HSL60°54.55%95.69%
HSB/HSV60°4.80%98.04%
CMYK0.00%0.00%4.80%
1.96%

Color #FAFAEE in popluar number systems.

HEXFAFAEE
Decimal250250238
Binary111110101111101011101110
Octal372372356

Shades and tints

Shades of #FAFAEE

#FAFAEE
(250,250,238)
#E4E4D9
(228,228,217)
#CECEC4
(206,206,196)
#B8B8AF
(184,184,175)
#A2A29A
(162,162,154)
#8C8C85
(140,140,133)
#767670
(118,118,112)
#60605B
(96,96,91)
#4A4A46
(74,74,70)
#343431
(52,52,49)
#1E1E1C
(30,30,28)
#000000
(0,0,0)

Tints of #FAFAEE

#FAFAEE
(250,250,238)
#FAFAEF
(250,250,239)
#FAFAF0
(250,250,240)
#FAFAF1
(250,250,241)
#FAFAF2
(250,250,242)
#FAFAF3
(250,250,243)
#FAFAF4
(250,250,244)
#FAFAF5
(250,250,245)
#FAFAF6
(250,250,246)
#FAFAF7
(250,250,247)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFAEE; }

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

This text font color is #FAFAEE.


Background Color

.myBgColor { background-color: #FAFAEE; }

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

This div background color is #FAFAEE.


Border color

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

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

This div border color is #FAFAEE.


Opacity

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

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

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

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

This text has shadow with #FAFAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFAEE on black background.


Color preview on white background

This text has color #FAFAEE on white background.



Black color preview on #FAFAEE background

This text has black color on #FAFAEE background.


White color preview on #FAFAEE background

This text has white color on #FAFAEE background.