COLOR #FAC5C5

HEX: #FAC5C5
RGB: (250,197,197)

Color info

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

RGB color model

#FAC5C5 color RGB value is (250,197,197).

  • red value is 250;
  • green value is 197;
  • blue value is 197.
RGB:
(250,197,197)
(98%,77%,77%)

RGB channels and saturation

R 250 of 255 = 98%
G 197 of 255 = 77%
B 197 of 255 = 77%

250
197
197

R + G + B ~ 84%. #FAC5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 197 + 197 = 644 (100%)
R 250 of 644 ~ 38.82%
G 197 of 644 ~ 30.59%
B 197 of 644 ~ 30.59%

%38.82
%30.59
%30.59

CMYK color model

#FAC5C5 color CMYK value is (0,21,21,2).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 21.20%
  • key color value is 1.96%
CMYK:
(0,21,21,2)
C0M21Y21K2 
(0%,21%,21%,2%)
(0.00/0.21/0.21/0.02)	

CMYK percentages

%0
%21.2
%21.2
%1.96

Codes

Color #FAC5C5 in popluar color models

FAC5C5
RGB250197197
HSL84.13%87.65%
HSB/HSV21.20%98.04%
CMYK0.00%21.20%21.20%
1.96%

Color #FAC5C5 in popluar number systems.

HEXFAC5C5
Decimal250197197
Binary111110101100010111000101
Octal372305305

Shades and tints

Shades of #FAC5C5

#FAC5C5
(250,197,197)
#E4B4B4
(228,180,180)
#CEA3A3
(206,163,163)
#B89292
(184,146,146)
#A28181
(162,129,129)
#8C7070
(140,112,112)
#765F5F
(118,95,95)
#604E4E
(96,78,78)
#4A3D3D
(74,61,61)
#342C2C
(52,44,44)
#1E1B1B
(30,27,27)
#000000
(0,0,0)

Tints of #FAC5C5

#FAC5C5
(250,197,197)
#FACACA
(250,202,202)
#FACFCF
(250,207,207)
#FAD4D4
(250,212,212)
#FAD9D9
(250,217,217)
#FADEDE
(250,222,222)
#FAE3E3
(250,227,227)
#FAE8E8
(250,232,232)
#FAEDED
(250,237,237)
#FAF2F2
(250,242,242)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC5C5; }

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

This text font color is #FAC5C5.


Background Color

.myBgColor { background-color: #FAC5C5; }

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

This div background color is #FAC5C5.


Border color

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

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

This div border color is #FAC5C5.


Opacity

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

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

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

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

This text has shadow with #FAC5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC5C5 on black background.


Color preview on white background

This text has color #FAC5C5 on white background.



Black color preview on #FAC5C5 background

This text has black color on #FAC5C5 background.


White color preview on #FAC5C5 background

This text has white color on #FAC5C5 background.