COLOR #FACCF5

HEX: #FACCF5
RGB: (250,204,245)

Color info

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

RGB color model

#FACCF5 color RGB value is (250,204,245).

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

RGB channels and saturation

R 250 of 255 = 98%
G 204 of 255 = 80%
B 245 of 255 = 96%

250
204
245

R + G + B ~ 91%. #FACCF5 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 204 + 245 = 699 (100%)
R 250 of 699 ~ 35.77%
G 204 of 699 ~ 29.18%
B 245 of 699 ~ 35.05%

%35.77
%29.18
%35.05

CMYK color model

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

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

CMYK percentages

%0
%18.4
%2
%1.96

Codes

Color #FACCF5 in popluar color models

FACCF5
RGB250204245
HSL307°82.14%89.02%
HSB/HSV307°18.40%98.04%
CMYK0.00%18.40%2.00%
1.96%

Color #FACCF5 in popluar number systems.

HEXFACCF5
Decimal250204245
Binary111110101100110011110101
Octal372314365

Shades and tints

Shades of #FACCF5

#FACCF5
(250,204,245)
#E4BADF
(228,186,223)
#CEA8C9
(206,168,201)
#B896B3
(184,150,179)
#A2849D
(162,132,157)
#8C7287
(140,114,135)
#766071
(118,96,113)
#604E5B
(96,78,91)
#4A3C45
(74,60,69)
#342A2F
(52,42,47)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #FACCF5

#FACCF5
(250,204,245)
#FAD0F5
(250,208,245)
#FAD4F5
(250,212,245)
#FAD8F5
(250,216,245)
#FADCF5
(250,220,245)
#FAE0F5
(250,224,245)
#FAE4F5
(250,228,245)
#FAE8F5
(250,232,245)
#FAECF5
(250,236,245)
#FAF0F5
(250,240,245)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACCF5; }

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

This text font color is #FACCF5.


Background Color

.myBgColor { background-color: #FACCF5; }

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

This div background color is #FACCF5.


Border color

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

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

This div border color is #FACCF5.


Opacity

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

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

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

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

This text has shadow with #FACCF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FACCF5 on black background.


Color preview on white background

This text has color #FACCF5 on white background.



Black color preview on #FACCF5 background

This text has black color on #FACCF5 background.


White color preview on #FACCF5 background

This text has white color on #FACCF5 background.