COLOR #FAC6E8

HEX: #FAC6E8
RGB: (250,198,232)

Color info

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

RGB color model

#FAC6E8 color RGB value is (250,198,232).

  • red value is 250;
  • green value is 198;
  • blue value is 232.
RGB:
(250,198,232)
(98%,78%,91%)

RGB channels and saturation

R 250 of 255 = 98%
G 198 of 255 = 78%
B 232 of 255 = 91%

250
198
232

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

Portions of RGB colors in percentages

R + G + B =
250 + 198 + 232 = 680 (100%)
R 250 of 680 ~ 36.76%
G 198 of 680 ~ 29.12%
B 232 of 680 ~ 34.12%

%36.76
%29.12
%34.12

CMYK color model

#FAC6E8 color CMYK value is (0,21,7,2).

  • cyan value is 0.00%
  • magenta value is 20.80%
  • yellow value is 7.20%
  • key color value is 1.96%
CMYK:
(0,21,7,2)
C0M21Y7K2 
(0%,21%,7%,2%)
(0.00/0.21/0.07/0.02)	

CMYK percentages

%0
%20.8
%7.2
%1.96

Codes

Color #FAC6E8 in popluar color models

FAC6E8
RGB250198232
HSL321°83.87%87.84%
HSB/HSV321°20.80%98.04%
CMYK0.00%20.80%7.20%
1.96%

Color #FAC6E8 in popluar number systems.

HEXFAC6E8
Decimal250198232
Binary111110101100011011101000
Octal372306350

Shades and tints

Shades of #FAC6E8

#FAC6E8
(250,198,232)
#E4B4D3
(228,180,211)
#CEA2BE
(206,162,190)
#B890A9
(184,144,169)
#A27E94
(162,126,148)
#8C6C7F
(140,108,127)
#765A6A
(118,90,106)
#604855
(96,72,85)
#4A3640
(74,54,64)
#34242B
(52,36,43)
#1E1216
(30,18,22)
#000000
(0,0,0)

Tints of #FAC6E8

#FAC6E8
(250,198,232)
#FACBEA
(250,203,234)
#FAD0EC
(250,208,236)
#FAD5EE
(250,213,238)
#FADAF0
(250,218,240)
#FADFF2
(250,223,242)
#FAE4F4
(250,228,244)
#FAE9F6
(250,233,246)
#FAEEF8
(250,238,248)
#FAF3FA
(250,243,250)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC6E8 color. Also use rgb(250,198,232) instead hex code.

Text Font Color

.myTextColor { color: #FAC6E8; }

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

This text font color is #FAC6E8.


Background Color

.myBgColor { background-color: #FAC6E8; }

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

This div background color is #FAC6E8.


Border color

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

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

This div border color is #FAC6E8.


Opacity

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

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

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

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

This text has shadow with #FAC6E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FAC6E8 on black background.


Color preview on white background

This text has color #FAC6E8 on white background.



Black color preview on #FAC6E8 background

This text has black color on #FAC6E8 background.


White color preview on #FAC6E8 background

This text has white color on #FAC6E8 background.