COLOR #FADBA8

HEX: #FADBA8 RGB: (250,219,168)

Color info

#FADBA8 contains mainly red and green colors. Web safe color of #FADBA8 is #FFCC99 (or #FC9).

RGB color model

#FADBA8 color RGB value is (250,219,168).

RGB: (250,219,168) (98%, 86%, 66%)

RGB channels and saturation

R 250 of 255 = 98%
G 219 of 255 = 86%
B 168 of 255 = 66%

250
219
168

R + G + B ~ 83%. #FADBA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 219 + 168 = 637 (100%)
R 250 of 637 ~ 39.25%
G 219 of 637 ~ 34.38%
B 168 of 637 ~ 26.37'%

%39.25
%34.38
%26.37

CMYK color model

#FADBA8 color CMYK value is (0,12,33,2).

  • cyan value is 0.00%
  • magenta value is 12.40%
  • yellow value is 32.80%
  • key color value is 1.96%
CMYK: (0,12,33,2) C0M12Y33K2 (0%,12%,33%,2%) (0.00/0.12/0.33/0.02) 

CMYK percentages

%0
%12.4
%32.8
%1.96

Codes

Color #FADBA8 in popluar color models

FA DB A8
RGB 250 219 168
HSL 37° 89.13% 81.96%
HSB/HSV 37° 32.80% 98.04%
CMYK 0.00% 12.40% 32.80%
1.96%

Color #FADBA8 in popluar number systems.

HEX FA DB A8
Decimal 250 219 168
Binary 11111010 11011011 10101000
Octal 372 333 250

Shades and tints

Shades of #FADBA8

#FADBA8
(250,219,168)
#E4C899
(228,200,153)
#CEB58A
(206,181,138)
#B8A27B
(184,162,123)
#A28F6C
(162,143,108)
#8C7C5D
(140,124,93)
#76694E
(118,105,78)
#60563F
(96,86,63)
#4A4330
(74,67,48)
#343021
(52,48,33)
#1E1D12
(30,29,18)
#000000
(0,0,0)

Tints of #FADBA8

#FADBA8
(250,219,168)
#FADEAF
(250,222,175)
#FAE1B6
(250,225,182)
#FAE4BD
(250,228,189)
#FAE7C4
(250,231,196)
#FAEACB
(250,234,203)
#FAEDD2
(250,237,210)
#FAF0D9
(250,240,217)
#FAF3E0
(250,243,224)
#FAF6E7
(250,246,231)
#FAF9EE
(250,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FADBA8; }

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

This text font color is #FADBA8.

Background Color

.myBgColor { background-color: #FADBA8; }

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

This div background color is #FADBA8.

Border color

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

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

This div border color is #FADBA8.

Opacity

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

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

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

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

This text has shadow with #FADBA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FADBA8.

Preview

Color preview on black background

This text has color #FADBA8 on black background.


Color preview on white background

This text has color #FADBA8 on white background.


Black color preview on #FADBA8 background

This text has black color on #FADBA8 background.


White color preview on #FADBA8 background

This text has white color on #FADBA8 background.


Related colors

Complementary color

Complementary color for #hex is #052457.


I love getcolorcode.com

Triadic colors

1 #A8FADB and #DBA8FA with #FADBA8 are triadic colors.

2 #A8DBFA and #DBFAA8 with #FADBA8 are triadic colors.