COLOR #FDB69F

HEX: #FDB69F
RGB: (253,182,159)

Color info

#FDB69F contains mainly red color. Web safe color of #FDB69F is #FFCC99 (or #FC9).

RGB color model

#FDB69F color RGB value is (253,182,159).

  • red value is 253;
  • green value is 182;
  • blue value is 159.
RGB:
(253,182,159)
(99%,71%,62%)

RGB channels and saturation

R 253 of 255 = 99%
G 182 of 255 = 71%
B 159 of 255 = 62%

253
182
159

R + G + B ~ 77%. #FDB69F is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 182 + 159 = 594 (100%)
R 253 of 594 ~ 42.59%
G 182 of 594 ~ 30.64%
B 159 of 594 ~ 26.77%

%42.59
%30.64
%26.77

CMYK color model

#FDB69F color CMYK value is (0,28,37,1).

  • cyan value is 0.00%
  • magenta value is 28.06%
  • yellow value is 37.15%
  • key color value is 0.78%
CMYK:
(0,28,37,1)
C0M28Y37K1 
(0%,28%,37%,1%)
(0.00/0.28/0.37/0.01)	

CMYK percentages

%0
%28.06
%37.15
%0.78

Codes

Color #FDB69F in popluar color models

FDB69F
RGB253182159
HSL15°95.92%80.78%
HSB/HSV15°37.15%99.22%
CMYK0.00%28.06%37.15%
0.78%

Color #FDB69F in popluar number systems.

HEXFDB69F
Decimal253182159
Binary111111011011011010011111
Octal375266237

Shades and tints

Shades of #FDB69F

#FDB69F
(253,182,159)
#E6A691
(230,166,145)
#CF9683
(207,150,131)
#B88675
(184,134,117)
#A17667
(161,118,103)
#8A6659
(138,102,89)
#73564B
(115,86,75)
#5C463D
(92,70,61)
#45362F
(69,54,47)
#2E2621
(46,38,33)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #FDB69F

#FDB69F
(253,182,159)
#FDBCA7
(253,188,167)
#FDC2AF
(253,194,175)
#FDC8B7
(253,200,183)
#FDCEBF
(253,206,191)
#FDD4C7
(253,212,199)
#FDDACF
(253,218,207)
#FDE0D7
(253,224,215)
#FDE6DF
(253,230,223)
#FDECE7
(253,236,231)
#FDF2EF
(253,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDB69F color. Also use rgb(253,182,159) instead hex code.

Text Font Color

.myTextColor { color: #FDB69F; }

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

This text font color is #FDB69F.


Background Color

.myBgColor { background-color: #FDB69F; }

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

This div background color is #FDB69F.


Border color

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

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

This div border color is #FDB69F.


Opacity

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

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

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

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

This text has shadow with #FDB69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDB69F on black background.


Color preview on white background

This text has color #FDB69F on white background.



Black color preview on #FDB69F background

This text has black color on #FDB69F background.


White color preview on #FDB69F background

This text has white color on #FDB69F background.