COLOR #FEBDA7

HEX: #FEBDA7
RGB: (254,189,167)

Color info

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

RGB color model

#FEBDA7 color RGB value is (254,189,167).

  • red value is 254;
  • green value is 189;
  • blue value is 167.
RGB:
(254,189,167)
(100%,74%,65%)

RGB channels and saturation

R 254 of 255 = 100%
G 189 of 255 = 74%
B 167 of 255 = 65%

254
189
167

R + G + B ~ 80%. #FEBDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 189 + 167 = 610 (100%)
R 254 of 610 ~ 41.64%
G 189 of 610 ~ 30.98%
B 167 of 610 ~ 27.38%

%41.64
%30.98
%27.38

CMYK color model

#FEBDA7 color CMYK value is (0,26,34,0).

  • cyan value is 0.00%
  • magenta value is 25.59%
  • yellow value is 34.25%
  • key color value is 0.39%
CMYK:
(0,26,34,0)
C0M26Y34K0 
(0%,26%,34%,0%)
(0.00/0.26/0.34/0.00)	

CMYK percentages

%0
%25.59
%34.25
%0.39

Codes

Color #FEBDA7 in popluar color models

FEBDA7
RGB254189167
HSL15°97.75%82.55%
HSB/HSV15°34.25%99.61%
CMYK0.00%25.59%34.25%
0.39%

Color #FEBDA7 in popluar number systems.

HEXFEBDA7
Decimal254189167
Binary111111101011110110100111
Octal376275247

Shades and tints

Shades of #FEBDA7

#FEBDA7
(254,189,167)
#E7AC98
(231,172,152)
#D09B89
(208,155,137)
#B98A7A
(185,138,122)
#A2796B
(162,121,107)
#8B685C
(139,104,92)
#74574D
(116,87,77)
#5D463E
(93,70,62)
#46352F
(70,53,47)
#2F2420
(47,36,32)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #FEBDA7

#FEBDA7
(254,189,167)
#FEC3AF
(254,195,175)
#FEC9B7
(254,201,183)
#FECFBF
(254,207,191)
#FED5C7
(254,213,199)
#FEDBCF
(254,219,207)
#FEE1D7
(254,225,215)
#FEE7DF
(254,231,223)
#FEEDE7
(254,237,231)
#FEF3EF
(254,243,239)
#FEF9F7
(254,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEBDA7 color. Also use rgb(254,189,167) instead hex code.

Text Font Color

.myTextColor { color: #FEBDA7; }

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

This text font color is #FEBDA7.


Background Color

.myBgColor { background-color: #FEBDA7; }

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

This div background color is #FEBDA7.


Border color

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

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

This div border color is #FEBDA7.


Opacity

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

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

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

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

This text has shadow with #FEBDA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEBDA7 on black background.


Color preview on white background

This text has color #FEBDA7 on white background.



Black color preview on #FEBDA7 background

This text has black color on #FEBDA7 background.


White color preview on #FEBDA7 background

This text has white color on #FEBDA7 background.