COLOR #FAC0FB

HEX: #FAC0FB RGB: (250,192,251)

Color info

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

RGB color model

#FAC0FB color RGB value is (250,192,251).

RGB: (250,192,251) (98%, 75%, 98%)

RGB channels and saturation

R 250 of 255 = 98%
G 192 of 255 = 75%
B 251 of 255 = 98%

250
192
251

R + G + B ~ 90%. #FAC0FB is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 192 + 251 = 693 (100%)
R 250 of 693 ~ 36.08%
G 192 of 693 ~ 27.71%
B 251 of 693 ~ 36.22'%

%36.08
%27.71
%36.22

CMYK color model

#FAC0FB color CMYK value is (0,24,0,2).

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

CMYK: (0,24,0,2)
C0M24Y0K2 (0%, 24%, 0%, 2%)
(0.00 / 0.24 / 0.00 / 0.02)

CMYK percentages

%0.4
%23.51
%0
%1.57

Codes

Color #FAC0FB in popluar color models

FA C0 FB
RGB 250 192 251
HSL 299° 88.06% 86.86%
HSB/HSV 299° 23.51% 98.43%
CMYK 0.40% 23.51% 0.00%
1.57%

Color #FAC0FB in popluar number systems.

HEX FA C0 FB
Decimal 250 192 251
Binary 11111010 11000000 11111011
Octal 372 300 373

Shades and tints

Shades of #FAC0FB

#FAC0FB
(250,192,251)
#E4AFE5
(228,175,229)
#CE9ECF
(206,158,207)
#B88DB9
(184,141,185)
#A27CA3
(162,124,163)
#8C6B8D
(140,107,141)
#765A77
(118,90,119)
#604961
(96,73,97)
#4A384B
(74,56,75)
#342735
(52,39,53)
#1E161F
(30,22,31)
#000000
(0,0,0)

Tints of #FAC0FB

#FAC0FB
(250,192,251)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC0FB; }

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

This text font color is #FAC0FB.

Background Color

.myBgColor { background-color: #FAC0FB; }

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

This div background color is #FAC0FB.

Border color

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

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

This div border color is #FAC0FB.

Opacity

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

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

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

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

This text has shadow with #FAC0FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC0FB.

Preview

Color preview on black background

This text has color #FAC0FB on black background.


Color preview on white background

This text has color #FAC0FB on white background.


Black color preview on #FAC0FB background

This text has black color on #FAC0FB background.


White color preview on #FAC0FB background

This text has white color on #FAC0FB background.


Related colors

Complementary color

Complementary color for #hex is #053F04.


I love getcolorcode.com

Triadic colors

1 #FBFAC0 and #C0FBFA with #FAC0FB are triadic colors.

2 #FBC0FA and #C0FAFB with #FAC0FB are triadic colors.