COLOR #FFFFAB

HEX: #FFFFAB
RGB: (255,255,171)

Color info

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

RGB color model

#FFFFAB color RGB value is (255,255,171).

  • red value is 255;
  • green value is 255;
  • blue value is 171.
RGB:
(255,255,171)
(100%,100%,67%)

RGB channels and saturation

R 255 of 255 = 100%
G 255 of 255 = 100%
B 171 of 255 = 67%

255
255
171

R + G + B ~ 89%. #FFFFAB is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 255 + 171 = 681 (100%)
R 255 of 681 ~ 37.44%
G 255 of 681 ~ 37.44%
B 171 of 681 ~ 25.11%

%37.44
%37.44
%25.11

CMYK color model

#FFFFAB color CMYK value is (0,0,33,0).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 0.00%
CMYK:
(0,0,33,0)
C0M0Y33K0 
(0%,0%,33%,0%)
(0.00/0.00/0.33/0.00)	

CMYK percentages

%0
%0
%32.94
%0

Codes

Color #FFFFAB in popluar color models

FFFFAB
RGB255255171
HSL60°100.00%83.53%
HSB/HSV60°32.94%100.00%
CMYK0.00%0.00%32.94%
0.00%

Color #FFFFAB in popluar number systems.

HEXFFFFAB
Decimal255255171
Binary111111111111111110101011
Octal377377253

Shades and tints

Shades of #FFFFAB

#FFFFAB
(255,255,171)
#E8E89C
(232,232,156)
#D1D18D
(209,209,141)
#BABA7E
(186,186,126)
#A3A36F
(163,163,111)
#8C8C60
(140,140,96)
#757551
(117,117,81)
#5E5E42
(94,94,66)
#474733
(71,71,51)
#303024
(48,48,36)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #FFFFAB

#FFFFAB
(255,255,171)
#FFFFB2
(255,255,178)
#FFFFB9
(255,255,185)
#FFFFC0
(255,255,192)
#FFFFC7
(255,255,199)
#FFFFCE
(255,255,206)
#FFFFD5
(255,255,213)
#FFFFDC
(255,255,220)
#FFFFE3
(255,255,227)
#FFFFEA
(255,255,234)
#FFFFF1
(255,255,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFFFAB; }

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

This text font color is #FFFFAB.


Background Color

.myBgColor { background-color: #FFFFAB; }

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

This div background color is #FFFFAB.


Border color

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

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

This div border color is #FFFFAB.


Opacity

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

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

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

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

This text has shadow with #FFFFAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFFFAB on black background.


Color preview on white background

This text has color #FFFFAB on white background.



Black color preview on #FFFFAB background

This text has black color on #FFFFAB background.


White color preview on #FFFFAB background

This text has white color on #FFFFAB background.