COLOR #FAF0A3

HEX: #FAF0A3
RGB: (250,240,163)

Color info

#FAF0A3 contains mainly red and green colors. Web safe color of #FAF0A3 is #FFFF99 (or #FF9).

RGB color model

#FAF0A3 color RGB value is (250,240,163).

  • red value is 250;
  • green value is 240;
  • blue value is 163.
RGB:
(250,240,163)
(98%,94%,64%)

RGB channels and saturation

R 250 of 255 = 98%
G 240 of 255 = 94%
B 163 of 255 = 64%

250
240
163

R + G + B ~ 85%. #FAF0A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 240 + 163 = 653 (100%)
R 250 of 653 ~ 38.28%
G 240 of 653 ~ 36.75%
B 163 of 653 ~ 24.96%

%38.28
%36.75
%24.96

CMYK color model

#FAF0A3 color CMYK value is (0,4,35,2).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 34.80%
  • key color value is 1.96%
CMYK:
(0,4,35,2)
C0M4Y35K2 
(0%,4%,35%,2%)
(0.00/0.04/0.35/0.02)	

CMYK percentages

%0
%4
%34.8
%1.96

Codes

Color #FAF0A3 in popluar color models

FAF0A3
RGB250240163
HSL53°89.69%80.98%
HSB/HSV53°34.80%98.04%
CMYK0.00%4.00%34.80%
1.96%

Color #FAF0A3 in popluar number systems.

HEXFAF0A3
Decimal250240163
Binary111110101111000010100011
Octal372360243

Shades and tints

Shades of #FAF0A3

#FAF0A3
(250,240,163)
#E4DB95
(228,219,149)
#CEC687
(206,198,135)
#B8B179
(184,177,121)
#A29C6B
(162,156,107)
#8C875D
(140,135,93)
#76724F
(118,114,79)
#605D41
(96,93,65)
#4A4833
(74,72,51)
#343325
(52,51,37)
#1E1E17
(30,30,23)
#000000
(0,0,0)

Tints of #FAF0A3

#FAF0A3
(250,240,163)
#FAF1AB
(250,241,171)
#FAF2B3
(250,242,179)
#FAF3BB
(250,243,187)
#FAF4C3
(250,244,195)
#FAF5CB
(250,245,203)
#FAF6D3
(250,246,211)
#FAF7DB
(250,247,219)
#FAF8E3
(250,248,227)
#FAF9EB
(250,249,235)
#FAFAF3
(250,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF0A3; }

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

This text font color is #FAF0A3.


Background Color

.myBgColor { background-color: #FAF0A3; }

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

This div background color is #FAF0A3.


Border color

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

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

This div border color is #FAF0A3.


Opacity

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

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

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

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

This text has shadow with #FAF0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF0A3 on black background.


Color preview on white background

This text has color #FAF0A3 on white background.



Black color preview on #FAF0A3 background

This text has black color on #FAF0A3 background.


White color preview on #FAF0A3 background

This text has white color on #FAF0A3 background.