COLOR #FAC8D3

HEX: #FAC8D3 RGB: (250,200,211)

Color info

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

RGB color model

#FAC8D3 color RGB value is (250,200,211).

RGB: (250,200,211) (98%, 78%, 83%)

RGB channels and saturation

R 250 of 255 = 98%
G 200 of 255 = 78%
B 211 of 255 = 83%

250
200
211

R + G + B ~ 86%. #FAC8D3 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 200 + 211 = 661 (100%)
R 250 of 661 ~ 37.82%
G 200 of 661 ~ 30.26%
B 211 of 661 ~ 31.92'%

%37.82
%30.26
%31.92

CMYK color model

#FAC8D3 color CMYK value is (0,20,16,2).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 15.60%
  • key color value is 1.96%

CMYK: (0,20,16,2)
C0M20Y16K2 (0%, 20%, 16%, 2%)
(0.00 / 0.20 / 0.16 / 0.02)

CMYK percentages

%0
%20
%15.6
%1.96

Codes

Color #FAC8D3 in popluar color models

FA C8 D3
RGB 250 200 211
HSL 347° 83.33% 88.24%
HSB/HSV 347° 20.00% 98.04%
CMYK 0.00% 20.00% 15.60%
1.96%

Color #FAC8D3 in popluar number systems.

HEX FA C8 D3
Decimal 250 200 211
Binary 11111010 11001000 11010011
Octal 372 310 323

Shades and tints

Shades of #FAC8D3

#FAC8D3
(250,200,211)
#E4B6C0
(228,182,192)
#CEA4AD
(206,164,173)
#B8929A
(184,146,154)
#A28087
(162,128,135)
#8C6E74
(140,110,116)
#765C61
(118,92,97)
#604A4E
(96,74,78)
#4A383B
(74,56,59)
#342628
(52,38,40)
#1E1415
(30,20,21)
#000000
(0,0,0)

Tints of #FAC8D3

#FAC8D3
(250,200,211)
#FACDD7
(250,205,215)
#FAD2DB
(250,210,219)
#FAD7DF
(250,215,223)
#FADCE3
(250,220,227)
#FAE1E7
(250,225,231)
#FAE6EB
(250,230,235)
#FAEBEF
(250,235,239)
#FAF0F3
(250,240,243)
#FAF5F7
(250,245,247)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAC8D3 color. Also use rgb(250,200,211) instead hex code.

Text Font Color

.myTextColor { color: #FAC8D3; }

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

This text font color is #FAC8D3.

Background Color

.myBgColor { background-color: #FAC8D3; }

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

This div background color is #FAC8D3.

Border color

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

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

This div border color is #FAC8D3.

Opacity

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

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

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

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

This text has shadow with #FAC8D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC8D3.

Preview

Color preview on black background

This text has color #FAC8D3 on black background.


Color preview on white background

This text has color #FAC8D3 on white background.


Black color preview on #FAC8D3 background

This text has black color on #FAC8D3 background.


White color preview on #FAC8D3 background

This text has white color on #FAC8D3 background.


Related colors

Complementary color

Complementary color for #hex is #05372C.


I love getcolorcode.com

Triadic colors

1 #D3FAC8 and #C8D3FA with #FAC8D3 are triadic colors.

2 #D3C8FA and #C8FAD3 with #FAC8D3 are triadic colors.