COLOR #FAA598

HEX: #FAA598
RGB: (250,165,152)

Color info

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

RGB color model

#FAA598 color RGB value is (250,165,152).

  • red value is 250;
  • green value is 165;
  • blue value is 152.
RGB:
(250,165,152)
(98%,65%,60%)

RGB channels and saturation

R 250 of 255 = 98%
G 165 of 255 = 65%
B 152 of 255 = 60%

250
165
152

R + G + B ~ 74%. #FAA598 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 165 + 152 = 567 (100%)
R 250 of 567 ~ 44.09%
G 165 of 567 ~ 29.1%
B 152 of 567 ~ 26.81%

%44.09
%29.1
%26.81

CMYK color model

#FAA598 color CMYK value is (0,34,39,2).

  • cyan value is 0.00%
  • magenta value is 34.00%
  • yellow value is 39.20%
  • key color value is 1.96%
CMYK:
(0,34,39,2)
C0M34Y39K2 
(0%,34%,39%,2%)
(0.00/0.34/0.39/0.02)	

CMYK percentages

%0
%34
%39.2
%1.96

Codes

Color #FAA598 in popluar color models

FAA598
RGB250165152
HSL90.74%78.82%
HSB/HSV39.20%98.04%
CMYK0.00%34.00%39.20%
1.96%

Color #FAA598 in popluar number systems.

HEXFAA598
Decimal250165152
Binary111110101010010110011000
Octal372245230

Shades and tints

Shades of #FAA598

#FAA598
(250,165,152)
#E4968B
(228,150,139)
#CE877E
(206,135,126)
#B87871
(184,120,113)
#A26964
(162,105,100)
#8C5A57
(140,90,87)
#764B4A
(118,75,74)
#603C3D
(96,60,61)
#4A2D30
(74,45,48)
#341E23
(52,30,35)
#1E0F16
(30,15,22)
#000000
(0,0,0)

Tints of #FAA598

#FAA598
(250,165,152)
#FAADA1
(250,173,161)
#FAB5AA
(250,181,170)
#FABDB3
(250,189,179)
#FAC5BC
(250,197,188)
#FACDC5
(250,205,197)
#FAD5CE
(250,213,206)
#FADDD7
(250,221,215)
#FAE5E0
(250,229,224)
#FAEDE9
(250,237,233)
#FAF5F2
(250,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA598 color. Also use rgb(250,165,152) instead hex code.

Text Font Color

.myTextColor { color: #FAA598; }

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

This text font color is #FAA598.


Background Color

.myBgColor { background-color: #FAA598; }

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

This div background color is #FAA598.


Border color

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

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

This div border color is #FAA598.


Opacity

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

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

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

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

This text has shadow with #FAA598 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAA598 on black background.


Color preview on white background

This text has color #FAA598 on white background.



Black color preview on #FAA598 background

This text has black color on #FAA598 background.


White color preview on #FAA598 background

This text has white color on #FAA598 background.