COLOR #FAAEEF

HEX: #FAAEEF RGB: (250,174,239)

Color info

#FAAEEF contains mainly red and blue colors. Web safe color of #FAAEEF is #FF99FF (or #F9F).

RGB color model

#FAAEEF color RGB value is (250,174,239).

RGB: (250,174,239) (98%, 68%, 94%)

RGB channels and saturation

R 250 of 255 = 98%
G 174 of 255 = 68%
B 239 of 255 = 94%

250
174
239

R + G + B ~ 87%. #FAAEEF is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 174 + 239 = 663 (100%)
R 250 of 663 ~ 37.71%
G 174 of 663 ~ 26.24%
B 239 of 663 ~ 36.05'%

%37.71
%26.24
%36.05

CMYK color model

#FAAEEF color CMYK value is (0,30,4,2).

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

CMYK: (0,30,4,2)
C0M30Y4K2 (0%, 30%, 4%, 2%)
(0.00 / 0.30 / 0.04 / 0.02)

CMYK percentages

%0
%30.4
%4.4
%1.96

Codes

Color #FAAEEF in popluar color models

FA AE EF
RGB 250 174 239
HSL 309° 88.37% 83.14%
HSB/HSV 309° 30.40% 98.04%
CMYK 0.00% 30.40% 4.40%
1.96%

Color #FAAEEF in popluar number systems.

HEX FA AE EF
Decimal 250 174 239
Binary 11111010 10101110 11101111
Octal 372 256 357

Shades and tints

Shades of #FAAEEF

#FAAEEF
(250,174,239)
#E49FDA
(228,159,218)
#CE90C5
(206,144,197)
#B881B0
(184,129,176)
#A2729B
(162,114,155)
#8C6386
(140,99,134)
#765471
(118,84,113)
#60455C
(96,69,92)
#4A3647
(74,54,71)
#342732
(52,39,50)
#1E181D
(30,24,29)
#000000
(0,0,0)

Tints of #FAAEEF

#FAAEEF
(250,174,239)
#FAB5F0
(250,181,240)
#FABCF1
(250,188,241)
#FAC3F2
(250,195,242)
#FACAF3
(250,202,243)
#FAD1F4
(250,209,244)
#FAD8F5
(250,216,245)
#FADFF6
(250,223,246)
#FAE6F7
(250,230,247)
#FAEDF8
(250,237,248)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAAEEF; }

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

This text font color is #FAAEEF.

Background Color

.myBgColor { background-color: #FAAEEF; }

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

This div background color is #FAAEEF.

Border color

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

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

This div border color is #FAAEEF.

Opacity

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

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

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

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

This text has shadow with #FAAEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAAEEF.

Preview

Color preview on black background

This text has color #FAAEEF on black background.


Color preview on white background

This text has color #FAAEEF on white background.


Black color preview on #FAAEEF background

This text has black color on #FAAEEF background.


White color preview on #FAAEEF background

This text has white color on #FAAEEF background.


Related colors

Complementary color

Complementary color for #hex is #055110.


I love getcolorcode.com

Triadic colors

1 #EFFAAE and #AEEFFA with #FAAEEF are triadic colors.

2 #EFAEFA and #AEFAEF with #FAAEEF are triadic colors.