COLOR #FADBCF

HEX: #FADBCF
RGB: (250,219,207)

Color info

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

RGB color model

#FADBCF color RGB value is (250,219,207).

  • red value is 250;
  • green value is 219;
  • blue value is 207.
RGB:
(250,219,207)
(98%,86%,81%)

RGB channels and saturation

R 250 of 255 = 98%
G 219 of 255 = 86%
B 207 of 255 = 81%

250
219
207

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

Portions of RGB colors in percentages

R + G + B =
250 + 219 + 207 = 676 (100%)
R 250 of 676 ~ 36.98%
G 219 of 676 ~ 32.4%
B 207 of 676 ~ 30.62%

%36.98
%32.4
%30.62

CMYK color model

#FADBCF color CMYK value is (0,12,17,2).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 17.20%
  • key color value is 1.96%
CMYK:
(0,12,17,2)
C0M12Y17K2 
(0%,12%,17%,2%)
(0.00/0.12/0.17/0.02)	

CMYK percentages

%0
%12.4
%17.2
%1.96

Codes

Color #FADBCF in popluar color models

FADBCF
RGB250219207
HSL17°81.13%89.61%
HSB/HSV17°17.20%98.04%
CMYK0.00%12.40%17.20%
1.96%

Color #FADBCF in popluar number systems.

HEXFADBCF
Decimal250219207
Binary111110101101101111001111
Octal372333317

Shades and tints

Shades of #FADBCF

#FADBCF
(250,219,207)
#E4C8BD
(228,200,189)
#CEB5AB
(206,181,171)
#B8A299
(184,162,153)
#A28F87
(162,143,135)
#8C7C75
(140,124,117)
#766963
(118,105,99)
#605651
(96,86,81)
#4A433F
(74,67,63)
#34302D
(52,48,45)
#1E1D1B
(30,29,27)
#000000
(0,0,0)

Tints of #FADBCF

#FADBCF
(250,219,207)
#FADED3
(250,222,211)
#FAE1D7
(250,225,215)
#FAE4DB
(250,228,219)
#FAE7DF
(250,231,223)
#FAEAE3
(250,234,227)
#FAEDE7
(250,237,231)
#FAF0EB
(250,240,235)
#FAF3EF
(250,243,239)
#FAF6F3
(250,246,243)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FADBCF color. Also use rgb(250,219,207) instead hex code.

Text Font Color

.myTextColor { color: #FADBCF; }

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

This text font color is #FADBCF.


Background Color

.myBgColor { background-color: #FADBCF; }

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

This div background color is #FADBCF.


Border color

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

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

This div border color is #FADBCF.


Opacity

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

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

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

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

This text has shadow with #FADBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FADBCF on black background.


Color preview on white background

This text has color #FADBCF on white background.



Black color preview on #FADBCF background

This text has black color on #FADBCF background.


White color preview on #FADBCF background

This text has white color on #FADBCF background.