COLOR #FACCFB

HEX: #FACCFB RGB: (250,204,251)

Color info

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

RGB color model

#FACCFB color RGB value is (250,204,251).

RGB: (250,204,251) (98%, 80%, 98%)

RGB channels and saturation

R 250 of 255 = 98%
G 204 of 255 = 80%
B 251 of 255 = 98%

250
204
251

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

Portions of RGB colors in percentages

R + G + B = 250 + 204 + 251 = 705 (100%)
R 250 of 705 ~ 35.46%
G 204 of 705 ~ 28.94%
B 251 of 705 ~ 35.6'%

%35.46
%28.94
%35.6

CMYK color model

#FACCFB color CMYK value is (0,19,0,2).

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

CMYK: (0,19,0,2)
C0M19Y0K2 (0%, 19%, 0%, 2%)
(0.00 / 0.19 / 0.00 / 0.02)

CMYK percentages

%0.4
%18.73
%0
%1.57

Codes

Color #FACCFB in popluar color models

FA CC FB
RGB 250 204 251
HSL 299° 85.45% 89.22%
HSB/HSV 299° 18.73% 98.43%
CMYK 0.40% 18.73% 0.00%
1.57%

Color #FACCFB in popluar number systems.

HEX FA CC FB
Decimal 250 204 251
Binary 11111010 11001100 11111011
Octal 372 314 373

Shades and tints

Shades of #FACCFB

#FACCFB
(250,204,251)
#E4BAE5
(228,186,229)
#CEA8CF
(206,168,207)
#B896B9
(184,150,185)
#A284A3
(162,132,163)
#8C728D
(140,114,141)
#766077
(118,96,119)
#604E61
(96,78,97)
#4A3C4B
(74,60,75)
#342A35
(52,42,53)
#1E181F
(30,24,31)
#000000
(0,0,0)

Tints of #FACCFB

#FACCFB
(250,204,251)
#FAD0FB
(250,208,251)
#FAD4FB
(250,212,251)
#FAD8FB
(250,216,251)
#FADCFB
(250,220,251)
#FAE0FB
(250,224,251)
#FAE4FB
(250,228,251)
#FAE8FB
(250,232,251)
#FAECFB
(250,236,251)
#FAF0FB
(250,240,251)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACCFB; }

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

This text font color is #FACCFB.

Background Color

.myBgColor { background-color: #FACCFB; }

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

This div background color is #FACCFB.

Border color

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

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

This div border color is #FACCFB.

Opacity

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

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

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

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

This text has shadow with #FACCFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACCFB.

Preview

Color preview on black background

This text has color #FACCFB on black background.


Color preview on white background

This text has color #FACCFB on white background.


Black color preview on #FACCFB background

This text has black color on #FACCFB background.


White color preview on #FACCFB background

This text has white color on #FACCFB background.


Related colors

Complementary color

Complementary color for #hex is #053304.


I love getcolorcode.com

Triadic colors

1 #FBFACC and #CCFBFA with #FACCFB are triadic colors.

2 #FBCCFA and #CCFAFB with #FACCFB are triadic colors.