COLOR #FACBE3

HEX: #FACBE3 RGB: (250,203,227)

Color info

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

RGB color model

#FACBE3 color RGB value is (250,203,227).

RGB: (250,203,227) (98%, 80%, 89%)

RGB channels and saturation

R 250 of 255 = 98%
G 203 of 255 = 80%
B 227 of 255 = 89%

250
203
227

R + G + B ~ 89%. #FACBE3 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 203 + 227 = 680 (100%)
R 250 of 680 ~ 36.76%
G 203 of 680 ~ 29.85%
B 227 of 680 ~ 33.38'%

%36.76
%29.85
%33.38

CMYK color model

#FACBE3 color CMYK value is (0,19,9,2).

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

CMYK: (0,19,9,2)
C0M19Y9K2 (0%, 19%, 9%, 2%)
(0.00 / 0.19 / 0.09 / 0.02)

CMYK percentages

%0
%18.8
%9.2
%1.96

Codes

Color #FACBE3 in popluar color models

FA CB E3
RGB 250 203 227
HSL 329° 82.46% 88.82%
HSB/HSV 329° 18.80% 98.04%
CMYK 0.00% 18.80% 9.20%
1.96%

Color #FACBE3 in popluar number systems.

HEX FA CB E3
Decimal 250 203 227
Binary 11111010 11001011 11100011
Octal 372 313 343

Shades and tints

Shades of #FACBE3

#FACBE3
(250,203,227)
#E4B9CF
(228,185,207)
#CEA7BB
(206,167,187)
#B895A7
(184,149,167)
#A28393
(162,131,147)
#8C717F
(140,113,127)
#765F6B
(118,95,107)
#604D57
(96,77,87)
#4A3B43
(74,59,67)
#34292F
(52,41,47)
#1E171B
(30,23,27)
#000000
(0,0,0)

Tints of #FACBE3

#FACBE3
(250,203,227)
#FACFE5
(250,207,229)
#FAD3E7
(250,211,231)
#FAD7E9
(250,215,233)
#FADBEB
(250,219,235)
#FADFED
(250,223,237)
#FAE3EF
(250,227,239)
#FAE7F1
(250,231,241)
#FAEBF3
(250,235,243)
#FAEFF5
(250,239,245)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACBE3; }

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

This text font color is #FACBE3.

Background Color

.myBgColor { background-color: #FACBE3; }

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

This div background color is #FACBE3.

Border color

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

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

This div border color is #FACBE3.

Opacity

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

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

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

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

This text has shadow with #FACBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACBE3.

Preview

Color preview on black background

This text has color #FACBE3 on black background.


Color preview on white background

This text has color #FACBE3 on white background.


Black color preview on #FACBE3 background

This text has black color on #FACBE3 background.


White color preview on #FACBE3 background

This text has white color on #FACBE3 background.


Related colors

Complementary color

Complementary color for #hex is #05341C.


I love getcolorcode.com

Triadic colors

1 #E3FACB and #CBE3FA with #FACBE3 are triadic colors.

2 #E3CBFA and #CBFAE3 with #FACBE3 are triadic colors.