COLOR #FAAEBA

HEX: #FAAEBA RGB: (250,174,186)

Color info

#FAAEBA contains mainly red color. Web safe color of #FAAEBA is #FF99CC (or #F9C).

RGB color model

#FAAEBA color RGB value is (250,174,186).

RGB: (250,174,186) (98%, 68%, 73%)

RGB channels and saturation

R 250 of 255 = 98%
G 174 of 255 = 68%
B 186 of 255 = 73%

250
174
186

R + G + B ~ 80%. #FAAEBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 174 + 186 = 610 (100%)
R 250 of 610 ~ 40.98%
G 174 of 610 ~ 28.52%
B 186 of 610 ~ 30.49'%

%40.98
%28.52
%30.49

CMYK color model

#FAAEBA color CMYK value is (0,30,26,2).

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

CMYK: (0,30,26,2)
C0M30Y26K2 (0%, 30%, 26%, 2%)
(0.00 / 0.30 / 0.26 / 0.02)

CMYK percentages

%0
%30.4
%25.6
%1.96

Codes

Color #FAAEBA in popluar color models

FA AE BA
RGB 250 174 186
HSL 351° 88.37% 83.14%
HSB/HSV 351° 30.40% 98.04%
CMYK 0.00% 30.40% 25.60%
1.96%

Color #FAAEBA in popluar number systems.

HEX FA AE BA
Decimal 250 174 186
Binary 11111010 10101110 10111010
Octal 372 256 272

Shades and tints

Shades of #FAAEBA

#FAAEBA
(250,174,186)
#E49FAA
(228,159,170)
#CE909A
(206,144,154)
#B8818A
(184,129,138)
#A2727A
(162,114,122)
#8C636A
(140,99,106)
#76545A
(118,84,90)
#60454A
(96,69,74)
#4A363A
(74,54,58)
#34272A
(52,39,42)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #FAAEBA

#FAAEBA
(250,174,186)
#FAB5C0
(250,181,192)
#FABCC6
(250,188,198)
#FAC3CC
(250,195,204)
#FACAD2
(250,202,210)
#FAD1D8
(250,209,216)
#FAD8DE
(250,216,222)
#FADFE4
(250,223,228)
#FAE6EA
(250,230,234)
#FAEDF0
(250,237,240)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAAEBA; }

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

This text font color is #FAAEBA.

Background Color

.myBgColor { background-color: #FAAEBA; }

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

This div background color is #FAAEBA.

Border color

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

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

This div border color is #FAAEBA.

Opacity

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

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

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

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

This text has shadow with #FAAEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAAEBA.

Preview

Color preview on black background

This text has color #FAAEBA on black background.


Color preview on white background

This text has color #FAAEBA on white background.


Black color preview on #FAAEBA background

This text has black color on #FAAEBA background.


White color preview on #FAAEBA background

This text has white color on #FAAEBA background.


Related colors

Complementary color

Complementary color for #hex is #055145.


I love getcolorcode.com

Triadic colors

1 #BAFAAE and #AEBAFA with #FAAEBA are triadic colors.

2 #BAAEFA and #AEFABA with #FAAEBA are triadic colors.