COLOR #FACCE6

HEX: #FACCE6 RGB: (250,204,230)

Color info

#FACCE6 contains red, green and blue colors in about the same proportion. Web safe color of #FACCE6 is #FFCCCC (or #FCC).

RGB color model

#FACCE6 color RGB value is (250,204,230).

RGB: (250,204,230) (98%, 80%, 90%)

RGB channels and saturation

R 250 of 255 = 98%
G 204 of 255 = 80%
B 230 of 255 = 90%

250
204
230

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

Portions of RGB colors in percentages

R + G + B = 250 + 204 + 230 = 684 (100%)
R 250 of 684 ~ 36.55%
G 204 of 684 ~ 29.82%
B 230 of 684 ~ 33.63'%

%36.55
%29.82
%33.63

CMYK color model

#FACCE6 color CMYK value is (0,18,8,2).

  • cyan value is 0.00%
  • magenta value is 18.40%
  • yellow value is 8.00%
  • key color value is 1.96%

CMYK: (0,18,8,2)
C0M18Y8K2 (0%, 18%, 8%, 2%)
(0.00 / 0.18 / 0.08 / 0.02)

CMYK percentages

%0
%18.4
%8
%1.96

Codes

Color #FACCE6 in popluar color models

FA CC E6
RGB 250 204 230
HSL 326° 82.14% 89.02%
HSB/HSV 326° 18.40% 98.04%
CMYK 0.00% 18.40% 8.00%
1.96%

Color #FACCE6 in popluar number systems.

HEX FA CC E6
Decimal 250 204 230
Binary 11111010 11001100 11100110
Octal 372 314 346

Shades and tints

Shades of #FACCE6

#FACCE6
(250,204,230)
#E4BAD2
(228,186,210)
#CEA8BE
(206,168,190)
#B896AA
(184,150,170)
#A28496
(162,132,150)
#8C7282
(140,114,130)
#76606E
(118,96,110)
#604E5A
(96,78,90)
#4A3C46
(74,60,70)
#342A32
(52,42,50)
#1E181E
(30,24,30)
#000000
(0,0,0)

Tints of #FACCE6

#FACCE6
(250,204,230)
#FAD0E8
(250,208,232)
#FAD4EA
(250,212,234)
#FAD8EC
(250,216,236)
#FADCEE
(250,220,238)
#FAE0F0
(250,224,240)
#FAE4F2
(250,228,242)
#FAE8F4
(250,232,244)
#FAECF6
(250,236,246)
#FAF0F8
(250,240,248)
#FAF4FA
(250,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FACCE6; }

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

This text font color is #FACCE6.

Background Color

.myBgColor { background-color: #FACCE6; }

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

This div background color is #FACCE6.

Border color

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

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

This div border color is #FACCE6.

Opacity

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

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

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

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

This text has shadow with #FACCE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FACCE6.

Preview

Color preview on black background

This text has color #FACCE6 on black background.


Color preview on white background

This text has color #FACCE6 on white background.


Black color preview on #FACCE6 background

This text has black color on #FACCE6 background.


White color preview on #FACCE6 background

This text has white color on #FACCE6 background.


Related colors

Complementary color

Complementary color for #hex is #053319.


I love getcolorcode.com

Triadic colors

1 #E6FACC and #CCE6FA with #FACCE6 are triadic colors.

2 #E6CCFA and #CCFAE6 with #FACCE6 are triadic colors.