COLOR #FAC3F0

HEX: #FAC3F0
RGB: (250,195,240)

Color info

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

RGB color model

#FAC3F0 color RGB value is (250,195,240).

  • red value is 250;
  • green value is 195;
  • blue value is 240.
RGB:
(250,195,240)
(98%,76%,94%)

RGB channels and saturation

R 250 of 255 = 98%
G 195 of 255 = 76%
B 240 of 255 = 94%

250
195
240

R + G + B ~ 89%. #FAC3F0 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 195 + 240 = 685 (100%)
R 250 of 685 ~ 36.5%
G 195 of 685 ~ 28.47%
B 240 of 685 ~ 35.04%

%36.5
%28.47
%35.04

CMYK color model

#FAC3F0 color CMYK value is (0,22,4,2).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 4.00%
  • key color value is 1.96%
CMYK:
(0,22,4,2)
C0M22Y4K2 
(0%,22%,4%,2%)
(0.00/0.22/0.04/0.02)	

CMYK percentages

%0
%22
%4
%1.96

Codes

Color #FAC3F0 in popluar color models

FAC3F0
RGB250195240
HSL311°84.62%87.25%
HSB/HSV311°22.00%98.04%
CMYK0.00%22.00%4.00%
1.96%

Color #FAC3F0 in popluar number systems.

HEXFAC3F0
Decimal250195240
Binary111110101100001111110000
Octal372303360

Shades and tints

Shades of #FAC3F0

#FAC3F0
(250,195,240)
#E4B2DB
(228,178,219)
#CEA1C6
(206,161,198)
#B890B1
(184,144,177)
#A27F9C
(162,127,156)
#8C6E87
(140,110,135)
#765D72
(118,93,114)
#604C5D
(96,76,93)
#4A3B48
(74,59,72)
#342A33
(52,42,51)
#1E191E
(30,25,30)
#000000
(0,0,0)

Tints of #FAC3F0

#FAC3F0
(250,195,240)
#FAC8F1
(250,200,241)
#FACDF2
(250,205,242)
#FAD2F3
(250,210,243)
#FAD7F4
(250,215,244)
#FADCF5
(250,220,245)
#FAE1F6
(250,225,246)
#FAE6F7
(250,230,247)
#FAEBF8
(250,235,248)
#FAF0F9
(250,240,249)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC3F0 color. Also use rgb(250,195,240) instead hex code.

Text Font Color

.myTextColor { color: #FAC3F0; }

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

This text font color is #FAC3F0.


Background Color

.myBgColor { background-color: #FAC3F0; }

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

This div background color is #FAC3F0.


Border color

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

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

This div border color is #FAC3F0.


Opacity

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

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

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

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

This text has shadow with #FAC3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC3F0 on black background.


Color preview on white background

This text has color #FAC3F0 on white background.



Black color preview on #FAC3F0 background

This text has black color on #FAC3F0 background.


White color preview on #FAC3F0 background

This text has white color on #FAC3F0 background.