COLOR #FADAB8

HEX: #FADAB8 RGB: (250,218,184)

Color info

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

RGB color model

#FADAB8 color RGB value is (250,218,184).

RGB: (250,218,184) (98%, 85%, 72%)

RGB channels and saturation

R 250 of 255 = 98%
G 218 of 255 = 85%
B 184 of 255 = 72%

250
218
184

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

Portions of RGB colors in percentages

R + G + B = 250 + 218 + 184 = 652 (100%)
R 250 of 652 ~ 38.34%
G 218 of 652 ~ 33.44%
B 184 of 652 ~ 28.22'%

%38.34
%33.44
%28.22

CMYK color model

#FADAB8 color CMYK value is (0,13,26,2).

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

CMYK: (0,13,26,2)
C0M13Y26K2 (0%, 13%, 26%, 2%)
(0.00 / 0.13 / 0.26 / 0.02)

CMYK percentages

%0
%12.8
%26.4
%1.96

Codes

Color #FADAB8 in popluar color models

FA DA B8
RGB 250 218 184
HSL 31° 86.84% 85.10%
HSB/HSV 31° 26.40% 98.04%
CMYK 0.00% 12.80% 26.40%
1.96%

Color #FADAB8 in popluar number systems.

HEX FA DA B8
Decimal 250 218 184
Binary 11111010 11011010 10111000
Octal 372 332 270

Shades and tints

Shades of #FADAB8

#FADAB8
(250,218,184)
#E4C7A8
(228,199,168)
#CEB498
(206,180,152)
#B8A188
(184,161,136)
#A28E78
(162,142,120)
#8C7B68
(140,123,104)
#766858
(118,104,88)
#605548
(96,85,72)
#4A4238
(74,66,56)
#342F28
(52,47,40)
#1E1C18
(30,28,24)
#000000
(0,0,0)

Tints of #FADAB8

#FADAB8
(250,218,184)
#FADDBE
(250,221,190)
#FAE0C4
(250,224,196)
#FAE3CA
(250,227,202)
#FAE6D0
(250,230,208)
#FAE9D6
(250,233,214)
#FAECDC
(250,236,220)
#FAEFE2
(250,239,226)
#FAF2E8
(250,242,232)
#FAF5EE
(250,245,238)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADAB8; }

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

This text font color is #FADAB8.

Background Color

.myBgColor { background-color: #FADAB8; }

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

This div background color is #FADAB8.

Border color

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

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

This div border color is #FADAB8.

Opacity

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

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

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

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

This text has shadow with #FADAB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADAB8.

Preview

Color preview on black background

This text has color #FADAB8 on black background.


Color preview on white background

This text has color #FADAB8 on white background.


Black color preview on #FADAB8 background

This text has black color on #FADAB8 background.


White color preview on #FADAB8 background

This text has white color on #FADAB8 background.


Related colors

Complementary color

Complementary color for #hex is #052547.


I love getcolorcode.com

Triadic colors

1 #B8FADA and #DAB8FA with #FADAB8 are triadic colors.

2 #B8DAFA and #DAFAB8 with #FADAB8 are triadic colors.