COLOR #FAF1A8

HEX: #FAF1A8
RGB: (250,241,168)

Color info

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

RGB color model

#FAF1A8 color RGB value is (250,241,168).

  • red value is 250;
  • green value is 241;
  • blue value is 168.
RGB:
(250,241,168)
(98%,95%,66%)

RGB channels and saturation

R 250 of 255 = 98%
G 241 of 255 = 95%
B 168 of 255 = 66%

250
241
168

R + G + B ~ 86%. #FAF1A8 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 241 + 168 = 659 (100%)
R 250 of 659 ~ 37.94%
G 241 of 659 ~ 36.57%
B 168 of 659 ~ 25.49%

%37.94
%36.57
%25.49

CMYK color model

#FAF1A8 color CMYK value is (0,4,33,2).

  • cyan value is 0.00%
  • magenta value is 3.60%
  • yellow value is 32.80%
  • key color value is 1.96%
CMYK:
(0,4,33,2)
C0M4Y33K2 
(0%,4%,33%,2%)
(0.00/0.04/0.33/0.02)	

CMYK percentages

%0
%3.6
%32.8
%1.96

Codes

Color #FAF1A8 in popluar color models

FAF1A8
RGB250241168
HSL53°89.13%81.96%
HSB/HSV53°32.80%98.04%
CMYK0.00%3.60%32.80%
1.96%

Color #FAF1A8 in popluar number systems.

HEXFAF1A8
Decimal250241168
Binary111110101111000110101000
Octal372361250

Shades and tints

Shades of #FAF1A8

#FAF1A8
(250,241,168)
#E4DC99
(228,220,153)
#CEC78A
(206,199,138)
#B8B27B
(184,178,123)
#A29D6C
(162,157,108)
#8C885D
(140,136,93)
#76734E
(118,115,78)
#605E3F
(96,94,63)
#4A4930
(74,73,48)
#343421
(52,52,33)
#1E1F12
(30,31,18)
#000000
(0,0,0)

Tints of #FAF1A8

#FAF1A8
(250,241,168)
#FAF2AF
(250,242,175)
#FAF3B6
(250,243,182)
#FAF4BD
(250,244,189)
#FAF5C4
(250,245,196)
#FAF6CB
(250,246,203)
#FAF7D2
(250,247,210)
#FAF8D9
(250,248,217)
#FAF9E0
(250,249,224)
#FAFAE7
(250,250,231)
#FAFBEE
(250,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF1A8; }

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

This text font color is #FAF1A8.


Background Color

.myBgColor { background-color: #FAF1A8; }

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

This div background color is #FAF1A8.


Border color

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

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

This div border color is #FAF1A8.


Opacity

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

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

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

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

This text has shadow with #FAF1A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAF1A8 on black background.


Color preview on white background

This text has color #FAF1A8 on white background.



Black color preview on #FAF1A8 background

This text has black color on #FAF1A8 background.


White color preview on #FAF1A8 background

This text has white color on #FAF1A8 background.