COLOR #FAC2BE

HEX: #FAC2BE RGB: (250,194,190)

Color info

#FAC2BE contains mainly red and green colors. Web safe color of #FAC2BE is #FFCCCC (or #FCC).

RGB color model

#FAC2BE color RGB value is (250,194,190).

RGB: (250,194,190) (98%, 76%, 75%)

RGB channels and saturation

R 250 of 255 = 98%
G 194 of 255 = 76%
B 190 of 255 = 75%

250
194
190

R + G + B ~ 83%. #FAC2BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 194 + 190 = 634 (100%)
R 250 of 634 ~ 39.43%
G 194 of 634 ~ 30.6%
B 190 of 634 ~ 29.97'%

%39.43
%30.6
%29.97

CMYK color model

#FAC2BE color CMYK value is (0,22,24,2).

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 24.00%
  • key color value is 1.96%

CMYK: (0,22,24,2)
C0M22Y24K2 (0%, 22%, 24%, 2%)
(0.00 / 0.22 / 0.24 / 0.02)

CMYK percentages

%0
%22.4
%24
%1.96

Codes

Color #FAC2BE in popluar color models

FA C2 BE
RGB 250 194 190
HSL 85.71% 86.27%
HSB/HSV 24.00% 98.04%
CMYK 0.00% 22.40% 24.00%
1.96%

Color #FAC2BE in popluar number systems.

HEX FA C2 BE
Decimal 250 194 190
Binary 11111010 11000010 10111110
Octal 372 302 276

Shades and tints

Shades of #FAC2BE

#FAC2BE
(250,194,190)
#E4B1AD
(228,177,173)
#CEA09C
(206,160,156)
#B88F8B
(184,143,139)
#A27E7A
(162,126,122)
#8C6D69
(140,109,105)
#765C58
(118,92,88)
#604B47
(96,75,71)
#4A3A36
(74,58,54)
#342925
(52,41,37)
#1E1814
(30,24,20)
#000000
(0,0,0)

Tints of #FAC2BE

#FAC2BE
(250,194,190)
#FAC7C3
(250,199,195)
#FACCC8
(250,204,200)
#FAD1CD
(250,209,205)
#FAD6D2
(250,214,210)
#FADBD7
(250,219,215)
#FAE0DC
(250,224,220)
#FAE5E1
(250,229,225)
#FAEAE6
(250,234,230)
#FAEFEB
(250,239,235)
#FAF4F0
(250,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC2BE color. Also use rgb(250,194,190) instead hex code.

Text Font Color

.myTextColor { color: #FAC2BE; }

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

This text font color is #FAC2BE.

Background Color

.myBgColor { background-color: #FAC2BE; }

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

This div background color is #FAC2BE.

Border color

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

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

This div border color is #FAC2BE.

Opacity

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

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

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

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

This text has shadow with #FAC2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC2BE.

Preview

Color preview on black background

This text has color #FAC2BE on black background.


Color preview on white background

This text has color #FAC2BE on white background.


Black color preview on #FAC2BE background

This text has black color on #FAC2BE background.


White color preview on #FAC2BE background

This text has white color on #FAC2BE background.


Related colors

Complementary color

Complementary color for #hex is #053D41.


I love getcolorcode.com

Triadic colors

1 #BEFAC2 and #C2BEFA with #FAC2BE are triadic colors.

2 #BEC2FA and #C2FABE with #FAC2BE are triadic colors.