COLOR #FAC0F2

HEX: #FAC0F2 RGB: (250,192,242)

Color info

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

RGB color model

#FAC0F2 color RGB value is (250,192,242).

RGB: (250,192,242) (98%, 75%, 95%)

RGB channels and saturation

R 250 of 255 = 98%
G 192 of 255 = 75%
B 242 of 255 = 95%

250
192
242

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

Portions of RGB colors in percentages

R + G + B = 250 + 192 + 242 = 684 (100%)
R 250 of 684 ~ 36.55%
G 192 of 684 ~ 28.07%
B 242 of 684 ~ 35.38'%

%36.55
%28.07
%35.38

CMYK color model

#FAC0F2 color CMYK value is (0,23,3,2).

  • cyan value is 0.00%
  • magenta value is 23.20%
  • yellow value is 3.20%
  • key color value is 1.96%

CMYK: (0,23,3,2)
C0M23Y3K2 (0%, 23%, 3%, 2%)
(0.00 / 0.23 / 0.03 / 0.02)

CMYK percentages

%0
%23.2
%3.2
%1.96

Codes

Color #FAC0F2 in popluar color models

FA C0 F2
RGB 250 192 242
HSL 308° 85.29% 86.67%
HSB/HSV 308° 23.20% 98.04%
CMYK 0.00% 23.20% 3.20%
1.96%

Color #FAC0F2 in popluar number systems.

HEX FA C0 F2
Decimal 250 192 242
Binary 11111010 11000000 11110010
Octal 372 300 362

Shades and tints

Shades of #FAC0F2

#FAC0F2
(250,192,242)
#E4AFDC
(228,175,220)
#CE9EC6
(206,158,198)
#B88DB0
(184,141,176)
#A27C9A
(162,124,154)
#8C6B84
(140,107,132)
#765A6E
(118,90,110)
#604958
(96,73,88)
#4A3842
(74,56,66)
#34272C
(52,39,44)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #FAC0F2

#FAC0F2
(250,192,242)
#FAC5F3
(250,197,243)
#FACAF4
(250,202,244)
#FACFF5
(250,207,245)
#FAD4F6
(250,212,246)
#FAD9F7
(250,217,247)
#FADEF8
(250,222,248)
#FAE3F9
(250,227,249)
#FAE8FA
(250,232,250)
#FAEDFB
(250,237,251)
#FAF2FC
(250,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC0F2; }

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

This text font color is #FAC0F2.

Background Color

.myBgColor { background-color: #FAC0F2; }

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

This div background color is #FAC0F2.

Border color

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

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

This div border color is #FAC0F2.

Opacity

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

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

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

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

This text has shadow with #FAC0F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC0F2.

Preview

Color preview on black background

This text has color #FAC0F2 on black background.


Color preview on white background

This text has color #FAC0F2 on white background.


Black color preview on #FAC0F2 background

This text has black color on #FAC0F2 background.


White color preview on #FAC0F2 background

This text has white color on #FAC0F2 background.


Related colors

Complementary color

Complementary color for #hex is #053F0D.


I love getcolorcode.com

Triadic colors

1 #F2FAC0 and #C0F2FA with #FAC0F2 are triadic colors.

2 #F2C0FA and #C0FAF2 with #FAC0F2 are triadic colors.