COLOR #FAFAE6

HEX: #FAFAE6
RGB: (250,250,230)

Color info

#FAFAE6 contains red, green and blue colors in about the same proportion. Web safe color of #FAFAE6 is #FFFFCC (or #FFC).

RGB color model

#FAFAE6 color RGB value is (250,250,230).

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

RGB channels and saturation

R 250 of 255 = 98%
G 250 of 255 = 98%
B 230 of 255 = 90%

250
250
230

R + G + B ~ 95%. #FAFAE6 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 250 + 230 = 730 (100%)
R 250 of 730 ~ 34.25%
G 250 of 730 ~ 34.25%
B 230 of 730 ~ 31.51%

%34.25
%34.25
%31.51

CMYK color model

#FAFAE6 color CMYK value is (0,0,8,2).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 1.96%
CMYK:
(0,0,8,2)
C0M0Y8K2 
(0%,0%,8%,2%)
(0.00/0.00/0.08/0.02)	

CMYK percentages

%0
%0
%8
%1.96

Codes

Color #FAFAE6 in popluar color models

FAFAE6
RGB250250230
HSL60°66.67%94.12%
HSB/HSV60°8.00%98.04%
CMYK0.00%0.00%8.00%
1.96%

Color #FAFAE6 in popluar number systems.

HEXFAFAE6
Decimal250250230
Binary111110101111101011100110
Octal372372346

Shades and tints

Shades of #FAFAE6

#FAFAE6
(250,250,230)
#E4E4D2
(228,228,210)
#CECEBE
(206,206,190)
#B8B8AA
(184,184,170)
#A2A296
(162,162,150)
#8C8C82
(140,140,130)
#76766E
(118,118,110)
#60605A
(96,96,90)
#4A4A46
(74,74,70)
#343432
(52,52,50)
#1E1E1E
(30,30,30)
#000000
(0,0,0)

Tints of #FAFAE6

#FAFAE6
(250,250,230)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFAE6; }

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

This text font color is #FAFAE6.


Background Color

.myBgColor { background-color: #FAFAE6; }

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

This div background color is #FAFAE6.


Border color

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

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

This div border color is #FAFAE6.


Opacity

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

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

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

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

This text has shadow with #FAFAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFAE6 on black background.


Color preview on white background

This text has color #FAFAE6 on white background.



Black color preview on #FAFAE6 background

This text has black color on #FAFAE6 background.


White color preview on #FAFAE6 background

This text has white color on #FAFAE6 background.