COLOR #FAACEA

HEX: #FAACEA RGB: (250,172,234)

Color info

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

RGB color model

#FAACEA color RGB value is (250,172,234).

RGB: (250,172,234) (98%, 67%, 92%)

RGB channels and saturation

R 250 of 255 = 98%
G 172 of 255 = 67%
B 234 of 255 = 92%

250
172
234

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

Portions of RGB colors in percentages

R + G + B = 250 + 172 + 234 = 656 (100%)
R 250 of 656 ~ 38.11%
G 172 of 656 ~ 26.22%
B 234 of 656 ~ 35.67'%

%38.11
%26.22
%35.67

CMYK color model

#FAACEA color CMYK value is (0,31,6,2).

  • cyan value is 0.00%
  • magenta value is 31.20%
  • yellow value is 6.40%
  • key color value is 1.96%

CMYK: (0,31,6,2)
C0M31Y6K2 (0%, 31%, 6%, 2%)
(0.00 / 0.31 / 0.06 / 0.02)

CMYK percentages

%0
%31.2
%6.4
%1.96

Codes

Color #FAACEA in popluar color models

FA AC EA
RGB 250 172 234
HSL 312° 88.64% 82.75%
HSB/HSV 312° 31.20% 98.04%
CMYK 0.00% 31.20% 6.40%
1.96%

Color #FAACEA in popluar number systems.

HEX FA AC EA
Decimal 250 172 234
Binary 11111010 10101100 11101010
Octal 372 254 352

Shades and tints

Shades of #FAACEA

#FAACEA
(250,172,234)
#E49DD5
(228,157,213)
#CE8EC0
(206,142,192)
#B87FAB
(184,127,171)
#A27096
(162,112,150)
#8C6181
(140,97,129)
#76526C
(118,82,108)
#604357
(96,67,87)
#4A3442
(74,52,66)
#34252D
(52,37,45)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #FAACEA

#FAACEA
(250,172,234)
#FAB3EB
(250,179,235)
#FABAEC
(250,186,236)
#FAC1ED
(250,193,237)
#FAC8EE
(250,200,238)
#FACFEF
(250,207,239)
#FAD6F0
(250,214,240)
#FADDF1
(250,221,241)
#FAE4F2
(250,228,242)
#FAEBF3
(250,235,243)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAACEA color. Also use rgb(250,172,234) instead hex code.

Text Font Color

.myTextColor { color: #FAACEA; }

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

This text font color is #FAACEA.

Background Color

.myBgColor { background-color: #FAACEA; }

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

This div background color is #FAACEA.

Border color

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

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

This div border color is #FAACEA.

Opacity

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

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

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

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

This text has shadow with #FAACEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAACEA.

Preview

Color preview on black background

This text has color #FAACEA on black background.


Color preview on white background

This text has color #FAACEA on white background.


Black color preview on #FAACEA background

This text has black color on #FAACEA background.


White color preview on #FAACEA background

This text has white color on #FAACEA background.


Related colors

Complementary color

Complementary color for #hex is #055315.


I love getcolorcode.com

Triadic colors

1 #EAFAAC and #ACEAFA with #FAACEA are triadic colors.

2 #EAACFA and #ACFAEA with #FAACEA are triadic colors.