COLOR #FAAEEB

HEX: #FAAEEB RGB: (250,174,235)

Color info

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

RGB color model

#FAAEEB color RGB value is (250,174,235).

RGB: (250,174,235) (98%, 68%, 92%)

RGB channels and saturation

R 250 of 255 = 98%
G 174 of 255 = 68%
B 235 of 255 = 92%

250
174
235

R + G + B ~ 86%. #FAAEEB is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 174 + 235 = 659 (100%)
R 250 of 659 ~ 37.94%
G 174 of 659 ~ 26.4%
B 235 of 659 ~ 35.66'%

%37.94
%26.4
%35.66

CMYK color model

#FAAEEB color CMYK value is (0,30,6,2).

  • cyan value is 0.00%
  • magenta value is 30.40%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK: (0,30,6,2) C0M30Y6K2 (0%,30%,6%,2%) (0.00/0.30/0.06/0.02) 

CMYK percentages

%0
%30.4
%6
%1.96

Codes

Color #FAAEEB in popluar color models

FA AE EB
RGB 250 174 235
HSL 312° 88.37% 83.14%
HSB/HSV 312° 30.40% 98.04%
CMYK 0.00% 30.40% 6.00%
1.96%

Color #FAAEEB in popluar number systems.

HEX FA AE EB
Decimal 250 174 235
Binary 11111010 10101110 11101011
Octal 372 256 353

Shades and tints

Shades of #FAAEEB

#FAAEEB
(250,174,235)
#E49FD6
(228,159,214)
#CE90C1
(206,144,193)
#B881AC
(184,129,172)
#A27297
(162,114,151)
#8C6382
(140,99,130)
#76546D
(118,84,109)
#604558
(96,69,88)
#4A3643
(74,54,67)
#34272E
(52,39,46)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #FAAEEB

#FAAEEB
(250,174,235)
#FAB5EC
(250,181,236)
#FABCED
(250,188,237)
#FAC3EE
(250,195,238)
#FACAEF
(250,202,239)
#FAD1F0
(250,209,240)
#FAD8F1
(250,216,241)
#FADFF2
(250,223,242)
#FAE6F3
(250,230,243)
#FAEDF4
(250,237,244)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAAEEB; }

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

This text font color is #FAAEEB.

Background Color

.myBgColor { background-color: #FAAEEB; }

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

This div background color is #FAAEEB.

Border color

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

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

This div border color is #FAAEEB.

Opacity

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

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

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

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

This text has shadow with #FAAEEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAAEEB.

Preview

Color preview on black background

This text has color #FAAEEB on black background.


Color preview on white background

This text has color #FAAEEB on white background.


Black color preview on #FAAEEB background

This text has black color on #FAAEEB background.


White color preview on #FAAEEB background

This text has white color on #FAAEEB background.


Related colors

Complementary color

Complementary color for #hex is #055114.


I love getcolorcode.com

Triadic colors

1 #EBFAAE and #AEEBFA with #FAAEEB are triadic colors.

2 #EBAEFA and #AEFAEB with #FAAEEB are triadic colors.