COLOR #FAC0EF

HEX: #FAC0EF
RGB: (250,192,239)

Color info

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

RGB color model

#FAC0EF color RGB value is (250,192,239).

  • red value is 250;
  • green value is 192;
  • blue value is 239.
RGB:
(250,192,239)
(98%,75%,94%)

RGB channels and saturation

R 250 of 255 = 98%
G 192 of 255 = 75%
B 239 of 255 = 94%

250
192
239

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

Portions of RGB colors in percentages

R + G + B =
250 + 192 + 239 = 681 (100%)
R 250 of 681 ~ 36.71%
G 192 of 681 ~ 28.19%
B 239 of 681 ~ 35.1%

%36.71
%28.19
%35.1

CMYK color model

#FAC0EF color CMYK value is (0,23,4,2).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 4.40%
  • key color value is 1.96%
CMYK:
(0,23,4,2)
C0M23Y4K2 
(0%,23%,4%,2%)
(0.00/0.23/0.04/0.02)	

CMYK percentages

%0
%23.2
%4.4
%1.96

Codes

Color #FAC0EF in popluar color models

FAC0EF
RGB250192239
HSL311°85.29%86.67%
HSB/HSV311°23.20%98.04%
CMYK0.00%23.20%4.40%
1.96%

Color #FAC0EF in popluar number systems.

HEXFAC0EF
Decimal250192239
Binary111110101100000011101111
Octal372300357

Shades and tints

Shades of #FAC0EF

#FAC0EF
(250,192,239)
#E4AFDA
(228,175,218)
#CE9EC5
(206,158,197)
#B88DB0
(184,141,176)
#A27C9B
(162,124,155)
#8C6B86
(140,107,134)
#765A71
(118,90,113)
#60495C
(96,73,92)
#4A3847
(74,56,71)
#342732
(52,39,50)
#1E161D
(30,22,29)
#000000
(0,0,0)

Tints of #FAC0EF

#FAC0EF
(250,192,239)
#FAC5F0
(250,197,240)
#FACAF1
(250,202,241)
#FACFF2
(250,207,242)
#FAD4F3
(250,212,243)
#FAD9F4
(250,217,244)
#FADEF5
(250,222,245)
#FAE3F6
(250,227,246)
#FAE8F7
(250,232,247)
#FAEDF8
(250,237,248)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC0EF color. Also use rgb(250,192,239) instead hex code.

Text Font Color

.myTextColor { color: #FAC0EF; }

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

This text font color is #FAC0EF.


Background Color

.myBgColor { background-color: #FAC0EF; }

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

This div background color is #FAC0EF.


Border color

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

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

This div border color is #FAC0EF.


Opacity

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

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

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

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

This text has shadow with #FAC0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC0EF on black background.


Color preview on white background

This text has color #FAC0EF on white background.



Black color preview on #FAC0EF background

This text has black color on #FAC0EF background.


White color preview on #FAC0EF background

This text has white color on #FAC0EF background.