COLOR #FAFAD6

HEX: #FAFAD6
RGB: (250,250,214)

Color info

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

RGB color model

#FAFAD6 color RGB value is (250,250,214).

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

RGB channels and saturation

R 250 of 255 = 98%
G 250 of 255 = 98%
B 214 of 255 = 84%

250
250
214

R + G + B ~ 93%. #FAFAD6 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 250 + 214 = 714 (100%)
R 250 of 714 ~ 35.01%
G 250 of 714 ~ 35.01%
B 214 of 714 ~ 29.97%

%35.01
%35.01
%29.97

CMYK color model

#FAFAD6 color CMYK value is (0,0,14,2).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 14.40%
  • key color value is 1.96%
CMYK:
(0,0,14,2)
C0M0Y14K2 
(0%,0%,14%,2%)
(0.00/0.00/0.14/0.02)	

CMYK percentages

%0
%0
%14.4
%1.96

Codes

Color #FAFAD6 in popluar color models

FAFAD6
RGB250250214
HSL60°78.26%90.98%
HSB/HSV60°14.40%98.04%
CMYK0.00%0.00%14.40%
1.96%

Color #FAFAD6 in popluar number systems.

HEXFAFAD6
Decimal250250214
Binary111110101111101011010110
Octal372372326

Shades and tints

Shades of #FAFAD6

#FAFAD6
(250,250,214)
#E4E4C3
(228,228,195)
#CECEB0
(206,206,176)
#B8B89D
(184,184,157)
#A2A28A
(162,162,138)
#8C8C77
(140,140,119)
#767664
(118,118,100)
#606051
(96,96,81)
#4A4A3E
(74,74,62)
#34342B
(52,52,43)
#1E1E18
(30,30,24)
#000000
(0,0,0)

Tints of #FAFAD6

#FAFAD6
(250,250,214)
#FAFAD9
(250,250,217)
#FAFADC
(250,250,220)
#FAFADF
(250,250,223)
#FAFAE2
(250,250,226)
#FAFAE5
(250,250,229)
#FAFAE8
(250,250,232)
#FAFAEB
(250,250,235)
#FAFAEE
(250,250,238)
#FAFAF1
(250,250,241)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFAD6; }

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

This text font color is #FAFAD6.


Background Color

.myBgColor { background-color: #FAFAD6; }

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

This div background color is #FAFAD6.


Border color

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

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

This div border color is #FAFAD6.


Opacity

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

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

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

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

This text has shadow with #FAFAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAFAD6 on black background.


Color preview on white background

This text has color #FAFAD6 on white background.



Black color preview on #FAFAD6 background

This text has black color on #FAFAD6 background.


White color preview on #FAFAD6 background

This text has white color on #FAFAD6 background.