COLOR #FAC5E4

HEX: #FAC5E4 RGB: (250,197,228)

Color info

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

RGB color model

#FAC5E4 color RGB value is (250,197,228).

RGB: (250,197,228) (98%, 77%, 89%)

RGB channels and saturation

R 250 of 255 = 98%
G 197 of 255 = 77%
B 228 of 255 = 89%

250
197
228

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

Portions of RGB colors in percentages

R + G + B = 250 + 197 + 228 = 675 (100%)
R 250 of 675 ~ 37.04%
G 197 of 675 ~ 29.19%
B 228 of 675 ~ 33.78'%

%37.04
%29.19
%33.78

CMYK color model

#FAC5E4 color CMYK value is (0,21,9,2).

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

CMYK: (0,21,9,2)
C0M21Y9K2 (0%, 21%, 9%, 2%)
(0.00 / 0.21 / 0.09 / 0.02)

CMYK percentages

%0
%21.2
%8.8
%1.96

Codes

Color #FAC5E4 in popluar color models

FA C5 E4
RGB 250 197 228
HSL 325° 84.13% 87.65%
HSB/HSV 325° 21.20% 98.04%
CMYK 0.00% 21.20% 8.80%
1.96%

Color #FAC5E4 in popluar number systems.

HEX FA C5 E4
Decimal 250 197 228
Binary 11111010 11000101 11100100
Octal 372 305 344

Shades and tints

Shades of #FAC5E4

#FAC5E4
(250,197,228)
#E4B4D0
(228,180,208)
#CEA3BC
(206,163,188)
#B892A8
(184,146,168)
#A28194
(162,129,148)
#8C7080
(140,112,128)
#765F6C
(118,95,108)
#604E58
(96,78,88)
#4A3D44
(74,61,68)
#342C30
(52,44,48)
#1E1B1C
(30,27,28)
#000000
(0,0,0)

Tints of #FAC5E4

#FAC5E4
(250,197,228)
#FACAE6
(250,202,230)
#FACFE8
(250,207,232)
#FAD4EA
(250,212,234)
#FAD9EC
(250,217,236)
#FADEEE
(250,222,238)
#FAE3F0
(250,227,240)
#FAE8F2
(250,232,242)
#FAEDF4
(250,237,244)
#FAF2F6
(250,242,246)
#FAF7F8
(250,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC5E4; }

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

This text font color is #FAC5E4.

Background Color

.myBgColor { background-color: #FAC5E4; }

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

This div background color is #FAC5E4.

Border color

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

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

This div border color is #FAC5E4.

Opacity

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

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

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

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

This text has shadow with #FAC5E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC5E4.

Preview

Color preview on black background

This text has color #FAC5E4 on black background.


Color preview on white background

This text has color #FAC5E4 on white background.


Black color preview on #FAC5E4 background

This text has black color on #FAC5E4 background.


White color preview on #FAC5E4 background

This text has white color on #FAC5E4 background.


Related colors

Complementary color

Complementary color for #hex is #053A1B.


I love getcolorcode.com

Triadic colors

1 #E4FAC5 and #C5E4FA with #FAC5E4 are triadic colors.

2 #E4C5FA and #C5FAE4 with #FAC5E4 are triadic colors.