COLOR #FAC3E3

HEX: #FAC3E3 RGB: (250,195,227)

Color info

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

RGB color model

#FAC3E3 color RGB value is (250,195,227).

RGB: (250,195,227) (98%, 76%, 89%)

RGB channels and saturation

R 250 of 255 = 98%
G 195 of 255 = 76%
B 227 of 255 = 89%

250
195
227

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

Portions of RGB colors in percentages

R + G + B = 250 + 195 + 227 = 672 (100%)
R 250 of 672 ~ 37.2%
G 195 of 672 ~ 29.02%
B 227 of 672 ~ 33.78'%

%37.2
%29.02
%33.78

CMYK color model

#FAC3E3 color CMYK value is (0,22,9,2).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 9.20%
  • key color value is 1.96%

CMYK: (0,22,9,2)
C0M22Y9K2 (0%, 22%, 9%, 2%)
(0.00 / 0.22 / 0.09 / 0.02)

CMYK percentages

%0
%22
%9.2
%1.96

Codes

Color #FAC3E3 in popluar color models

FA C3 E3
RGB 250 195 227
HSL 325° 84.62% 87.25%
HSB/HSV 325° 22.00% 98.04%
CMYK 0.00% 22.00% 9.20%
1.96%

Color #FAC3E3 in popluar number systems.

HEX FA C3 E3
Decimal 250 195 227
Binary 11111010 11000011 11100011
Octal 372 303 343

Shades and tints

Shades of #FAC3E3

#FAC3E3
(250,195,227)
#E4B2CF
(228,178,207)
#CEA1BB
(206,161,187)
#B890A7
(184,144,167)
#A27F93
(162,127,147)
#8C6E7F
(140,110,127)
#765D6B
(118,93,107)
#604C57
(96,76,87)
#4A3B43
(74,59,67)
#342A2F
(52,42,47)
#1E191B
(30,25,27)
#000000
(0,0,0)

Tints of #FAC3E3

#FAC3E3
(250,195,227)
#FAC8E5
(250,200,229)
#FACDE7
(250,205,231)
#FAD2E9
(250,210,233)
#FAD7EB
(250,215,235)
#FADCED
(250,220,237)
#FAE1EF
(250,225,239)
#FAE6F1
(250,230,241)
#FAEBF3
(250,235,243)
#FAF0F5
(250,240,245)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC3E3 color. Also use rgb(250,195,227) instead hex code.

Text Font Color

.myTextColor { color: #FAC3E3; }

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

This text font color is #FAC3E3.

Background Color

.myBgColor { background-color: #FAC3E3; }

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

This div background color is #FAC3E3.

Border color

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

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

This div border color is #FAC3E3.

Opacity

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

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

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

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

This text has shadow with #FAC3E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC3E3.

Preview

Color preview on black background

This text has color #FAC3E3 on black background.


Color preview on white background

This text has color #FAC3E3 on white background.


Black color preview on #FAC3E3 background

This text has black color on #FAC3E3 background.


White color preview on #FAC3E3 background

This text has white color on #FAC3E3 background.


Related colors

Complementary color

Complementary color for #hex is #053C1C.


I love getcolorcode.com

Triadic colors

1 #E3FAC3 and #C3E3FA with #FAC3E3 are triadic colors.

2 #E3C3FA and #C3FAE3 with #FAC3E3 are triadic colors.