COLOR #FDBF9E

HEX: #FDBF9E
RGB: (253,191,158)

Color info

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

RGB color model

#FDBF9E color RGB value is (253,191,158).

  • red value is 253;
  • green value is 191;
  • blue value is 158.
RGB:
(253,191,158)
(99%,75%,62%)

RGB channels and saturation

R 253 of 255 = 99%
G 191 of 255 = 75%
B 158 of 255 = 62%

253
191
158

R + G + B ~ 79%. #FDBF9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 191 + 158 = 602 (100%)
R 253 of 602 ~ 42.03%
G 191 of 602 ~ 31.73%
B 158 of 602 ~ 26.25%

%42.03
%31.73
%26.25

CMYK color model

#FDBF9E color CMYK value is (0,25,38,1).

  • cyan value is 0.00%
  • magenta value is 24.51%
  • yellow value is 37.55%
  • key color value is 0.78%
CMYK:
(0,25,38,1)
C0M25Y38K1 
(0%,25%,38%,1%)
(0.00/0.25/0.38/0.01)	

CMYK percentages

%0
%24.51
%37.55
%0.78

Codes

Color #FDBF9E in popluar color models

FDBF9E
RGB253191158
HSL21°95.96%80.59%
HSB/HSV21°37.55%99.22%
CMYK0.00%24.51%37.55%
0.78%

Color #FDBF9E in popluar number systems.

HEXFDBF9E
Decimal253191158
Binary111111011011111110011110
Octal375277236

Shades and tints

Shades of #FDBF9E

#FDBF9E
(253,191,158)
#E6AE90
(230,174,144)
#CF9D82
(207,157,130)
#B88C74
(184,140,116)
#A17B66
(161,123,102)
#8A6A58
(138,106,88)
#73594A
(115,89,74)
#5C483C
(92,72,60)
#45372E
(69,55,46)
#2E2620
(46,38,32)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #FDBF9E

#FDBF9E
(253,191,158)
#FDC4A6
(253,196,166)
#FDC9AE
(253,201,174)
#FDCEB6
(253,206,182)
#FDD3BE
(253,211,190)
#FDD8C6
(253,216,198)
#FDDDCE
(253,221,206)
#FDE2D6
(253,226,214)
#FDE7DE
(253,231,222)
#FDECE6
(253,236,230)
#FDF1EE
(253,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDBF9E; }

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

This text font color is #FDBF9E.


Background Color

.myBgColor { background-color: #FDBF9E; }

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

This div background color is #FDBF9E.


Border color

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

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

This div border color is #FDBF9E.


Opacity

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

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

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

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

This text has shadow with #FDBF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDBF9E on black background.


Color preview on white background

This text has color #FDBF9E on white background.



Black color preview on #FDBF9E background

This text has black color on #FDBF9E background.


White color preview on #FDBF9E background

This text has white color on #FDBF9E background.