COLOR #FAC5FB

HEX: #FAC5FB RGB: (250,197,251)

Color info

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

RGB color model

#FAC5FB color RGB value is (250,197,251).

RGB: (250,197,251) (98%, 77%, 98%)

RGB channels and saturation

R 250 of 255 = 98%
G 197 of 255 = 77%
B 251 of 255 = 98%

250
197
251

R + G + B ~ 91%. #FAC5FB is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 197 + 251 = 698 (100%)
R 250 of 698 ~ 35.82%
G 197 of 698 ~ 28.22%
B 251 of 698 ~ 35.96'%

%35.82
%28.22
%35.96

CMYK color model

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

  • cyan value is 0.40%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (0,22,0,2)
C0M22Y0K2 (0%, 22%, 0%, 2%)
(0.00 / 0.22 / 0.00 / 0.02)

CMYK percentages

%0.4
%21.51
%0
%1.57

Codes

Color #FAC5FB in popluar color models

FA C5 FB
RGB 250 197 251
HSL 299° 87.10% 87.84%
HSB/HSV 299° 21.51% 98.43%
CMYK 0.40% 21.51% 0.00%
1.57%

Color #FAC5FB in popluar number systems.

HEX FA C5 FB
Decimal 250 197 251
Binary 11111010 11000101 11111011
Octal 372 305 373

Shades and tints

Shades of #FAC5FB

#FAC5FB
(250,197,251)
#E4B4E5
(228,180,229)
#CEA3CF
(206,163,207)
#B892B9
(184,146,185)
#A281A3
(162,129,163)
#8C708D
(140,112,141)
#765F77
(118,95,119)
#604E61
(96,78,97)
#4A3D4B
(74,61,75)
#342C35
(52,44,53)
#1E1B1F
(30,27,31)
#000000
(0,0,0)

Tints of #FAC5FB

#FAC5FB
(250,197,251)
#FACAFB
(250,202,251)
#FACFFB
(250,207,251)
#FAD4FB
(250,212,251)
#FAD9FB
(250,217,251)
#FADEFB
(250,222,251)
#FAE3FB
(250,227,251)
#FAE8FB
(250,232,251)
#FAEDFB
(250,237,251)
#FAF2FB
(250,242,251)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC5FB color. Also use rgb(250,197,251) instead hex code.

Text Font Color

.myTextColor { color: #FAC5FB; }

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

This text font color is #FAC5FB.

Background Color

.myBgColor { background-color: #FAC5FB; }

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

This div background color is #FAC5FB.

Border color

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

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

This div border color is #FAC5FB.

Opacity

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

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

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

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

This text has shadow with #FAC5FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC5FB.

Preview

Color preview on black background

This text has color #FAC5FB on black background.


Color preview on white background

This text has color #FAC5FB on white background.


Black color preview on #FAC5FB background

This text has black color on #FAC5FB background.


White color preview on #FAC5FB background

This text has white color on #FAC5FB background.


Related colors

Complementary color

Complementary color for #hex is #053A04.


I love getcolorcode.com

Triadic colors

1 #FBFAC5 and #C5FBFA with #FAC5FB are triadic colors.

2 #FBC5FA and #C5FAFB with #FAC5FB are triadic colors.