COLOR #FACFBE

HEX: #FACFBE
RGB: (250,207,190)

Color info

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

RGB color model

#FACFBE color RGB value is (250,207,190).

  • red value is 250;
  • green value is 207;
  • blue value is 190.
RGB:
(250,207,190)
(98%,81%,75%)

RGB channels and saturation

R 250 of 255 = 98%
G 207 of 255 = 81%
B 190 of 255 = 75%

250
207
190

R + G + B ~ 85%. #FACFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 207 + 190 = 647 (100%)
R 250 of 647 ~ 38.64%
G 207 of 647 ~ 31.99%
B 190 of 647 ~ 29.37%

%38.64
%31.99
%29.37

CMYK color model

#FACFBE color CMYK value is (0,17,24,2).

  • cyan value is 0.00%
  • magenta value is 17.20%
  • yellow value is 24.00%
  • key color value is 1.96%
CMYK:
(0,17,24,2)
C0M17Y24K2 
(0%,17%,24%,2%)
(0.00/0.17/0.24/0.02)	

CMYK percentages

%0
%17.2
%24
%1.96

Codes

Color #FACFBE in popluar color models

FACFBE
RGB250207190
HSL17°85.71%86.27%
HSB/HSV17°24.00%98.04%
CMYK0.00%17.20%24.00%
1.96%

Color #FACFBE in popluar number systems.

HEXFACFBE
Decimal250207190
Binary111110101100111110111110
Octal372317276

Shades and tints

Shades of #FACFBE

#FACFBE
(250,207,190)
#E4BDAD
(228,189,173)
#CEAB9C
(206,171,156)
#B8998B
(184,153,139)
#A2877A
(162,135,122)
#8C7569
(140,117,105)
#766358
(118,99,88)
#605147
(96,81,71)
#4A3F36
(74,63,54)
#342D25
(52,45,37)
#1E1B14
(30,27,20)
#000000
(0,0,0)

Tints of #FACFBE

#FACFBE
(250,207,190)
#FAD3C3
(250,211,195)
#FAD7C8
(250,215,200)
#FADBCD
(250,219,205)
#FADFD2
(250,223,210)
#FAE3D7
(250,227,215)
#FAE7DC
(250,231,220)
#FAEBE1
(250,235,225)
#FAEFE6
(250,239,230)
#FAF3EB
(250,243,235)
#FAF7F0
(250,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACFBE; }

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

This text font color is #FACFBE.


Background Color

.myBgColor { background-color: #FACFBE; }

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

This div background color is #FACFBE.


Border color

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

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

This div border color is #FACFBE.


Opacity

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

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

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

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

This text has shadow with #FACFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACFBE on black background.


Color preview on white background

This text has color #FACFBE on white background.



Black color preview on #FACFBE background

This text has black color on #FACFBE background.


White color preview on #FACFBE background

This text has white color on #FACFBE background.