COLOR #FAC3EB

HEX: #FAC3EB
RGB: (250,195,235)

Color info

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

RGB color model

#FAC3EB color RGB value is (250,195,235).

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

RGB channels and saturation

R 250 of 255 = 98%
G 195 of 255 = 76%
B 235 of 255 = 92%

250
195
235

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

Portions of RGB colors in percentages

R + G + B =
250 + 195 + 235 = 680 (100%)
R 250 of 680 ~ 36.76%
G 195 of 680 ~ 28.68%
B 235 of 680 ~ 34.56%

%36.76
%28.68
%34.56

CMYK color model

#FAC3EB color CMYK value is (0,22,6,2).

  • cyan value is 0.00%
  • magenta value is 22.00%
  • yellow value is 6.00%
  • key color value is 1.96%
CMYK:
(0,22,6,2)
C0M22Y6K2 
(0%,22%,6%,2%)
(0.00/0.22/0.06/0.02)	

CMYK percentages

%0
%22
%6
%1.96

Codes

Color #FAC3EB in popluar color models

FAC3EB
RGB250195235
HSL316°84.62%87.25%
HSB/HSV316°22.00%98.04%
CMYK0.00%22.00%6.00%
1.96%

Color #FAC3EB in popluar number systems.

HEXFAC3EB
Decimal250195235
Binary111110101100001111101011
Octal372303353

Shades and tints

Shades of #FAC3EB

#FAC3EB
(250,195,235)
#E4B2D6
(228,178,214)
#CEA1C1
(206,161,193)
#B890AC
(184,144,172)
#A27F97
(162,127,151)
#8C6E82
(140,110,130)
#765D6D
(118,93,109)
#604C58
(96,76,88)
#4A3B43
(74,59,67)
#342A2E
(52,42,46)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #FAC3EB

#FAC3EB
(250,195,235)
#FAC8EC
(250,200,236)
#FACDED
(250,205,237)
#FAD2EE
(250,210,238)
#FAD7EF
(250,215,239)
#FADCF0
(250,220,240)
#FAE1F1
(250,225,241)
#FAE6F2
(250,230,242)
#FAEBF3
(250,235,243)
#FAF0F4
(250,240,244)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC3EB; }

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

This text font color is #FAC3EB.


Background Color

.myBgColor { background-color: #FAC3EB; }

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

This div background color is #FAC3EB.


Border color

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

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

This div border color is #FAC3EB.


Opacity

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

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

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

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

This text has shadow with #FAC3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC3EB on black background.


Color preview on white background

This text has color #FAC3EB on white background.



Black color preview on #FAC3EB background

This text has black color on #FAC3EB background.


White color preview on #FAC3EB background

This text has white color on #FAC3EB background.