COLOR #FAFFA3

HEX: #FAFFA3 RGB: (250,255,163)

Color info

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

RGB color model

#FAFFA3 color RGB value is (250,255,163).

RGB: (250,255,163) (98%, 100%, 64%)

RGB channels and saturation

R 250 of 255 = 98%
G 255 of 255 = 100%
B 163 of 255 = 64%

250
255
163

R + G + B ~ 87%. #FAFFA3 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 255 + 163 = 668 (100%)
R 250 of 668 ~ 37.43%
G 255 of 668 ~ 38.17%
B 163 of 668 ~ 24.4'%

%37.43
%38.17
%24.4

CMYK color model

#FAFFA3 color CMYK value is (2,0,36,0).

  • cyan value is 1.96%
  • magenta value is 0.00%
  • yellow value is 36.08%
  • key color value is 0.00%

CMYK: (2,0,36,0)
C2M0Y36K0 (2%, 0%, 36%, 0%)
(0.02 / 0.00 / 0.36 / 0.00)

CMYK percentages

%1.96
%0
%36.08
%0

Codes

Color #FAFFA3 in popluar color models

FA FF A3
RGB 250 255 163
HSL 63° 100.00% 81.96%
HSB/HSV 63° 36.08% 100.00%
CMYK 1.96% 0.00% 36.08%
0.00%

Color #FAFFA3 in popluar number systems.

HEX FA FF A3
Decimal 250 255 163
Binary 11111010 11111111 10100011
Octal 372 377 243

Shades and tints

Shades of #FAFFA3

#FAFFA3
(250,255,163)
#E4E895
(228,232,149)
#CED187
(206,209,135)
#B8BA79
(184,186,121)
#A2A36B
(162,163,107)
#8C8C5D
(140,140,93)
#76754F
(118,117,79)
#605E41
(96,94,65)
#4A4733
(74,71,51)
#343025
(52,48,37)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #FAFFA3

#FAFFA3
(250,255,163)
#FAFFAB
(250,255,171)
#FAFFB3
(250,255,179)
#FAFFBB
(250,255,187)
#FAFFC3
(250,255,195)
#FAFFCB
(250,255,203)
#FAFFD3
(250,255,211)
#FAFFDB
(250,255,219)
#FAFFE3
(250,255,227)
#FAFFEB
(250,255,235)
#FAFFF3
(250,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAFFA3; }

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

This text font color is #FAFFA3.

Background Color

.myBgColor { background-color: #FAFFA3; }

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

This div background color is #FAFFA3.

Border color

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

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

This div border color is #FAFFA3.

Opacity

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

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

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

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

This text has shadow with #FAFFA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAFFA3.

Preview

Color preview on black background

This text has color #FAFFA3 on black background.


Color preview on white background

This text has color #FAFFA3 on white background.


Black color preview on #FAFFA3 background

This text has black color on #FAFFA3 background.


White color preview on #FAFFA3 background

This text has white color on #FAFFA3 background.


Related colors

Complementary color

Complementary color for #hex is #05005C.


I love getcolorcode.com

Triadic colors

1 #A3FAFF and #FFA3FA with #FAFFA3 are triadic colors.

2 #A3FFFA and #FFFAA3 with #FAFFA3 are triadic colors.