COLOR #FAC5E1

HEX: #FAC5E1 RGB: (250,197,225)

Color info

#FAC5E1 contains red, green and blue colors in about the same proportion. Web safe color of #FAC5E1 is #FFCCCC (or #FCC).

RGB color model

#FAC5E1 color RGB value is (250,197,225).

RGB: (250,197,225) (98%, 77%, 88%)

RGB channels and saturation

R 250 of 255 = 98%
G 197 of 255 = 77%
B 225 of 255 = 88%

250
197
225

R + G + B ~ 88%. #FAC5E1 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 197 + 225 = 672 (100%)
R 250 of 672 ~ 37.2%
G 197 of 672 ~ 29.32%
B 225 of 672 ~ 33.48'%

%37.2
%29.32
%33.48

CMYK color model

#FAC5E1 color CMYK value is (0,21,10,2).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 10.00%
  • key color value is 1.96%

CMYK: (0,21,10,2)
C0M21Y10K2 (0%, 21%, 10%, 2%)
(0.00 / 0.21 / 0.10 / 0.02)

CMYK percentages

%0
%21.2
%10
%1.96

Codes

Color #FAC5E1 in popluar color models

FA C5 E1
RGB 250 197 225
HSL 328° 84.13% 87.65%
HSB/HSV 328° 21.20% 98.04%
CMYK 0.00% 21.20% 10.00%
1.96%

Color #FAC5E1 in popluar number systems.

HEX FA C5 E1
Decimal 250 197 225
Binary 11111010 11000101 11100001
Octal 372 305 341

Shades and tints

Shades of #FAC5E1

#FAC5E1
(250,197,225)
#E4B4CD
(228,180,205)
#CEA3B9
(206,163,185)
#B892A5
(184,146,165)
#A28191
(162,129,145)
#8C707D
(140,112,125)
#765F69
(118,95,105)
#604E55
(96,78,85)
#4A3D41
(74,61,65)
#342C2D
(52,44,45)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #FAC5E1

#FAC5E1
(250,197,225)
#FACAE3
(250,202,227)
#FACFE5
(250,207,229)
#FAD4E7
(250,212,231)
#FAD9E9
(250,217,233)
#FADEEB
(250,222,235)
#FAE3ED
(250,227,237)
#FAE8EF
(250,232,239)
#FAEDF1
(250,237,241)
#FAF2F3
(250,242,243)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC5E1 color. Also use rgb(250,197,225) instead hex code.

Text Font Color

.myTextColor { color: #FAC5E1; }

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

This text font color is #FAC5E1.

Background Color

.myBgColor { background-color: #FAC5E1; }

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

This div background color is #FAC5E1.

Border color

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

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

This div border color is #FAC5E1.

Opacity

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

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

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

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

This text has shadow with #FAC5E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC5E1.

Preview

Color preview on black background

This text has color #FAC5E1 on black background.


Color preview on white background

This text has color #FAC5E1 on white background.


Black color preview on #FAC5E1 background

This text has black color on #FAC5E1 background.


White color preview on #FAC5E1 background

This text has white color on #FAC5E1 background.


Related colors

Complementary color

Complementary color for #hex is #053A1E.


I love getcolorcode.com

Triadic colors

1 #E1FAC5 and #C5E1FA with #FAC5E1 are triadic colors.

2 #E1C5FA and #C5FAE1 with #FAC5E1 are triadic colors.