COLOR #FAF7A2

HEX: #FAF7A2 RGB: (250,247,162)

Color info

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

RGB color model

#FAF7A2 color RGB value is (250,247,162).

RGB: (250,247,162) (98%, 97%, 64%)

RGB channels and saturation

R 250 of 255 = 98%
G 247 of 255 = 97%
B 162 of 255 = 64%

250
247
162

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

Portions of RGB colors in percentages

R + G + B = 250 + 247 + 162 = 659 (100%)
R 250 of 659 ~ 37.94%
G 247 of 659 ~ 37.48%
B 162 of 659 ~ 24.58'%

%37.94
%37.48
%24.58

CMYK color model

#FAF7A2 color CMYK value is (0,1,35,2).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 35.20%
  • key color value is 1.96%

CMYK: (0,1,35,2)
C0M1Y35K2 (0%, 1%, 35%, 2%)
(0.00 / 0.01 / 0.35 / 0.02)

CMYK percentages

%0
%1.2
%35.2
%1.96

Codes

Color #FAF7A2 in popluar color models

FA F7 A2
RGB 250 247 162
HSL 58° 89.80% 80.78%
HSB/HSV 58° 35.20% 98.04%
CMYK 0.00% 1.20% 35.20%
1.96%

Color #FAF7A2 in popluar number systems.

HEX FA F7 A2
Decimal 250 247 162
Binary 11111010 11110111 10100010
Octal 372 367 242

Shades and tints

Shades of #FAF7A2

#FAF7A2
(250,247,162)
#E4E194
(228,225,148)
#CECB86
(206,203,134)
#B8B578
(184,181,120)
#A29F6A
(162,159,106)
#8C895C
(140,137,92)
#76734E
(118,115,78)
#605D40
(96,93,64)
#4A4732
(74,71,50)
#343124
(52,49,36)
#1E1B16
(30,27,22)
#000000
(0,0,0)

Tints of #FAF7A2

#FAF7A2
(250,247,162)
#FAF7AA
(250,247,170)
#FAF7B2
(250,247,178)
#FAF7BA
(250,247,186)
#FAF7C2
(250,247,194)
#FAF7CA
(250,247,202)
#FAF7D2
(250,247,210)
#FAF7DA
(250,247,218)
#FAF7E2
(250,247,226)
#FAF7EA
(250,247,234)
#FAF7F2
(250,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAF7A2; }

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

This text font color is #FAF7A2.

Background Color

.myBgColor { background-color: #FAF7A2; }

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

This div background color is #FAF7A2.

Border color

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

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

This div border color is #FAF7A2.

Opacity

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

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

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

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

This text has shadow with #FAF7A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAF7A2.

Preview

Color preview on black background

This text has color #FAF7A2 on black background.


Color preview on white background

This text has color #FAF7A2 on white background.


Black color preview on #FAF7A2 background

This text has black color on #FAF7A2 background.


White color preview on #FAF7A2 background

This text has white color on #FAF7A2 background.


Related colors

Complementary color

Complementary color for #hex is #05085D.


I love getcolorcode.com

Triadic colors

1 #A2FAF7 and #F7A2FA with #FAF7A2 are triadic colors.

2 #A2F7FA and #F7FAA2 with #FAF7A2 are triadic colors.