COLOR #FACCF8

HEX: #FACCF8
RGB: (250,204,248)

Color info

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

RGB color model

#FACCF8 color RGB value is (250,204,248).

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

RGB channels and saturation

R 250 of 255 = 98%
G 204 of 255 = 80%
B 248 of 255 = 97%

250
204
248

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

Portions of RGB colors in percentages

R + G + B =
250 + 204 + 248 = 702 (100%)
R 250 of 702 ~ 35.61%
G 204 of 702 ~ 29.06%
B 248 of 702 ~ 35.33%

%35.61
%29.06
%35.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 0.80%
  • key color value is 1.96%
CMYK:
(0,18,1,2)
C0M18Y1K2 
(0%,18%,1%,2%)
(0.00/0.18/0.01/0.02)	

CMYK percentages

%0
%18.4
%0.8
%1.96

Codes

Color #FACCF8 in popluar color models

FACCF8
RGB250204248
HSL303°82.14%89.02%
HSB/HSV303°18.40%98.04%
CMYK0.00%18.40%0.80%
1.96%

Color #FACCF8 in popluar number systems.

HEXFACCF8
Decimal250204248
Binary111110101100110011111000
Octal372314370

Shades and tints

Shades of #FACCF8

#FACCF8
(250,204,248)
#E4BAE2
(228,186,226)
#CEA8CC
(206,168,204)
#B896B6
(184,150,182)
#A284A0
(162,132,160)
#8C728A
(140,114,138)
#766074
(118,96,116)
#604E5E
(96,78,94)
#4A3C48
(74,60,72)
#342A32
(52,42,50)
#1E181C
(30,24,28)
#000000
(0,0,0)

Tints of #FACCF8

#FACCF8
(250,204,248)
#FAD0F8
(250,208,248)
#FAD4F8
(250,212,248)
#FAD8F8
(250,216,248)
#FADCF8
(250,220,248)
#FAE0F8
(250,224,248)
#FAE4F8
(250,228,248)
#FAE8F8
(250,232,248)
#FAECF8
(250,236,248)
#FAF0F8
(250,240,248)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACCF8; }

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

This text font color is #FACCF8.


Background Color

.myBgColor { background-color: #FACCF8; }

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

This div background color is #FACCF8.


Border color

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

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

This div border color is #FACCF8.


Opacity

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

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

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

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

This text has shadow with #FACCF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACCF8 on black background.


Color preview on white background

This text has color #FACCF8 on white background.



Black color preview on #FACCF8 background

This text has black color on #FACCF8 background.


White color preview on #FACCF8 background

This text has white color on #FACCF8 background.