COLOR #FACF9B

HEX: #FACF9B RGB: (250,207,155)

Color info

#FACF9B contains mainly red and green colors. Web safe color of #FACF9B is #FFCC99 (or #FC9).

RGB color model

#FACF9B color RGB value is (250,207,155).

RGB: (250,207,155) (98%, 81%, 61%)

RGB channels and saturation

R 250 of 255 = 98%
G 207 of 255 = 81%
B 155 of 255 = 61%

250
207
155

R + G + B ~ 80%. #FACF9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 207 + 155 = 612 (100%)
R 250 of 612 ~ 40.85%
G 207 of 612 ~ 33.82%
B 155 of 612 ~ 25.33'%

%40.85
%33.82
%25.33

CMYK color model

#FACF9B color CMYK value is (0,17,38,2).

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 38.00%
  • key color value is 1.96%

CMYK: (0,17,38,2)
C0M17Y38K2 (0%, 17%, 38%, 2%)
(0.00 / 0.17 / 0.38 / 0.02)

CMYK percentages

%0
%17.2
%38
%1.96

Codes

Color #FACF9B in popluar color models

FA CF 9B
RGB 250 207 155
HSL 33° 90.48% 79.41%
HSB/HSV 33° 38.00% 98.04%
CMYK 0.00% 17.20% 38.00%
1.96%

Color #FACF9B in popluar number systems.

HEX FA CF 9B
Decimal 250 207 155
Binary 11111010 11001111 10011011
Octal 372 317 233

Shades and tints

Shades of #FACF9B

#FACF9B
(250,207,155)
#E4BD8D
(228,189,141)
#CEAB7F
(206,171,127)
#B89971
(184,153,113)
#A28763
(162,135,99)
#8C7555
(140,117,85)
#766347
(118,99,71)
#605139
(96,81,57)
#4A3F2B
(74,63,43)
#342D1D
(52,45,29)
#1E1B0F
(30,27,15)
#000000
(0,0,0)

Tints of #FACF9B

#FACF9B
(250,207,155)
#FAD3A4
(250,211,164)
#FAD7AD
(250,215,173)
#FADBB6
(250,219,182)
#FADFBF
(250,223,191)
#FAE3C8
(250,227,200)
#FAE7D1
(250,231,209)
#FAEBDA
(250,235,218)
#FAEFE3
(250,239,227)
#FAF3EC
(250,243,236)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACF9B color. Also use rgb(250,207,155) instead hex code.

Text Font Color

.myTextColor { color: #FACF9B; }

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

This text font color is #FACF9B.

Background Color

.myBgColor { background-color: #FACF9B; }

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

This div background color is #FACF9B.

Border color

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

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

This div border color is #FACF9B.

Opacity

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

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

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

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

This text has shadow with #FACF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACF9B.

Preview

Color preview on black background

This text has color #FACF9B on black background.


Color preview on white background

This text has color #FACF9B on white background.


Black color preview on #FACF9B background

This text has black color on #FACF9B background.


White color preview on #FACF9B background

This text has white color on #FACF9B background.


Related colors

Complementary color

Complementary color for #hex is #053064.


I love getcolorcode.com

Triadic colors

1 #9BFACF and #CF9BFA with #FACF9B are triadic colors.

2 #9BCFFA and #CFFA9B with #FACF9B are triadic colors.