COLOR #FFF8AA

HEX: #FFF8AA RGB: (255,248,170)

Color info

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

RGB color model

#FFF8AA color RGB value is (255,248,170).

RGB: (255,248,170) (100%, 97%, 67%)

RGB channels and saturation

R 255 of 255 = 100%
G 248 of 255 = 97%
B 170 of 255 = 67%

255
248
170

R + G + B ~ 88%. #FFF8AA is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 248 + 170 = 673 (100%)
R 255 of 673 ~ 37.89%
G 248 of 673 ~ 36.85%
B 170 of 673 ~ 25.26'%

%37.89
%36.85
%25.26

CMYK color model

#FFF8AA color CMYK value is (0,3,33,0).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 33.33%
  • key color value is 0.00%

CMYK: (0,3,33,0)
C0M3Y33K0 (0%, 3%, 33%, 0%)
(0.00 / 0.03 / 0.33 / 0.00)

CMYK percentages

%0
%2.75
%33.33
%0

Codes

Color #FFF8AA in popluar color models

FF F8 AA
RGB 255 248 170
HSL 55° 100.00% 83.33%
HSB/HSV 55° 33.33% 100.00%
CMYK 0.00% 2.75% 33.33%
0.00%

Color #FFF8AA in popluar number systems.

HEX FF F8 AA
Decimal 255 248 170
Binary 11111111 11111000 10101010
Octal 377 370 252

Shades and tints

Shades of #FFF8AA

#FFF8AA
(255,248,170)
#E8E29B
(232,226,155)
#D1CC8C
(209,204,140)
#BAB67D
(186,182,125)
#A3A06E
(163,160,110)
#8C8A5F
(140,138,95)
#757450
(117,116,80)
#5E5E41
(94,94,65)
#474832
(71,72,50)
#303223
(48,50,35)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #FFF8AA

#FFF8AA
(255,248,170)
#FFF8B1
(255,248,177)
#FFF8B8
(255,248,184)
#FFF8BF
(255,248,191)
#FFF8C6
(255,248,198)
#FFF8CD
(255,248,205)
#FFF8D4
(255,248,212)
#FFF8DB
(255,248,219)
#FFF8E2
(255,248,226)
#FFF8E9
(255,248,233)
#FFF8F0
(255,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFF8AA; }

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

This text font color is #FFF8AA.

Background Color

.myBgColor { background-color: #FFF8AA; }

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

This div background color is #FFF8AA.

Border color

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

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

This div border color is #FFF8AA.

Opacity

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

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

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

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

This text has shadow with #FFF8AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFF8AA.

Preview

Color preview on black background

This text has color #FFF8AA on black background.


Color preview on white background

This text has color #FFF8AA on white background.


Black color preview on #FFF8AA background

This text has black color on #FFF8AA background.


White color preview on #FFF8AA background

This text has white color on #FFF8AA background.


Related colors

Complementary color

Complementary color for #hex is #000755.


I love getcolorcode.com

Triadic colors

1 #AAFFF8 and #F8AAFF with #FFF8AA are triadic colors.

2 #AAF8FF and #F8FFAA with #FFF8AA are triadic colors.