COLOR #FACCF9

HEX: #FACCF9
RGB: (250,204,249)

Color info

#FACCF9 contains red, green and blue colors in about the same proportion. Web safe color of #FACCF9 is #FFCCFF (or #FCF).

RGB color model

#FACCF9 color RGB value is (250,204,249).

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

RGB channels and saturation

R 250 of 255 = 98%
G 204 of 255 = 80%
B 249 of 255 = 98%

250
204
249

R + G + B ~ 92%. #FACCF9 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 204 + 249 = 703 (100%)
R 250 of 703 ~ 35.56%
G 204 of 703 ~ 29.02%
B 249 of 703 ~ 35.42%

%35.56
%29.02
%35.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 0.40%
  • key color value is 1.96%
CMYK:
(0,18,0,2)
C0M18Y0K2 
(0%,18%,0%,2%)
(0.00/0.18/0.00/0.02)	

CMYK percentages

%0
%18.4
%0.4
%1.96

Codes

Color #FACCF9 in popluar color models

FACCF9
RGB250204249
HSL301°82.14%89.02%
HSB/HSV301°18.40%98.04%
CMYK0.00%18.40%0.40%
1.96%

Color #FACCF9 in popluar number systems.

HEXFACCF9
Decimal250204249
Binary111110101100110011111001
Octal372314371

Shades and tints

Shades of #FACCF9

#FACCF9
(250,204,249)
#E4BAE3
(228,186,227)
#CEA8CD
(206,168,205)
#B896B7
(184,150,183)
#A284A1
(162,132,161)
#8C728B
(140,114,139)
#766075
(118,96,117)
#604E5F
(96,78,95)
#4A3C49
(74,60,73)
#342A33
(52,42,51)
#1E181D
(30,24,29)
#000000
(0,0,0)

Tints of #FACCF9

#FACCF9
(250,204,249)
#FAD0F9
(250,208,249)
#FAD4F9
(250,212,249)
#FAD8F9
(250,216,249)
#FADCF9
(250,220,249)
#FAE0F9
(250,224,249)
#FAE4F9
(250,228,249)
#FAE8F9
(250,232,249)
#FAECF9
(250,236,249)
#FAF0F9
(250,240,249)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACCF9; }

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

This text font color is #FACCF9.


Background Color

.myBgColor { background-color: #FACCF9; }

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

This div background color is #FACCF9.


Border color

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

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

This div border color is #FACCF9.


Opacity

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

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

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

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

This text has shadow with #FACCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACCF9 on black background.


Color preview on white background

This text has color #FACCF9 on white background.



Black color preview on #FACCF9 background

This text has black color on #FACCF9 background.


White color preview on #FACCF9 background

This text has white color on #FACCF9 background.