COLOR #FAC8FC

HEX: #FAC8FC RGB: (250,200,252)

Color info

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

RGB color model

#FAC8FC color RGB value is (250,200,252).

RGB: (250,200,252) (98%, 78%, 99%)

RGB channels and saturation

R 250 of 255 = 98%
G 200 of 255 = 78%
B 252 of 255 = 99%

250
200
252

R + G + B ~ 92%. #FAC8FC is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 200 + 252 = 702 (100%)
R 250 of 702 ~ 35.61%
G 200 of 702 ~ 28.49%
B 252 of 702 ~ 35.9'%

%35.61
%28.49
%35.9

CMYK color model

#FAC8FC color CMYK value is (1,21,0,1).

  • cyan value is 0.79%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (1,21,0,1)
C1M21Y0K1 (1%, 21%, 0%, 1%)
(0.01 / 0.21 / 0.00 / 0.01)

CMYK percentages

%0.79
%20.63
%0
%1.18

Codes

Color #FAC8FC in popluar color models

FA C8 FC
RGB 250 200 252
HSL 298° 89.66% 88.63%
HSB/HSV 298° 20.63% 98.82%
CMYK 0.79% 20.63% 0.00%
1.18%

Color #FAC8FC in popluar number systems.

HEX FA C8 FC
Decimal 250 200 252
Binary 11111010 11001000 11111100
Octal 372 310 374

Shades and tints

Shades of #FAC8FC

#FAC8FC
(250,200,252)
#E4B6E6
(228,182,230)
#CEA4D0
(206,164,208)
#B892BA
(184,146,186)
#A280A4
(162,128,164)
#8C6E8E
(140,110,142)
#765C78
(118,92,120)
#604A62
(96,74,98)
#4A384C
(74,56,76)
#342636
(52,38,54)
#1E1420
(30,20,32)
#000000
(0,0,0)

Tints of #FAC8FC

#FAC8FC
(250,200,252)
#FACDFC
(250,205,252)
#FAD2FC
(250,210,252)
#FAD7FC
(250,215,252)
#FADCFC
(250,220,252)
#FAE1FC
(250,225,252)
#FAE6FC
(250,230,252)
#FAEBFC
(250,235,252)
#FAF0FC
(250,240,252)
#FAF5FC
(250,245,252)
#FAFAFC
(250,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC8FC color. Also use rgb(250,200,252) instead hex code.

Text Font Color

.myTextColor { color: #FAC8FC; }

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

This text font color is #FAC8FC.

Background Color

.myBgColor { background-color: #FAC8FC; }

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

This div background color is #FAC8FC.

Border color

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

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

This div border color is #FAC8FC.

Opacity

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

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

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

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

This text has shadow with #FAC8FC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC8FC.

Preview

Color preview on black background

This text has color #FAC8FC on black background.


Color preview on white background

This text has color #FAC8FC on white background.


Black color preview on #FAC8FC background

This text has black color on #FAC8FC background.


White color preview on #FAC8FC background

This text has white color on #FAC8FC background.


Related colors

Complementary color

Complementary color for #hex is #053703.


I love getcolorcode.com

Triadic colors

1 #FCFAC8 and #C8FCFA with #FAC8FC are triadic colors.

2 #FCC8FA and #C8FAFC with #FAC8FC are triadic colors.