COLOR #FAC6CB

HEX: #FAC6CB
RGB: (250,198,203)

Color info

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

RGB color model

#FAC6CB color RGB value is (250,198,203).

  • red value is 250;
  • green value is 198;
  • blue value is 203.
RGB:
(250,198,203)
(98%,78%,80%)

RGB channels and saturation

R 250 of 255 = 98%
G 198 of 255 = 78%
B 203 of 255 = 80%

250
198
203

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

Portions of RGB colors in percentages

R + G + B =
250 + 198 + 203 = 651 (100%)
R 250 of 651 ~ 38.4%
G 198 of 651 ~ 30.41%
B 203 of 651 ~ 31.18%

%38.4
%30.41
%31.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.80%
  • yellow value is 18.80%
  • key color value is 1.96%
CMYK:
(0,21,19,2)
C0M21Y19K2 
(0%,21%,19%,2%)
(0.00/0.21/0.19/0.02)	

CMYK percentages

%0
%20.8
%18.8
%1.96

Codes

Color #FAC6CB in popluar color models

FAC6CB
RGB250198203
HSL354°83.87%87.84%
HSB/HSV354°20.80%98.04%
CMYK0.00%20.80%18.80%
1.96%

Color #FAC6CB in popluar number systems.

HEXFAC6CB
Decimal250198203
Binary111110101100011011001011
Octal372306313

Shades and tints

Shades of #FAC6CB

#FAC6CB
(250,198,203)
#E4B4B9
(228,180,185)
#CEA2A7
(206,162,167)
#B89095
(184,144,149)
#A27E83
(162,126,131)
#8C6C71
(140,108,113)
#765A5F
(118,90,95)
#60484D
(96,72,77)
#4A363B
(74,54,59)
#342429
(52,36,41)
#1E1217
(30,18,23)
#000000
(0,0,0)

Tints of #FAC6CB

#FAC6CB
(250,198,203)
#FACBCF
(250,203,207)
#FAD0D3
(250,208,211)
#FAD5D7
(250,213,215)
#FADADB
(250,218,219)
#FADFDF
(250,223,223)
#FAE4E3
(250,228,227)
#FAE9E7
(250,233,231)
#FAEEEB
(250,238,235)
#FAF3EF
(250,243,239)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC6CB; }

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

This text font color is #FAC6CB.


Background Color

.myBgColor { background-color: #FAC6CB; }

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

This div background color is #FAC6CB.


Border color

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

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

This div border color is #FAC6CB.


Opacity

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

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

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

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

This text has shadow with #FAC6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC6CB on black background.


Color preview on white background

This text has color #FAC6CB on white background.



Black color preview on #FAC6CB background

This text has black color on #FAC6CB background.


White color preview on #FAC6CB background

This text has white color on #FAC6CB background.