COLOR #FAFAE8

HEX: #FAFAE8
RGB: (250,250,232)

Color info

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

RGB color model

#FAFAE8 color RGB value is (250,250,232).

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

RGB channels and saturation

R 250 of 255 = 98%
G 250 of 255 = 98%
B 232 of 255 = 91%

250
250
232

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

Portions of RGB colors in percentages

R + G + B =
250 + 250 + 232 = 732 (100%)
R 250 of 732 ~ 34.15%
G 250 of 732 ~ 34.15%
B 232 of 732 ~ 31.69%

%34.15
%34.15
%31.69

CMYK color model

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

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

CMYK percentages

%0
%0
%7.2
%1.96

Codes

Color #FAFAE8 in popluar color models

FAFAE8
RGB250250232
HSL60°64.29%94.51%
HSB/HSV60°7.20%98.04%
CMYK0.00%0.00%7.20%
1.96%

Color #FAFAE8 in popluar number systems.

HEXFAFAE8
Decimal250250232
Binary111110101111101011101000
Octal372372350

Shades and tints

Shades of #FAFAE8

#FAFAE8
(250,250,232)
#E4E4D3
(228,228,211)
#CECEBE
(206,206,190)
#B8B8A9
(184,184,169)
#A2A294
(162,162,148)
#8C8C7F
(140,140,127)
#76766A
(118,118,106)
#606055
(96,96,85)
#4A4A40
(74,74,64)
#34342B
(52,52,43)
#1E1E16
(30,30,22)
#000000
(0,0,0)

Tints of #FAFAE8

#FAFAE8
(250,250,232)
#FAFAEA
(250,250,234)
#FAFAEC
(250,250,236)
#FAFAEE
(250,250,238)
#FAFAF0
(250,250,240)
#FAFAF2
(250,250,242)
#FAFAF4
(250,250,244)
#FAFAF6
(250,250,246)
#FAFAF8
(250,250,248)
#FAFAFA
(250,250,250)
#FAFAFC
(250,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFAE8; }

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

This text font color is #FAFAE8.


Background Color

.myBgColor { background-color: #FAFAE8; }

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

This div background color is #FAFAE8.


Border color

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

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

This div border color is #FAFAE8.


Opacity

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

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

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

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

This text has shadow with #FAFAE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFAE8 on black background.


Color preview on white background

This text has color #FAFAE8 on white background.



Black color preview on #FAFAE8 background

This text has black color on #FAFAE8 background.


White color preview on #FAFAE8 background

This text has white color on #FAFAE8 background.