COLOR #FAFC9A

HEX: #FAFC9A RGB: (250,252,154)

Color info

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

RGB color model

#FAFC9A color RGB value is (250,252,154).

RGB: (250,252,154) (98%, 99%, 60%)

RGB channels and saturation

R 250 of 255 = 98%
G 252 of 255 = 99%
B 154 of 255 = 60%

250
252
154

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

Portions of RGB colors in percentages

R + G + B = 250 + 252 + 154 = 656 (100%)
R 250 of 656 ~ 38.11%
G 252 of 656 ~ 38.41%
B 154 of 656 ~ 23.48'%

%38.11
%38.41
%23.48

CMYK color model

#FAFC9A color CMYK value is (1,0,39,1).

  • cyan value is 0.79%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 1.18%

CMYK: (1,0,39,1)
C1M0Y39K1 (1%, 0%, 39%, 1%)
(0.01 / 0.00 / 0.39 / 0.01)

CMYK percentages

%0.79
%0
%38.89
%1.18

Codes

Color #FAFC9A in popluar color models

FA FC 9A
RGB 250 252 154
HSL 61° 94.23% 79.61%
HSB/HSV 61° 38.89% 98.82%
CMYK 0.79% 0.00% 38.89%
1.18%

Color #FAFC9A in popluar number systems.

HEX FA FC 9A
Decimal 250 252 154
Binary 11111010 11111100 10011010
Octal 372 374 232

Shades and tints

Shades of #FAFC9A

#FAFC9A
(250,252,154)
#E4E68C
(228,230,140)
#CED07E
(206,208,126)
#B8BA70
(184,186,112)
#A2A462
(162,164,98)
#8C8E54
(140,142,84)
#767846
(118,120,70)
#606238
(96,98,56)
#4A4C2A
(74,76,42)
#34361C
(52,54,28)
#1E200E
(30,32,14)
#000000
(0,0,0)

Tints of #FAFC9A

#FAFC9A
(250,252,154)
#FAFCA3
(250,252,163)
#FAFCAC
(250,252,172)
#FAFCB5
(250,252,181)
#FAFCBE
(250,252,190)
#FAFCC7
(250,252,199)
#FAFCD0
(250,252,208)
#FAFCD9
(250,252,217)
#FAFCE2
(250,252,226)
#FAFCEB
(250,252,235)
#FAFCF4
(250,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFC9A; }

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

This text font color is #FAFC9A.

Background Color

.myBgColor { background-color: #FAFC9A; }

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

This div background color is #FAFC9A.

Border color

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

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

This div border color is #FAFC9A.

Opacity

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

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

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

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

This text has shadow with #FAFC9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAFC9A.

Preview

Color preview on black background

This text has color #FAFC9A on black background.


Color preview on white background

This text has color #FAFC9A on white background.


Black color preview on #FAFC9A background

This text has black color on #FAFC9A background.


White color preview on #FAFC9A background

This text has white color on #FAFC9A background.


Related colors

Complementary color

Complementary color for #hex is #050365.


I love getcolorcode.com

Triadic colors

1 #9AFAFC and #FC9AFA with #FAFC9A are triadic colors.

2 #9AFCFA and #FCFA9A with #FAFC9A are triadic colors.