COLOR #FDA69C

HEX: #FDA69C RGB: (253,166,156)

Color info

#FDA69C contains mainly red color. Web safe color of #FDA69C is #FF9999 (or #F99).

RGB color model

#FDA69C color RGB value is (253,166,156).

RGB: (253,166,156) (99%, 65%, 61%)

RGB channels and saturation

R 253 of 255 = 99%
G 166 of 255 = 65%
B 156 of 255 = 61%

253
166
156

R + G + B ~ 75%. #FDA69C is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 166 + 156 = 575 (100%)
R 253 of 575 ~ 44%
G 166 of 575 ~ 28.87%
B 156 of 575 ~ 27.13'%

%44
%28.87
%27.13

CMYK color model

#FDA69C color CMYK value is (0,34,38,1).

  • cyan value is 0.00%
  • magenta value is 34.39%
  • yellow value is 38.34%
  • key color value is 0.78%

CMYK: (0,34,38,1)
C0M34Y38K1 (0%, 34%, 38%, 1%)
(0.00 / 0.34 / 0.38 / 0.01)

CMYK percentages

%0
%34.39
%38.34
%0.78

Codes

Color #FDA69C in popluar color models

FD A6 9C
RGB 253 166 156
HSL 96.04% 80.20%
HSB/HSV 38.34% 99.22%
CMYK 0.00% 34.39% 38.34%
0.78%

Color #FDA69C in popluar number systems.

HEX FD A6 9C
Decimal 253 166 156
Binary 11111101 10100110 10011100
Octal 375 246 234

Shades and tints

Shades of #FDA69C

#FDA69C
(253,166,156)
#E6978E
(230,151,142)
#CF8880
(207,136,128)
#B87972
(184,121,114)
#A16A64
(161,106,100)
#8A5B56
(138,91,86)
#734C48
(115,76,72)
#5C3D3A
(92,61,58)
#452E2C
(69,46,44)
#2E1F1E
(46,31,30)
#171010
(23,16,16)
#000000
(0,0,0)

Tints of #FDA69C

#FDA69C
(253,166,156)
#FDAEA5
(253,174,165)
#FDB6AE
(253,182,174)
#FDBEB7
(253,190,183)
#FDC6C0
(253,198,192)
#FDCEC9
(253,206,201)
#FDD6D2
(253,214,210)
#FDDEDB
(253,222,219)
#FDE6E4
(253,230,228)
#FDEEED
(253,238,237)
#FDF6F6
(253,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDA69C color. Also use rgb(253,166,156) instead hex code.

Text Font Color

.myTextColor { color: #FDA69C; }

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

This text font color is #FDA69C.

Background Color

.myBgColor { background-color: #FDA69C; }

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

This div background color is #FDA69C.

Border color

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

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

This div border color is #FDA69C.

Opacity

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

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

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

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

This text has shadow with #FDA69C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDA69C.

Preview

Color preview on black background

This text has color #FDA69C on black background.


Color preview on white background

This text has color #FDA69C on white background.


Black color preview on #FDA69C background

This text has black color on #FDA69C background.


White color preview on #FDA69C background

This text has white color on #FDA69C background.


Related colors

Complementary color

Complementary color for #hex is #025963.


I love getcolorcode.com

Triadic colors

1 #9CFDA6 and #A69CFD with #FDA69C are triadic colors.

2 #9CA6FD and #A6FD9C with #FDA69C are triadic colors.