COLOR #FAA8AE

HEX: #FAA8AE RGB: (250,168,174)

Color info

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

RGB color model

#FAA8AE color RGB value is (250,168,174).

RGB: (250,168,174) (98%, 66%, 68%)

RGB channels and saturation

R 250 of 255 = 98%
G 168 of 255 = 66%
B 174 of 255 = 68%

250
168
174

R + G + B ~ 77%. #FAA8AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 168 + 174 = 592 (100%)
R 250 of 592 ~ 42.23%
G 168 of 592 ~ 28.38%
B 174 of 592 ~ 29.39'%

%42.23
%28.38
%29.39

CMYK color model

#FAA8AE color CMYK value is (0,33,30,2).

  • cyan value is 0.00%
  • magenta value is 32.80%
  • yellow value is 30.40%
  • key color value is 1.96%

CMYK: (0,33,30,2)
C0M33Y30K2 (0%, 33%, 30%, 2%)
(0.00 / 0.33 / 0.30 / 0.02)

CMYK percentages

%0
%32.8
%30.4
%1.96

Codes

Color #FAA8AE in popluar color models

FA A8 AE
RGB 250 168 174
HSL 356° 89.13% 81.96%
HSB/HSV 356° 32.80% 98.04%
CMYK 0.00% 32.80% 30.40%
1.96%

Color #FAA8AE in popluar number systems.

HEX FA A8 AE
Decimal 250 168 174
Binary 11111010 10101000 10101110
Octal 372 250 256

Shades and tints

Shades of #FAA8AE

#FAA8AE
(250,168,174)
#E4999F
(228,153,159)
#CE8A90
(206,138,144)
#B87B81
(184,123,129)
#A26C72
(162,108,114)
#8C5D63
(140,93,99)
#764E54
(118,78,84)
#603F45
(96,63,69)
#4A3036
(74,48,54)
#342127
(52,33,39)
#1E1218
(30,18,24)
#000000
(0,0,0)

Tints of #FAA8AE

#FAA8AE
(250,168,174)
#FAAFB5
(250,175,181)
#FAB6BC
(250,182,188)
#FABDC3
(250,189,195)
#FAC4CA
(250,196,202)
#FACBD1
(250,203,209)
#FAD2D8
(250,210,216)
#FAD9DF
(250,217,223)
#FAE0E6
(250,224,230)
#FAE7ED
(250,231,237)
#FAEEF4
(250,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAA8AE color. Also use rgb(250,168,174) instead hex code.

Text Font Color

.myTextColor { color: #FAA8AE; }

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

This text font color is #FAA8AE.

Background Color

.myBgColor { background-color: #FAA8AE; }

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

This div background color is #FAA8AE.

Border color

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

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

This div border color is #FAA8AE.

Opacity

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

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

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

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

This text has shadow with #FAA8AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAA8AE.

Preview

Color preview on black background

This text has color #FAA8AE on black background.


Color preview on white background

This text has color #FAA8AE on white background.


Black color preview on #FAA8AE background

This text has black color on #FAA8AE background.


White color preview on #FAA8AE background

This text has white color on #FAA8AE background.


Related colors

Complementary color

Complementary color for #hex is #055751.


I love getcolorcode.com

Triadic colors

1 #AEFAA8 and #A8AEFA with #FAA8AE are triadic colors.

2 #AEA8FA and #A8FAAE with #FAA8AE are triadic colors.