COLOR #FACCC7

HEX: #FACCC7
RGB: (250,204,199)

Color info

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

RGB color model

#FACCC7 color RGB value is (250,204,199).

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

RGB channels and saturation

R 250 of 255 = 98%
G 204 of 255 = 80%
B 199 of 255 = 78%

250
204
199

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

Portions of RGB colors in percentages

R + G + B =
250 + 204 + 199 = 653 (100%)
R 250 of 653 ~ 38.28%
G 204 of 653 ~ 31.24%
B 199 of 653 ~ 30.47%

%38.28
%31.24
%30.47

CMYK color model

#FACCC7 color CMYK value is (0,18,20,2).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 20.40%
  • key color value is 1.96%
CMYK:
(0,18,20,2)
C0M18Y20K2 
(0%,18%,20%,2%)
(0.00/0.18/0.20/0.02)	

CMYK percentages

%0
%18.4
%20.4
%1.96

Codes

Color #FACCC7 in popluar color models

FACCC7
RGB250204199
HSL83.61%88.04%
HSB/HSV20.40%98.04%
CMYK0.00%18.40%20.40%
1.96%

Color #FACCC7 in popluar number systems.

HEXFACCC7
Decimal250204199
Binary111110101100110011000111
Octal372314307

Shades and tints

Shades of #FACCC7

#FACCC7
(250,204,199)
#E4BAB5
(228,186,181)
#CEA8A3
(206,168,163)
#B89691
(184,150,145)
#A2847F
(162,132,127)
#8C726D
(140,114,109)
#76605B
(118,96,91)
#604E49
(96,78,73)
#4A3C37
(74,60,55)
#342A25
(52,42,37)
#1E1813
(30,24,19)
#000000
(0,0,0)

Tints of #FACCC7

#FACCC7
(250,204,199)
#FAD0CC
(250,208,204)
#FAD4D1
(250,212,209)
#FAD8D6
(250,216,214)
#FADCDB
(250,220,219)
#FAE0E0
(250,224,224)
#FAE4E5
(250,228,229)
#FAE8EA
(250,232,234)
#FAECEF
(250,236,239)
#FAF0F4
(250,240,244)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACCC7; }

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

This text font color is #FACCC7.


Background Color

.myBgColor { background-color: #FACCC7; }

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

This div background color is #FACCC7.


Border color

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

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

This div border color is #FACCC7.


Opacity

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

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

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

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

This text has shadow with #FACCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACCC7 on black background.


Color preview on white background

This text has color #FACCC7 on white background.



Black color preview on #FACCC7 background

This text has black color on #FACCC7 background.


White color preview on #FACCC7 background

This text has white color on #FACCC7 background.