COLOR #FFAA98

HEX: #FFAA98
RGB: (255,170,152)

Color info

#FFAA98 contains mainly red color. Web safe color of #FFAA98 is #FF9999 (or #F99).

RGB color model

#FFAA98 color RGB value is (255,170,152).

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

RGB channels and saturation

R 255 of 255 = 100%
G 170 of 255 = 67%
B 152 of 255 = 60%

255
170
152

R + G + B ~ 76%. #FFAA98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 170 + 152 = 577 (100%)
R 255 of 577 ~ 44.19%
G 170 of 577 ~ 29.46%
B 152 of 577 ~ 26.34%

%44.19
%29.46
%26.34

CMYK color model

#FFAA98 color CMYK value is (0,33,40,0).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 40.39%
  • key color value is 0.00%
CMYK:
(0,33,40,0)
C0M33Y40K0 
(0%,33%,40%,0%)
(0.00/0.33/0.40/0.00)	

CMYK percentages

%0
%33.33
%40.39
%0

Codes

Color #FFAA98 in popluar color models

FFAA98
RGB255170152
HSL10°100.00%79.80%
HSB/HSV10°40.39%100.00%
CMYK0.00%33.33%40.39%
0.00%

Color #FFAA98 in popluar number systems.

HEXFFAA98
Decimal255170152
Binary111111111010101010011000
Octal377252230

Shades and tints

Shades of #FFAA98

#FFAA98
(255,170,152)
#E89B8B
(232,155,139)
#D18C7E
(209,140,126)
#BA7D71
(186,125,113)
#A36E64
(163,110,100)
#8C5F57
(140,95,87)
#75504A
(117,80,74)
#5E413D
(94,65,61)
#473230
(71,50,48)
#302323
(48,35,35)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #FFAA98

#FFAA98
(255,170,152)
#FFB1A1
(255,177,161)
#FFB8AA
(255,184,170)
#FFBFB3
(255,191,179)
#FFC6BC
(255,198,188)
#FFCDC5
(255,205,197)
#FFD4CE
(255,212,206)
#FFDBD7
(255,219,215)
#FFE2E0
(255,226,224)
#FFE9E9
(255,233,233)
#FFF0F2
(255,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFAA98; }

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

This text font color is #FFAA98.


Background Color

.myBgColor { background-color: #FFAA98; }

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

This div background color is #FFAA98.


Border color

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

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

This div border color is #FFAA98.


Opacity

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

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

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

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

This text has shadow with #FFAA98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFAA98 on black background.


Color preview on white background

This text has color #FFAA98 on white background.



Black color preview on #FFAA98 background

This text has black color on #FFAA98 background.


White color preview on #FFAA98 background

This text has white color on #FFAA98 background.