COLOR #FADAB6

HEX: #FADAB6 RGB: (250,218,182)

Color info

#FADAB6 contains mainly red and green colors. Web safe color of #FADAB6 is #FFCCCC (or #FCC).

RGB color model

#FADAB6 color RGB value is (250,218,182).

RGB: (250,218,182) (98%, 85%, 71%)

RGB channels and saturation

R 250 of 255 = 98%
G 218 of 255 = 85%
B 182 of 255 = 71%

250
218
182

R + G + B ~ 85%. #FADAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 218 + 182 = 650 (100%)
R 250 of 650 ~ 38.46%
G 218 of 650 ~ 33.54%
B 182 of 650 ~ 28'%

%38.46
%33.54
%28

CMYK color model

#FADAB6 color CMYK value is (0,13,27,2).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 27.20%
  • key color value is 1.96%

CMYK: (0,13,27,2)
C0M13Y27K2 (0%, 13%, 27%, 2%)
(0.00 / 0.13 / 0.27 / 0.02)

CMYK percentages

%0
%12.8
%27.2
%1.96

Codes

Color #FADAB6 in popluar color models

FA DA B6
RGB 250 218 182
HSL 32° 87.18% 84.71%
HSB/HSV 32° 27.20% 98.04%
CMYK 0.00% 12.80% 27.20%
1.96%

Color #FADAB6 in popluar number systems.

HEX FA DA B6
Decimal 250 218 182
Binary 11111010 11011010 10110110
Octal 372 332 266

Shades and tints

Shades of #FADAB6

#FADAB6
(250,218,182)
#E4C7A6
(228,199,166)
#CEB496
(206,180,150)
#B8A186
(184,161,134)
#A28E76
(162,142,118)
#8C7B66
(140,123,102)
#766856
(118,104,86)
#605546
(96,85,70)
#4A4236
(74,66,54)
#342F26
(52,47,38)
#1E1C16
(30,28,22)
#000000
(0,0,0)

Tints of #FADAB6

#FADAB6
(250,218,182)
#FADDBC
(250,221,188)
#FAE0C2
(250,224,194)
#FAE3C8
(250,227,200)
#FAE6CE
(250,230,206)
#FAE9D4
(250,233,212)
#FAECDA
(250,236,218)
#FAEFE0
(250,239,224)
#FAF2E6
(250,242,230)
#FAF5EC
(250,245,236)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FADAB6 color. Also use rgb(250,218,182) instead hex code.

Text Font Color

.myTextColor { color: #FADAB6; }

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

This text font color is #FADAB6.

Background Color

.myBgColor { background-color: #FADAB6; }

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

This div background color is #FADAB6.

Border color

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

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

This div border color is #FADAB6.

Opacity

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

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

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

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

This text has shadow with #FADAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADAB6.

Preview

Color preview on black background

This text has color #FADAB6 on black background.


Color preview on white background

This text has color #FADAB6 on white background.


Black color preview on #FADAB6 background

This text has black color on #FADAB6 background.


White color preview on #FADAB6 background

This text has white color on #FADAB6 background.


Related colors

Complementary color

Complementary color for #hex is #052549.


I love getcolorcode.com

Triadic colors

1 #B6FADA and #DAB6FA with #FADAB6 are triadic colors.

2 #B6DAFA and #DAFAB6 with #FADAB6 are triadic colors.