COLOR #FAA794

HEX: #FAA794 RGB: (250,167,148)

Color info

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

RGB color model

#FAA794 color RGB value is (250,167,148).

RGB: (250,167,148) (98%, 65%, 58%)

RGB channels and saturation

R 250 of 255 = 98%
G 167 of 255 = 65%
B 148 of 255 = 58%

250
167
148

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

Portions of RGB colors in percentages

R + G + B = 250 + 167 + 148 = 565 (100%)
R 250 of 565 ~ 44.25%
G 167 of 565 ~ 29.56%
B 148 of 565 ~ 26.19'%

%44.25
%29.56
%26.19

CMYK color model

#FAA794 color CMYK value is (0,33,41,2).

  • cyan value is 0.00%
  • magenta value is 33.20%
  • yellow value is 40.80%
  • key color value is 1.96%

CMYK: (0,33,41,2)
C0M33Y41K2 (0%, 33%, 41%, 2%)
(0.00 / 0.33 / 0.41 / 0.02)

CMYK percentages

%0
%33.2
%40.8
%1.96

Codes

Color #FAA794 in popluar color models

FA A7 94
RGB 250 167 148
HSL 11° 91.07% 78.04%
HSB/HSV 11° 40.80% 98.04%
CMYK 0.00% 33.20% 40.80%
1.96%

Color #FAA794 in popluar number systems.

HEX FA A7 94
Decimal 250 167 148
Binary 11111010 10100111 10010100
Octal 372 247 224

Shades and tints

Shades of #FAA794

#FAA794
(250,167,148)
#E49887
(228,152,135)
#CE897A
(206,137,122)
#B87A6D
(184,122,109)
#A26B60
(162,107,96)
#8C5C53
(140,92,83)
#764D46
(118,77,70)
#603E39
(96,62,57)
#4A2F2C
(74,47,44)
#34201F
(52,32,31)
#1E1112
(30,17,18)
#000000
(0,0,0)

Tints of #FAA794

#FAA794
(250,167,148)
#FAAF9D
(250,175,157)
#FAB7A6
(250,183,166)
#FABFAF
(250,191,175)
#FAC7B8
(250,199,184)
#FACFC1
(250,207,193)
#FAD7CA
(250,215,202)
#FADFD3
(250,223,211)
#FAE7DC
(250,231,220)
#FAEFE5
(250,239,229)
#FAF7EE
(250,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA794 color. Also use rgb(250,167,148) instead hex code.

Text Font Color

.myTextColor { color: #FAA794; }

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

This text font color is #FAA794.

Background Color

.myBgColor { background-color: #FAA794; }

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

This div background color is #FAA794.

Border color

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

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

This div border color is #FAA794.

Opacity

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

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

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

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

This text has shadow with #FAA794 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAA794.

Preview

Color preview on black background

This text has color #FAA794 on black background.


Color preview on white background

This text has color #FAA794 on white background.


Black color preview on #FAA794 background

This text has black color on #FAA794 background.


White color preview on #FAA794 background

This text has white color on #FAA794 background.


Related colors

Complementary color

Complementary color for #hex is #05586B.


I love getcolorcode.com

Triadic colors

1 #94FAA7 and #A794FA with #FAA794 are triadic colors.

2 #94A7FA and #A7FA94 with #FAA794 are triadic colors.