COLOR #FADFCC

HEX: #FADFCC RGB: (250,223,204)

Color info

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

RGB color model

#FADFCC color RGB value is (250,223,204).

RGB: (250,223,204) (98%, 87%, 80%)

RGB channels and saturation

R 250 of 255 = 98%
G 223 of 255 = 87%
B 204 of 255 = 80%

250
223
204

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

Portions of RGB colors in percentages

R + G + B = 250 + 223 + 204 = 677 (100%)
R 250 of 677 ~ 36.93%
G 223 of 677 ~ 32.94%
B 204 of 677 ~ 30.13'%

%36.93
%32.94
%30.13

CMYK color model

#FADFCC color CMYK value is (0,11,18,2).

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

CMYK: (0,11,18,2)
C0M11Y18K2 (0%, 11%, 18%, 2%)
(0.00 / 0.11 / 0.18 / 0.02)

CMYK percentages

%0
%10.8
%18.4
%1.96

Codes

Color #FADFCC in popluar color models

FA DF CC
RGB 250 223 204
HSL 25° 82.14% 89.02%
HSB/HSV 25° 18.40% 98.04%
CMYK 0.00% 10.80% 18.40%
1.96%

Color #FADFCC in popluar number systems.

HEX FA DF CC
Decimal 250 223 204
Binary 11111010 11011111 11001100
Octal 372 337 314

Shades and tints

Shades of #FADFCC

#FADFCC
(250,223,204)
#E4CBBA
(228,203,186)
#CEB7A8
(206,183,168)
#B8A396
(184,163,150)
#A28F84
(162,143,132)
#8C7B72
(140,123,114)
#766760
(118,103,96)
#60534E
(96,83,78)
#4A3F3C
(74,63,60)
#342B2A
(52,43,42)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #FADFCC

#FADFCC
(250,223,204)
#FAE1D0
(250,225,208)
#FAE3D4
(250,227,212)
#FAE5D8
(250,229,216)
#FAE7DC
(250,231,220)
#FAE9E0
(250,233,224)
#FAEBE4
(250,235,228)
#FAEDE8
(250,237,232)
#FAEFEC
(250,239,236)
#FAF1F0
(250,241,240)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADFCC; }

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

This text font color is #FADFCC.

Background Color

.myBgColor { background-color: #FADFCC; }

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

This div background color is #FADFCC.

Border color

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

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

This div border color is #FADFCC.

Opacity

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

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

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

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

This text has shadow with #FADFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADFCC.

Preview

Color preview on black background

This text has color #FADFCC on black background.


Color preview on white background

This text has color #FADFCC on white background.


Black color preview on #FADFCC background

This text has black color on #FADFCC background.


White color preview on #FADFCC background

This text has white color on #FADFCC background.


Related colors

Complementary color

Complementary color for #hex is #052033.


I love getcolorcode.com

Triadic colors

1 #CCFADF and #DFCCFA with #FADFCC are triadic colors.

2 #CCDFFA and #DFFACC with #FADFCC are triadic colors.