COLOR #FACACE

HEX: #FACACE
RGB: (250,202,206)

Color info

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

RGB color model

#FACACE color RGB value is (250,202,206).

  • red value is 250;
  • green value is 202;
  • blue value is 206.
RGB:
(250,202,206)
(98%,79%,81%)

RGB channels and saturation

R 250 of 255 = 98%
G 202 of 255 = 79%
B 206 of 255 = 81%

250
202
206

R + G + B ~ 86%. #FACACE is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 202 + 206 = 658 (100%)
R 250 of 658 ~ 37.99%
G 202 of 658 ~ 30.7%
B 206 of 658 ~ 31.31%

%37.99
%30.7
%31.31

CMYK color model

#FACACE color CMYK value is (0,19,18,2).

  • cyan value is 0.00%
  • magenta value is 19.20%
  • yellow value is 17.60%
  • key color value is 1.96%
CMYK:
(0,19,18,2)
C0M19Y18K2 
(0%,19%,18%,2%)
(0.00/0.19/0.18/0.02)	

CMYK percentages

%0
%19.2
%17.6
%1.96

Codes

Color #FACACE in popluar color models

FACACE
RGB250202206
HSL355°82.76%88.63%
HSB/HSV355°19.20%98.04%
CMYK0.00%19.20%17.60%
1.96%

Color #FACACE in popluar number systems.

HEXFACACE
Decimal250202206
Binary111110101100101011001110
Octal372312316

Shades and tints

Shades of #FACACE

#FACACE
(250,202,206)
#E4B8BC
(228,184,188)
#CEA6AA
(206,166,170)
#B89498
(184,148,152)
#A28286
(162,130,134)
#8C7074
(140,112,116)
#765E62
(118,94,98)
#604C50
(96,76,80)
#4A3A3E
(74,58,62)
#34282C
(52,40,44)
#1E161A
(30,22,26)
#000000
(0,0,0)

Tints of #FACACE

#FACACE
(250,202,206)
#FACED2
(250,206,210)
#FAD2D6
(250,210,214)
#FAD6DA
(250,214,218)
#FADADE
(250,218,222)
#FADEE2
(250,222,226)
#FAE2E6
(250,226,230)
#FAE6EA
(250,230,234)
#FAEAEE
(250,234,238)
#FAEEF2
(250,238,242)
#FAF2F6
(250,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FACACE color. Also use rgb(250,202,206) instead hex code.

Text Font Color

.myTextColor { color: #FACACE; }

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

This text font color is #FACACE.


Background Color

.myBgColor { background-color: #FACACE; }

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

This div background color is #FACACE.


Border color

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

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

This div border color is #FACACE.


Opacity

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

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

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

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

This text has shadow with #FACACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACACE on black background.


Color preview on white background

This text has color #FACACE on white background.



Black color preview on #FACACE background

This text has black color on #FACACE background.


White color preview on #FACACE background

This text has white color on #FACACE background.