COLOR #FAC8DD

HEX: #FAC8DD RGB: (250,200,221)

Color info

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

RGB color model

#FAC8DD color RGB value is (250,200,221).

RGB: (250,200,221) (98%, 78%, 87%)

RGB channels and saturation

R 250 of 255 = 98%
G 200 of 255 = 78%
B 221 of 255 = 87%

250
200
221

R + G + B ~ 88%. #FAC8DD is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 200 + 221 = 671 (100%)
R 250 of 671 ~ 37.26%
G 200 of 671 ~ 29.81%
B 221 of 671 ~ 32.94'%

%37.26
%29.81
%32.94

CMYK color model

#FAC8DD color CMYK value is (0,20,12,2).

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

CMYK: (0,20,12,2)
C0M20Y12K2 (0%, 20%, 12%, 2%)
(0.00 / 0.20 / 0.12 / 0.02)

CMYK percentages

%0
%20
%11.6
%1.96

Codes

Color #FAC8DD in popluar color models

FA C8 DD
RGB 250 200 221
HSL 335° 83.33% 88.24%
HSB/HSV 335° 20.00% 98.04%
CMYK 0.00% 20.00% 11.60%
1.96%

Color #FAC8DD in popluar number systems.

HEX FA C8 DD
Decimal 250 200 221
Binary 11111010 11001000 11011101
Octal 372 310 335

Shades and tints

Shades of #FAC8DD

#FAC8DD
(250,200,221)
#E4B6C9
(228,182,201)
#CEA4B5
(206,164,181)
#B892A1
(184,146,161)
#A2808D
(162,128,141)
#8C6E79
(140,110,121)
#765C65
(118,92,101)
#604A51
(96,74,81)
#4A383D
(74,56,61)
#342629
(52,38,41)
#1E1415
(30,20,21)
#000000
(0,0,0)

Tints of #FAC8DD

#FAC8DD
(250,200,221)
#FACDE0
(250,205,224)
#FAD2E3
(250,210,227)
#FAD7E6
(250,215,230)
#FADCE9
(250,220,233)
#FAE1EC
(250,225,236)
#FAE6EF
(250,230,239)
#FAEBF2
(250,235,242)
#FAF0F5
(250,240,245)
#FAF5F8
(250,245,248)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAC8DD; }

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

This text font color is #FAC8DD.

Background Color

.myBgColor { background-color: #FAC8DD; }

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

This div background color is #FAC8DD.

Border color

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

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

This div border color is #FAC8DD.

Opacity

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

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

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

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

This text has shadow with #FAC8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAC8DD.

Preview

Color preview on black background

This text has color #FAC8DD on black background.


Color preview on white background

This text has color #FAC8DD on white background.


Black color preview on #FAC8DD background

This text has black color on #FAC8DD background.


White color preview on #FAC8DD background

This text has white color on #FAC8DD background.


Related colors

Complementary color

Complementary color for #hex is #053722.


I love getcolorcode.com

Triadic colors

1 #DDFAC8 and #C8DDFA with #FAC8DD are triadic colors.

2 #DDC8FA and #C8FADD with #FAC8DD are triadic colors.