COLOR #FDBF97

HEX: #FDBF97 RGB: (253,191,151)

Color info

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

RGB color model

#FDBF97 color RGB value is (253,191,151).

RGB: (253,191,151) (99%, 75%, 59%)

RGB channels and saturation

R 253 of 255 = 99%
G 191 of 255 = 75%
B 151 of 255 = 59%

253
191
151

R + G + B ~ 78%. #FDBF97 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 191 + 151 = 595 (100%)
R 253 of 595 ~ 42.52%
G 191 of 595 ~ 32.1%
B 151 of 595 ~ 25.38'%

%42.52
%32.1
%25.38

CMYK color model

#FDBF97 color CMYK value is (0,25,40,1).

  • cyan value is 0.00%
  • magenta value is 24.51%
  • yellow value is 40.32%
  • key color value is 0.78%

CMYK: (0,25,40,1)
C0M25Y40K1 (0%, 25%, 40%, 1%)
(0.00 / 0.25 / 0.40 / 0.01)

CMYK percentages

%0
%24.51
%40.32
%0.78

Codes

Color #FDBF97 in popluar color models

FD BF 97
RGB 253 191 151
HSL 24° 96.23% 79.22%
HSB/HSV 24° 40.32% 99.22%
CMYK 0.00% 24.51% 40.32%
0.78%

Color #FDBF97 in popluar number systems.

HEX FD BF 97
Decimal 253 191 151
Binary 11111101 10111111 10010111
Octal 375 277 227

Shades and tints

Shades of #FDBF97

#FDBF97
(253,191,151)
#E6AE8A
(230,174,138)
#CF9D7D
(207,157,125)
#B88C70
(184,140,112)
#A17B63
(161,123,99)
#8A6A56
(138,106,86)
#735949
(115,89,73)
#5C483C
(92,72,60)
#45372F
(69,55,47)
#2E2622
(46,38,34)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #FDBF97

#FDBF97
(253,191,151)
#FDC4A0
(253,196,160)
#FDC9A9
(253,201,169)
#FDCEB2
(253,206,178)
#FDD3BB
(253,211,187)
#FDD8C4
(253,216,196)
#FDDDCD
(253,221,205)
#FDE2D6
(253,226,214)
#FDE7DF
(253,231,223)
#FDECE8
(253,236,232)
#FDF1F1
(253,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDBF97 color. Also use rgb(253,191,151) instead hex code.

Text Font Color

.myTextColor { color: #FDBF97; }

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

This text font color is #FDBF97.

Background Color

.myBgColor { background-color: #FDBF97; }

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

This div background color is #FDBF97.

Border color

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

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

This div border color is #FDBF97.

Opacity

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

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

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

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

This text has shadow with #FDBF97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDBF97.

Preview

Color preview on black background

This text has color #FDBF97 on black background.


Color preview on white background

This text has color #FDBF97 on white background.


Black color preview on #FDBF97 background

This text has black color on #FDBF97 background.


White color preview on #FDBF97 background

This text has white color on #FDBF97 background.


Related colors

Complementary color

Complementary color for #hex is #024068.


I love getcolorcode.com

Triadic colors

1 #97FDBF and #BF97FD with #FDBF97 are triadic colors.

2 #97BFFD and #BFFD97 with #FDBF97 are triadic colors.