COLOR #FAD4CC

HEX: #FAD4CC RGB: (250,212,204)

Color info

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

RGB color model

#FAD4CC color RGB value is (250,212,204).

RGB: (250,212,204) (98%, 83%, 80%)

RGB channels and saturation

R 250 of 255 = 98%
G 212 of 255 = 83%
B 204 of 255 = 80%

250
212
204

R + G + B ~ 87%. #FAD4CC is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 212 + 204 = 666 (100%)
R 250 of 666 ~ 37.54%
G 212 of 666 ~ 31.83%
B 204 of 666 ~ 30.63'%

%37.54
%31.83
%30.63

CMYK color model

#FAD4CC color CMYK value is (0,15,18,2).

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

CMYK: (0,15,18,2)
C0M15Y18K2 (0%, 15%, 18%, 2%)
(0.00 / 0.15 / 0.18 / 0.02)

CMYK percentages

%0
%15.2
%18.4
%1.96

Codes

Color #FAD4CC in popluar color models

FA D4 CC
RGB 250 212 204
HSL 10° 82.14% 89.02%
HSB/HSV 10° 18.40% 98.04%
CMYK 0.00% 15.20% 18.40%
1.96%

Color #FAD4CC in popluar number systems.

HEX FA D4 CC
Decimal 250 212 204
Binary 11111010 11010100 11001100
Octal 372 324 314

Shades and tints

Shades of #FAD4CC

#FAD4CC
(250,212,204)
#E4C1BA
(228,193,186)
#CEAEA8
(206,174,168)
#B89B96
(184,155,150)
#A28884
(162,136,132)
#8C7572
(140,117,114)
#766260
(118,98,96)
#604F4E
(96,79,78)
#4A3C3C
(74,60,60)
#34292A
(52,41,42)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #FAD4CC

#FAD4CC
(250,212,204)
#FAD7D0
(250,215,208)
#FADAD4
(250,218,212)
#FADDD8
(250,221,216)
#FAE0DC
(250,224,220)
#FAE3E0
(250,227,224)
#FAE6E4
(250,230,228)
#FAE9E8
(250,233,232)
#FAECEC
(250,236,236)
#FAEFF0
(250,239,240)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FAD4CC; }

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

This text font color is #FAD4CC.

Background Color

.myBgColor { background-color: #FAD4CC; }

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

This div background color is #FAD4CC.

Border color

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

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

This div border color is #FAD4CC.

Opacity

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

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

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

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

This text has shadow with #FAD4CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FAD4CC.

Preview

Color preview on black background

This text has color #FAD4CC on black background.


Color preview on white background

This text has color #FAD4CC on white background.


Black color preview on #FAD4CC background

This text has black color on #FAD4CC background.


White color preview on #FAD4CC background

This text has white color on #FAD4CC background.


Related colors

Complementary color

Complementary color for #hex is #052B33.


I love getcolorcode.com

Triadic colors

1 #CCFAD4 and #D4CCFA with #FAD4CC are triadic colors.

2 #CCD4FA and #D4FACC with #FAD4CC are triadic colors.