COLOR #FAC0ED

HEX: #FAC0ED RGB: (250,192,237)

Color info

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

RGB color model

#FAC0ED color RGB value is (250,192,237).

RGB: (250,192,237) (98%, 75%, 93%)

RGB channels and saturation

R 250 of 255 = 98%
G 192 of 255 = 75%
B 237 of 255 = 93%

250
192
237

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

Portions of RGB colors in percentages

R + G + B = 250 + 192 + 237 = 679 (100%)
R 250 of 679 ~ 36.82%
G 192 of 679 ~ 28.28%
B 237 of 679 ~ 34.9'%

%36.82
%28.28
%34.9

CMYK color model

#FAC0ED color CMYK value is (0,23,5,2).

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

CMYK: (0,23,5,2)
C0M23Y5K2 (0%, 23%, 5%, 2%)
(0.00 / 0.23 / 0.05 / 0.02)

CMYK percentages

%0
%23.2
%5.2
%1.96

Codes

Color #FAC0ED in popluar color models

FA C0 ED
RGB 250 192 237
HSL 313° 85.29% 86.67%
HSB/HSV 313° 23.20% 98.04%
CMYK 0.00% 23.20% 5.20%
1.96%

Color #FAC0ED in popluar number systems.

HEX FA C0 ED
Decimal 250 192 237
Binary 11111010 11000000 11101101
Octal 372 300 355

Shades and tints

Shades of #FAC0ED

#FAC0ED
(250,192,237)
#E4AFD8
(228,175,216)
#CE9EC3
(206,158,195)
#B88DAE
(184,141,174)
#A27C99
(162,124,153)
#8C6B84
(140,107,132)
#765A6F
(118,90,111)
#60495A
(96,73,90)
#4A3845
(74,56,69)
#342730
(52,39,48)
#1E161B
(30,22,27)
#000000
(0,0,0)

Tints of #FAC0ED

#FAC0ED
(250,192,237)
#FAC5EE
(250,197,238)
#FACAEF
(250,202,239)
#FACFF0
(250,207,240)
#FAD4F1
(250,212,241)
#FAD9F2
(250,217,242)
#FADEF3
(250,222,243)
#FAE3F4
(250,227,244)
#FAE8F5
(250,232,245)
#FAEDF6
(250,237,246)
#FAF2F7
(250,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC0ED; }

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

This text font color is #FAC0ED.

Background Color

.myBgColor { background-color: #FAC0ED; }

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

This div background color is #FAC0ED.

Border color

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

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

This div border color is #FAC0ED.

Opacity

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

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

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

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

This text has shadow with #FAC0ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC0ED.

Preview

Color preview on black background

This text has color #FAC0ED on black background.


Color preview on white background

This text has color #FAC0ED on white background.


Black color preview on #FAC0ED background

This text has black color on #FAC0ED background.


White color preview on #FAC0ED background

This text has white color on #FAC0ED background.


Related colors

Complementary color

Complementary color for #hex is #053F12.


I love getcolorcode.com

Triadic colors

1 #EDFAC0 and #C0EDFA with #FAC0ED are triadic colors.

2 #EDC0FA and #C0FAED with #FAC0ED are triadic colors.