COLOR #FAC0E6

HEX: #FAC0E6
RGB: (250,192,230)

Color info

#FAC0E6 contains red, green and blue colors in about the same proportion. Web safe color of #FAC0E6 is #FFCCCC (or #FCC).

RGB color model

#FAC0E6 color RGB value is (250,192,230).

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

RGB channels and saturation

R 250 of 255 = 98%
G 192 of 255 = 75%
B 230 of 255 = 90%

250
192
230

R + G + B ~ 88%. #FAC0E6 is light color.

Portions of RGB colors in percentages

R + G + B =
250 + 192 + 230 = 672 (100%)
R 250 of 672 ~ 37.2%
G 192 of 672 ~ 28.57%
B 230 of 672 ~ 34.23%

%37.2
%28.57
%34.23

CMYK color model

#FAC0E6 color CMYK value is (0,23,8,2).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 8.00%
  • key color value is 1.96%
CMYK:
(0,23,8,2)
C0M23Y8K2 
(0%,23%,8%,2%)
(0.00/0.23/0.08/0.02)	

CMYK percentages

%0
%23.2
%8
%1.96

Codes

Color #FAC0E6 in popluar color models

FAC0E6
RGB250192230
HSL321°85.29%86.67%
HSB/HSV321°23.20%98.04%
CMYK0.00%23.20%8.00%
1.96%

Color #FAC0E6 in popluar number systems.

HEXFAC0E6
Decimal250192230
Binary111110101100000011100110
Octal372300346

Shades and tints

Shades of #FAC0E6

#FAC0E6
(250,192,230)
#E4AFD2
(228,175,210)
#CE9EBE
(206,158,190)
#B88DAA
(184,141,170)
#A27C96
(162,124,150)
#8C6B82
(140,107,130)
#765A6E
(118,90,110)
#60495A
(96,73,90)
#4A3846
(74,56,70)
#342732
(52,39,50)
#1E161E
(30,22,30)
#000000
(0,0,0)

Tints of #FAC0E6

#FAC0E6
(250,192,230)
#FAC5E8
(250,197,232)
#FACAEA
(250,202,234)
#FACFEC
(250,207,236)
#FAD4EE
(250,212,238)
#FAD9F0
(250,217,240)
#FADEF2
(250,222,242)
#FAE3F4
(250,227,244)
#FAE8F6
(250,232,246)
#FAEDF8
(250,237,248)
#FAF2FA
(250,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC0E6; }

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

This text font color is #FAC0E6.


Background Color

.myBgColor { background-color: #FAC0E6; }

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

This div background color is #FAC0E6.


Border color

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

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

This div border color is #FAC0E6.


Opacity

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

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

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

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

This text has shadow with #FAC0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC0E6 on black background.


Color preview on white background

This text has color #FAC0E6 on white background.



Black color preview on #FAC0E6 background

This text has black color on #FAC0E6 background.


White color preview on #FAC0E6 background

This text has white color on #FAC0E6 background.